astro-ghostcms/.pnpm-store/v3/files/47/cfc847e1d185df635e5482cf805...

4 lines
342 B
Plaintext

import type { ServiceContext } from '../types';
import type * as vscode from 'vscode-languageserver-protocol';
export declare function register(context: ServiceContext): (uri: string, positions: vscode.Position[], token?: vscode.CancellationToken) => Promise<vscode.SelectionRange[] | undefined>;
//# sourceMappingURL=selectionRanges.d.ts.map