import { z } from "zod"; export declare const optionalIgnoringNull: (schema: z.ZodType) => z.ZodOptional>, NonNullable | undefined, T | null>>;