import { z } from "zod";
export declare function getEventSchema(eventType: string, version: "v1" | "v2" | "v2-alpha"): z.ZodTypeAny;
