export function getRepositoryRoot({ repositoryRoot, cwd }: {
    repositoryRoot: any;
    cwd: any;
}): Promise<any>;
