import { z } from 'zod'; export declare const toBigInt: z.ZodEffects, bigint, string | number>; export declare const toBigIntArray: z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBigInt, z.ZodArray, "many">]>; export declare const toHexString: z.ZodEffects; export declare const toHexStringArray: z.ZodEffects, z.ZodUndefined]>, `0x${string}`[], string | string[] | undefined>; export declare const toBigIntMatrix: z.ZodEffects, "many">, "many">, z.ZodUndefined]>, bigint[][], (string | number | bigint)[][] | undefined>; export declare const toBoolean: z.ZodEffects, boolean, boolean | undefined>; export declare const toNumber: z.ZodEffects, number, string | number | bigint>;