import { z } from "zod"; export declare const Description: z.ZodObject<{ description: z.ZodString; descriptionType: z.ZodEnum<{ Abstract: "Abstract"; Methods: "Methods"; Other: "Other"; SeriesInformation: "SeriesInformation"; TableOfContents: "TableOfContents"; TechnicalInfo: "TechnicalInfo"; }>; lang: z.ZodOptional; }, z.core.$strip>; export declare const Descriptions: z.ZodArray; lang: z.ZodOptional; }, z.core.$strip>>; export type Description = z.infer; export type Descriptions = z.infer;