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