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