import { CityResponse } from '../types'; import * as records from '../records'; import City from './City'; export default class Insights extends City { readonly anonymizer?: records.AnonymizerRecord; constructor(response: CityResponse); private setBooleanAnonymizer; }