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