export declare const createVibration: () => { vibrate(): void; cancel(): void; }; export default createVibration;