export declare class Location { id: number; lat: number; long: number; constructor(location?: Location); location(location: Location): void; newLocation(): void; }