export type Location = {
    latitude: number;
    longitude: number;
};
//# sourceMappingURL=Location.d.ts.map