import { Pollutant } from './pollutant'; export declare const ppb = "ppb"; export declare const ppm = "ppm"; export declare const ugm3 = "\u00B5g/m\u00B3"; export declare type Unit = typeof ppb | typeof ppm | typeof ugm3; export declare function getUnit(pollutant: Pollutant): Unit; //# sourceMappingURL=unit.d.ts.map