astro-ghostcms/.pnpm-store/v3/files/de/d805995e03804941066d555f7f3...

7 lines
355 B
Plaintext

import type * as vscode from 'vscode-languageserver-protocol';
import type { ServiceContext } from '../types';
export declare function register(context: ServiceContext): (uri: string, position: vscode.Position, lastChange: {
range: vscode.Range;
text: string;
}, token?: vscode.CancellationToken) => Promise<string | vscode.TextEdit | undefined>;