import { TErrors } from '../../../errors/types/index.js';
export type DeleteQueueControllerResponseDTO = readonly [204, null] | TErrors['QueueInvalidQueueParameterError'] | TErrors['QueueQueueNotFoundError'] | TErrors['QueueQueueNotEmptyError'] | TErrors['QueueQueueHasRunningConsumersError'];
//# sourceMappingURL=DeleteQueueControllerResponseDTO.d.ts.map