export declare function pushBranch(opts: { remote: string; branchName: string; noVerify: boolean; forcePush: boolean; }): void;