/** * Lazy Zod loader — defers import so the package loads without Zod installed. * * Top-level `await import()` is supported by ES2022 + NodeNext (tsconfig) and Node >= 20 (engines). * Chosen over `createRequire` to avoid loading a separate CJS copy with a different * `z.globalRegistry` instance. */ export declare function requireZod(): any; //# sourceMappingURL=zod.d.ts.map