import * as z from "zod/v3"; export declare function string(): z.ZodType; export declare function boolean(): z.ZodType; export declare function number(): z.ZodType; export declare function date(): z.ZodType; export declare function literal(value: T): z.ZodType; export declare function optional(t: T): z.ZodOptional, T]>>; export declare function nullable(t: T): z.ZodUnion<[z.ZodNull, z.ZodEffects, T]>; //# sourceMappingURL=primitives.d.ts.map