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