import { AirPollution } from "types/air-pollution"; declare function singleParser(data: any): AirPollution; export default singleParser;