import { AirPollution } from "types/air-pollution"; declare function listParser(data: any, limit: number): AirPollution[]; export default listParser;