export declare const BUILD_FILE_MARKERS: readonly ["settings.gradle.kts", "settings.gradle", "build.gradle.kts", "build.gradle", "pom.xml"]; export declare function findProjectRoot(startDir: string): string | null;