/** * Proactive Watcher Ontology * * Defines the schemas for proactive suggestions generated by the watcher. */ import type { OntologySchema } from '../../core/ontology/types.js'; export declare const proactiveWatcherOntology: OntologySchema; //# sourceMappingURL=ontology.d.ts.map