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