import type { Readable } from 'stream'; export declare function splitStream(stream: Readable, separator: string): AsyncGenerator; export declare function readRawCommitsFromFiles(files: string[], separator: string): AsyncGenerator; export declare function readRawCommitsFromLine(separator: string): AsyncGenerator; export declare function readRawCommitsFromStdin(separator: string): AsyncGenerator; export declare function stringify(commits: AsyncIterable>): AsyncGenerator; //# sourceMappingURL=utils.d.ts.map