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