import { z } from "zod"; export declare const PublicationYear: z.ZodString; export type PublicationYear = z.infer;