export interface GeolocationStatusParams { sceneIds: string[]; } declare function getGeolocationStatus(args: GeolocationStatusParams): Promise<{ sceneId: string; }[]>; declare namespace getGeolocationStatus { var version: { android: string; ios: string; }; } export default getGeolocationStatus;