astro-ghostcms/.pnpm-store/v3/files/dc/4cc46d4720947e75b0ce9f1abeb...

4 lines
297 B
Plaintext

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