declare type StartGyroscopeCallbackOptions = import("../../common").CallbackOptions; export interface StartGyroscopeOptions extends StartGyroscopeCallbackOptions { /** * 监听陀螺仪数据变化的回调函数的执行频率 */ interval?: 'normal'; } export {};