import type { PluginOption } from "vite"; import type { OacConfig } from "./OacConfig.js"; /** * Vite plugin for Ontology as Code (OAC) that generates ontology IR, metadata, and OSDK * in both development and build modes. */ export declare function ontologyAsCode(oacConfig: OacConfig): PluginOption;