astro-ghostcms/.pnpm-store/v3/files/ad/bb4d2344affdb143902b0cf0f2a...

4 lines
258 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[]>;