astro-ghostcms/.pnpm-store/v3/files/ec/dd9b4f6ea6aa279cbbf659b24ac...

9 lines
441 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
import type * as vscode from 'vscode-languageserver-protocol';
import type { ServiceContext } from '../types';
export declare function register(context: ServiceContext): (uri: string, position: vscode.Position, token?: vscode.CancellationToken) => Promise<NonNullable<vscode.Range | {
range: vscode.Range;
placeholder: string;
} | {
message: string;
} | null | undefined> | undefined>;
//# sourceMappingURL=renamePrepare.d.ts.map