export declare const EventValidation: import("./Validation").UnionValidation<"eventType", {
    eventType: string;
}>;
