/** * The store record collections backing the built-in local engine, created by * the store DDL. The local engine reads/writes documents and their * chunks through these; the cloud engine keeps its corpus server-side and never * touches them. */ export declare const KNOWLEDGE_DOCS_COLLECTION: "vendo_knowledge_docs"; export declare const KNOWLEDGE_CHUNKS_COLLECTION: "vendo_knowledge_chunks"; //# sourceMappingURL=collections.d.ts.map