astro-ghostcms/.pnpm-store/v3/files/2f/e6eeadf565a970de1ad51e939ba...

9 lines
380 B
Plaintext

import type * as vscode from '@volar/language-service';
import type { SharedContext } from '../types';
export declare const renameInfoOptions: {
allowRenameOfImportPath: boolean;
};
export declare function register(ctx: SharedContext): (uri: string, position: vscode.Position) => vscode.Range | {
message: string;
} | undefined;
//# sourceMappingURL=prepareRename.d.ts.map