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