import { TErrors } from '../../../errors/errors.js';
export type DeleteQueueControllerResponseDTO = readonly [204, null] | TErrors['InvalidQueueParametersError'] | TErrors['QueueNotFoundError'] | TErrors['QueueNotEmptyError'] | TErrors['QueueManagerActiveConsumersError'];
//# sourceMappingURL=DeleteQueueControllerResponseDTO.d.ts.map