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