import { CreateAndExerciseCommand } from "../model/CreateAndExerciseCommand";
export declare const CreateAndExerciseCommandValidation: import("./Validation").ObjectValidation<CreateAndExerciseCommand>;
