import { CityResponse } from '../types';
import City from './City';
export default class Insights extends City {
    constructor(response: CityResponse);
}
