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