import { c as isRecord$1 } from "../../utils-CR2kVvQb.js"; import { l as MigrationItem } from "../../plugin-entry-BTRQGtzH.js"; //#region extensions/migrate-claude/helpers.d.ts declare function resolveHomePath(input: string): string; declare function exists(filePath: string): Promise; declare function isDirectory(dirPath: string): Promise; declare function sanitizeName(name: string): string; declare function readText(filePath: string | undefined): Promise; declare function readJsonObject(filePath: string | undefined): Promise>; declare const isRecord: typeof isRecord$1; declare function childRecord(root: Record | undefined, key: string): Record; declare function appendItem(item: MigrationItem): Promise; //#endregion export { appendItem, childRecord, exists, isDirectory, isRecord, readJsonObject, readText, resolveHomePath, sanitizeName };