export { CDK_PACKAGE, declaresCdk, dependsOnCdk, type Manifest, readManifest, } from "../manifest.js"; export declare function packageVersion(): string; export declare function projectPackageVersion(root: string): string | undefined; export declare function outdatedProjectCdkWarning(root: string): string | undefined; export declare function ancestorDirs(start: string, max: number): string[]; //# sourceMappingURL=version.d.ts.map