declare const module: (() => import("zod").ZodType>) & { array: () => import("zod").ZodArray>>; object: () => import("zod").ZodRecord>>; primitive: () => import("zod").ZodUnion; }; export { module as json }; export type { JsonArray } from "./array.js"; export type { Json } from "./json.js"; export type { JsonObject } from "./object.js"; export type { JsonPrimitive } from "./primitive.js";