import { type ClassicLayoutPaths } from './classic-layout.js'; export interface ClassicOpenSpecRootHealth { layout: ClassicLayoutPaths; configPath: string; schema: string; } /** * Prove that the configured OpenSpec root is an initialized, readable project * root rather than a directory tree that only happens to contain Comet's * working folders. */ export declare function assertClassicOpenSpecRootHealthy(projectRoot: string, layout?: ClassicLayoutPaths): Promise; //# sourceMappingURL=classic-openspec-root.d.ts.map