export interface GeolocationParams { sceneId: string; } declare function stopGeolocation(params: GeolocationParams): Promise; declare namespace stopGeolocation { var version: { android: string; ios: string; }; } export default stopGeolocation;