/** Path to bundled framework inside the installed CLI package (`packages/cli/bundled/hivemind` in source). */ export declare function bundledFrameworkRoot(): string; export declare function resolveFrameworkRoot(explicitCwd?: string): string | null; export declare function isFrameworkRoot(dir: string): boolean; //# sourceMappingURL=framework-path.d.ts.map