export const hexRegex: RegExp; /** * Zod validator for a valid hex string */ export const zHex: z.ZodPipe>; import { z } from 'zod'; //# sourceMappingURL=zHex.d.ts.map