export declare const checkBranchExistsOnGithub: ({ owner, repo }: { owner: string; repo: string; }) => Promise;