import { LitRenameLocation } from "lit-analyzer";
import { RenameLocation } from "typescript";
export declare function translateRenameLocations(renameLocations: LitRenameLocation[]): RenameLocation[];
//# sourceMappingURL=translate-rename-locations.d.ts.map