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