import { EQueueDeliveryModel, EQueueType, IQueueParams } from 'redis-smq';
export type CreateQueueControllerRequestBodyDTO = {
    queue: IQueueParams;
    queueType: EQueueType;
    queueDeliveryModel: EQueueDeliveryModel;
};
//# sourceMappingURL=CreateQueueControllerRequestBodyDTO.d.ts.map