/** * @kya-os/consent * * Canonical consent page types, styles, defaults, and utilities. * Single source of truth for both MCP-I runtime rendering and AgentShield WYSIWYG preview. * * @module @kya-os/consent */ export * from "./types/index.js"; export * from "./schemas/index.js"; export * from "./constants/index.js"; export * from "./styles/index.js"; export * from "./resolution/index.js"; export * from "./security/index.js"; export * from "./templates/index.js"; export { generateConsentShell, generateInlineConsentShell, } from "./bundle/shell.js"; export type { ConsentShellOptions } from "./bundle/shell.js"; export { CONSENT_BUNDLE, CONSENT_BUNDLE_SIZE, CONSENT_BUNDLE_HASH, CONSENT_BUNDLE_PATH, } from "./bundle/inline.js"; export * from "./capabilities/index.js"; export * from "./cedar/index.js"; export * from "./copy/index.js"; export * from "./popup/index.js"; //# sourceMappingURL=index.d.ts.map