import { z } from "zod/v4"; export declare const isPresent: (value: T | null | undefined) => value is T; export declare const stringDateTime: z.ZodOptional>; //# sourceMappingURL=typeChecks.d.ts.map