import { z } from 'zod'; export declare const int8: z.ZodInt; export declare const int16: z.ZodInt; export declare const int64: z.ZodInt; export declare const uint8: z.ZodInt; export declare const uint12: z.ZodInt; export declare const uint16: z.ZodInt; export declare const uint20: z.ZodInt; //# sourceMappingURL=schemas.d.ts.map