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