import { TErrors } from '../../../../../../errors/errors.js'; export type UnbindQueueControllerResponseDTO = readonly [204, null] | TErrors['InvalidQueueParametersError'] | TErrors['InvalidExchangeParametersError'] | TErrors['InvalidTopicBindingPatternError'] | TErrors['NamespaceMismatchError'] | TErrors['ExchangeNotFoundError'] | TErrors['ExchangeTypeMismatchError'] | TErrors['QueueNotBoundError'] | TErrors['InvalidDirectExchangeParametersError']; //# sourceMappingURL=UnbindQueueControllerResponseDTO.d.ts.map