import z from 'zod'; export declare const codecs: { stringNumber: z.ZodCodec; stringDatetime: z.ZodCodec; stringBoolean: z.ZodCodec; stringDate: z.ZodCodec; stringInt: z.ZodCodec; stringBigInt: z.ZodCodec; epochSecondsDate: z.ZodCodec; epochMillisDate: z.ZodCodec; stringURL: z.ZodCodec>; };