import type { OacContext } from "./OacContext.js"; /** * Generate all ontology assets: IR, full metadata, and OSDK. * This function contains the core generation logic extracted from watchOntologyAsCode * so it can be used both in dev mode (via file watching) and build mode. */ export declare function generateOntologyAssets(opts: OacContext): Promise; export declare function ontologyIrPath(workDir: string): string; export declare function ontologyFullMetadataPath(workDir: string): string;