import { AqiType } from '../types'; import { Pollutant } from '../util'; /** * Small utility function to step AQI/raw conversions for a pollutant */ export declare function testConversion(pollutant: Pollutant, aqiType: AqiType, aqi: number, raw: number): void; //# sourceMappingURL=testUtil.d.ts.map