astro-ghostcms/.pnpm-store/v3/files/8e/075544f3c38fce15d1cfdf4336c...

4 lines
304 B
Plaintext

import type * as vscode from 'vscode-languageserver-protocol';
import type { ServiceContext } from '../types';
export declare function register(context: ServiceContext): (query: string, token?: vscode.CancellationToken) => Promise<vscode.WorkspaceSymbol[]>;
//# sourceMappingURL=workspaceSymbols.d.ts.map