import { CommitResult } from '../../../typings';
export declare function parseCommitResult(stdOut: string): CommitResult;
