/** * Consent Zod Schemas * * Runtime validation schemas for consent configuration. * Used for API request/response validation and config parsing. * * @module @kya-os/consent/schemas */ export * from "./config.schemas.js"; export * from "./branding.schemas.js"; export * from "./modes.schemas.js"; export * from "./api.schemas.js"; export * from "./capabilities.schemas.js"; //# sourceMappingURL=index.d.ts.map