declare type StopLocationUpdateCallbackOptions = import("../common").CallbackOptions; export interface StopLocationUpdateOptions extends StopLocationUpdateCallbackOptions { } export {};