import type { ShallowRef } from "vue"; import type { Catalog, ComponentApi } from "@a2ui/web_core/v0_9"; import type { CopilotKitCoreVue } from "../../lib/vue-core"; /** * Registers agent context describing the available A2UI catalog, component * schemas, and generation/design guidelines. * * Vue-native equivalent of React's `` component. * Call from the provider's setup function. */ export declare function registerA2UICatalogContext(copilotkit: ShallowRef, options: { enabled: () => boolean; catalog: () => Catalog | undefined; includeSchema: () => boolean; }): void; //# sourceMappingURL=A2UICatalogContext.d.ts.map