astro-ghostcms/.pnpm-store/v3/files/df/e9253ae21ee3bbb4b172a95c9d8...

4 lines
312 B
Plaintext

import type { ServiceContext } from '../types';
import type * as vscode from 'vscode-languageserver-protocol';
export declare function register(context: ServiceContext): (uri: string, color: vscode.Color, range: vscode.Range, token?: vscode.CancellationToken) => Promise<vscode.ColorPresentation[] | undefined>;