astro-ghostcms/.pnpm-store/v3/files/1d/2c9eb22c385cd8a81ff7e8f3761...

4 lines
328 B
Plaintext
Raw Normal View History

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