/**
 * Find the root directory of the repo from the current directory
 *
 * We look for a file that is present only in the root of our AWS CDK CLI repository.
 */
export declare function autoFindRepoRoot(): Promise<string>;
