interface Writer { write(chunk: string): unknown; } export interface RunMigrateLocalHistoryOptions { readonly cwd: string; readonly json: boolean; readonly stdout?: Writer | undefined; readonly stderr?: Writer | undefined; } export declare function runMigrateLocalHistory(options: RunMigrateLocalHistoryOptions): Promise; export {}; //# sourceMappingURL=migrate-local-history.d.ts.map