import { DraftBatchItemRequestDto } from './draftBatchItemRequestDto';
export interface AddBatchItemsDto {
    items: Array<DraftBatchItemRequestDto>;
}
export declare namespace AddBatchItemsDto {
    const discriminator: string;
    const attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
}
//# sourceMappingURL=addBatchItemsDto.d.ts.map