export declare class GeoLocationDto {
    latitude: string;
    longitude: string;
}
