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