astro-ghostcms/.pnpm-store/v3/files/77/6d8cb0b9e704c0f8451614f6d1f...

4 lines
430 B
Plaintext

import type * as vscode from 'vscode-languageserver-protocol';
import type { ServiceContext, AutoInsertionContext } from '../types';
export declare function register(context: ServiceContext): (uri: string, position: vscode.Position, autoInsertContext: AutoInsertionContext, token?: vscode.CancellationToken) => Promise<NonNullable<string | vscode.TextEdit | null | undefined> | undefined>;
//# sourceMappingURL=autoInsert.d.ts.map