export declare const vibrate: (duration: number) => Promise>, impactFeedback: (style: import("./bindings").ImpactFeedbackStyle) => Promise>, notificationFeedback: (type: import("./bindings").NotificationFeedbackType) => Promise>, selectionFeedback: () => Promise>; export { ImpactFeedbackStyle, NotificationFeedbackType } from './bindings';