astro-ghostcms/.pnpm-store/v3/files/6e/b7ee17c3345b171a32225bbed20...

4 lines
272 B
Plaintext

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[]>;