import type * as vscode from '@volar/language-service'; import type { SharedContext } from '../types'; export declare function register(ctx: SharedContext): (uri: string) => vscode.DocumentSymbol[]; //# sourceMappingURL=documentSymbol.d.ts.map