export declare function findRepoRoot(start?: string): string | null; export declare function repoName(root: string): string;