export interface DeleteBatchItemsDto {
    item_ids: Array<string>;
}
export declare namespace DeleteBatchItemsDto {
    const discriminator: string;
    const attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
}
//# sourceMappingURL=deleteBatchItemsDto.d.ts.map