export declare function useWebVibration(): { vibrate: (pattern: number | number[]) => boolean; isSupported: boolean; error: Error | null; };