122 BTypeScriptView Raw
1import { CommitResult } from '../../../typings';
2export declare function parseCommitResult(stdOut: string): CommitResult;