import { z } from "zod"; export declare const DateValue: z.ZodString; export declare const Date: z.ZodObject<{ date: z.ZodString; dateType: z.ZodEnum<{ Accepted: "Accepted"; Available: "Available"; Collected: "Collected"; Copyrighted: "Copyrighted"; Coverage: "Coverage"; Created: "Created"; Issued: "Issued"; Other: "Other"; Submitted: "Submitted"; Updated: "Updated"; Valid: "Valid"; Withdrawn: "Withdrawn"; }>; dateInformation: z.ZodOptional; }, z.core.$strip>; export declare const Dates: z.ZodArray; dateInformation: z.ZodOptional; }, z.core.$strip>>; export type DateValue = z.infer; export type Date = z.infer; export type Dates = z.infer;