astro-ghostcms/.pnpm-store/v3/files/fb/aa52f0c1232bf3178e0ee742adf...

4 lines
316 B
Plaintext
Raw Normal View History

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