astro-ghostcms/.pnpm-store/v3/files/07/558ccdd0d7d98946cb4938cef38...

6 lines
474 B
Plaintext

import type * as vscode from '@volar/language-service';
import type * as ts from 'typescript';
import type { SharedContext } from '../types';
export declare function register(ctx: SharedContext): (uri: string, position: vscode.Position, newName: string) => Promise<vscode.WorkspaceEdit | undefined>;
export declare function fileTextChangesToWorkspaceEdit(changes: readonly ts.FileTextChanges[], ctx: SharedContext): vscode.WorkspaceEdit;
//# sourceMappingURL=rename.d.ts.map