import type { ProjectContext } from "../types/cli.js"; export declare function detectContext(cwd: string): ProjectContext; export declare function getDefaultProjectName(cwd: string): string; export declare function isSafeToInitialize(context: ProjectContext): boolean; //# sourceMappingURL=detection.d.ts.map