import { PushResult } from '../../types/git/PushResult';
export declare function pushBranch(branch: string, cwd: string): Promise<PushResult>;
//# sourceMappingURL=pushBranch.d.ts.map