export declare type Location = { type: 'GEO_POINT'; countryCode: string; geoDSL: [number, number]; };