import { StageResult } from '../../types/git/StageResult';
export declare function stageAllFiles(cwd?: string): Promise<StageResult>;
//# sourceMappingURL=stageAllFiles.d.ts.map