/** * Consent Type Definitions * * Canonical types for consent configuration, branding, copy, and auth modes. * These types are the single source of truth shared between MCP-I and AgentShield. * * @module @kya-os/consent/types */ export * from "./config.types.js"; export * from "./branding.types.js"; export * from "./copy.types.js"; export * from "./modes.types.js"; export * from "./page.types.js"; export * from "./api.types.js"; export * from "./capabilities.types.js"; //# sourceMappingURL=index.d.ts.map