declare type StartDeviceMotionCallbackOptions = import("../../common").CallbackOptions; export interface StartDeviceMotionOptions extends StartDeviceMotionCallbackOptions { /** * 监听设备方向变化的回调函数的执行频率 */ interval?: 'normal'; } export {};