export function getBranch({ branch, repositoryRoot }: {
    branch: any;
    repositoryRoot: any;
}): Promise<any>;
