///
import { Commit, Stdio } from '../../types';
import { spawn } from 'child_process';
export declare const separator = "-----------";
export declare const format: string;
export declare function gitRawCommits(fromCommitHash: any, io?: Stdio, cwd?: string, _spawn?: typeof spawn): Promise>;