import type Taro from '@tarojs/taro'; type TaroStartDeviceMotionListeningOption = Taro.startDeviceMotionListening.Option; type TaroStopDeviceMotionListeningOption = Taro.stopDeviceMotionListening.Option; type TaroDeviceMotionChangeCallback = Parameters[0]; export declare function startDeviceMotionListening(option: TaroStartDeviceMotionListeningOption): Promise; export declare function stopDeviceMotionListening(option?: TaroStopDeviceMotionListeningOption): Promise; export declare function onDeviceMotionChange(callback: TaroDeviceMotionChangeCallback): void; export declare function offDeviceMotionChange(callback?: TaroDeviceMotionChangeCallback): void; export {}; //# sourceMappingURL=device-motion.d.ts.map