import { default as z } from 'zod'; /** * For required arrays: coerces null/undefined to empty array []. * Use when the array must always be present and iterable. * * - null → [] * - undefined → [] * - [] → [] * - [items] → [items] */ export declare const nullishToEmpty: (item: Z) => z.ZodDefault[], null>>, z.ZodArray]>>; //# sourceMappingURL=nullable.d.ts.map