export = Location; declare class Location { constructor($: any); /** @type {string | null} */ title: string | null; /** @type {string | null} */ distance: string | null; /** @type {string | null} */ map: string | null; }