astro-ghostcms/.pnpm-store/v3/files/bc/8b41e29ab4f645996648bf79db8...

4 lines
283 B
Plaintext
Raw Normal View History

2024-02-14 19:45:06 +00:00
import type * as vscode from 'vscode-languageserver-protocol';
import type { SharedContext } from '../types';
export declare function register(ctx: SharedContext): (oldUri: string, newUri: string) => Promise<vscode.WorkspaceEdit | undefined>;
//# sourceMappingURL=fileRename.d.ts.map