import { IQueueParams } from 'redis-smq';
import { TErrors } from '../../../errors/types/index.js';
export type GetQueuesControllerResponseDTO = readonly [200, IQueueParams[]] | TErrors['ExchangeInvalidFanOutParamsError'];
//# sourceMappingURL=GetQueuesControllerResponseDTO.d.ts.map