export declare class GeoLoc { lat: string; lon: string; static create(latitude: string, longitude: string): GeoLoc; } //# sourceMappingURL=geoLoc.model.d.ts.map