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