astro-ghostcms/.pnpm-store/v3/files/60/2d18d904131f709e625e20daf61...

4 lines
312 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
import type { ServiceContext } from '../types';
import type * as vscode from 'vscode-languageserver-protocol';
export declare function register(context: ServiceContext): (uri: string, token?: vscode.CancellationToken) => Promise<vscode.DocumentSymbol[] | undefined>;
//# sourceMappingURL=documentSymbols.d.ts.map