//#region src/example.d.ts declare const example: { readonly id: "knowledge-canon"; readonly title: "Knowledge Canon (Product Canon space)"; readonly summary: "Bind a canonical knowledge space to a tenant and route assistant/workflow requests to the right sources (blueprint + app config pattern)."; readonly tags: readonly ["knowledge", "canon", "app-config", "agents", "workflows"]; readonly kind: "knowledge"; readonly visibility: "public"; readonly docs: { readonly rootDocId: "docs.examples.knowledge-canon"; readonly usageDocId: "docs.examples.knowledge-canon.usage"; }; readonly entrypoints: { readonly packageName: "@lssm/example.knowledge-canon"; readonly docs: "./docs"; }; readonly surfaces: { readonly templates: true; readonly sandbox: { readonly enabled: true; readonly modes: readonly ["markdown", "specs"]; }; readonly studio: { readonly enabled: true; readonly installable: true; }; readonly mcp: { readonly enabled: true; }; }; }; //#endregion export { example as default }; //# sourceMappingURL=example.d.ts.map