import { z } from "zod"; export declare const ContentTypes: z.ZodObject<{ resourceType: z.ZodOptional; resourceTypeGeneral: z.ZodEnum<{ Audiovisual: "Audiovisual"; Award: "Award"; Book: "Book"; BookChapter: "BookChapter"; Collection: "Collection"; ComputationalNotebook: "ComputationalNotebook"; ConferencePaper: "ConferencePaper"; ConferenceProceeding: "ConferenceProceeding"; DataPaper: "DataPaper"; Dataset: "Dataset"; Dissertation: "Dissertation"; Event: "Event"; Image: "Image"; Instrument: "Instrument"; InteractiveResource: "InteractiveResource"; Journal: "Journal"; JournalArticle: "JournalArticle"; Model: "Model"; Other: "Other"; OutputManagementPlan: "OutputManagementPlan"; PeerReview: "PeerReview"; PhysicalObject: "PhysicalObject"; Preprint: "Preprint"; Project: "Project"; Report: "Report"; Service: "Service"; Software: "Software"; Sound: "Sound"; Standard: "Standard"; StudyRegistration: "StudyRegistration"; Text: "Text"; Workflow: "Workflow"; }>; }, z.core.$strip>; export type ContentTypes = z.infer;