export declare function remoteBranchExists(repo: string, branchName: string): Promise<boolean>;
