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