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