import { z } from "zod";
export declare const ContinentListSchema: z.ZodType<unknown, unknown, z.core.$ZodTypeInternals<unknown, unknown>>;
export type ContinentList = z.infer<typeof ContinentListSchema>;
