import { TErrors } from '../../../errors/types/index.js';
export type BindQueueControllerResponseDTO = readonly [204, null] | TErrors['QueueInvalidQueueParameterError'] | TErrors['ExchangeInvalidFanOutParamsError'] | TErrors['QueueQueueNotFoundError'] | TErrors['ExchangeFanOutQueueTypeError'];
//# sourceMappingURL=BindQueueControllerResponseDTO.d.ts.map