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