/** * Вибрации по шаблону */ declare const vibrate: (pattern: number | number[]) => void; export { vibrate };