import type { ZodCodec, ZodObject, ZodUUID } from 'zod'; import { z } from 'zod'; import type { $ZodObjectConfig, $ZodShape } from 'zod/v4/core'; export declare const jpathCodec: ZodCodec>; /** * Add an uuid field to `z.input` and keep as-is the `z.output`. * It is mandatory for fields in table rows. * @param validator */ export declare function withUUID>(validator: ZT): ZodCodec, ZT>; //# sourceMappingURL=utils.d.ts.map