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