import { z } from "../../../../shared/zod";
/**
 * Input schema for EventCategories endpoint
 *
 * Selects an array of valid categories to use with SearchAlerts
 */
export declare const eventCategoriesInputSchema: z.ZodObject<{}, z.core.$strip>;
export type EventCategoriesInput = z.infer<typeof eventCategoriesInputSchema>;
//# sourceMappingURL=eventCategories.input.d.ts.map