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