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