import { IExchangeParsedParams } from 'redis-smq';
export type GetQueueExchangesControllerResponseDTO = readonly [
    200,
    IExchangeParsedParams[]
];
//# sourceMappingURL=GetQueueExchangesControllerResponseDTO.d.ts.map