/** * Wire 0.2 Extension Schema Map * * Maps known extension group keys to their Zod schemas. * Used by validateKnownExtensions() for group-level validation * and by type-to-extension enforcement. * * This file is the single mutation point for group registration. */ import type { z } from 'zod'; /** Map from known extension key to its Zod schema */ export declare const EXTENSION_SCHEMA_MAP: Map>>; //# sourceMappingURL=schema-map.d.ts.map