/**
 * ios-haptics v0.1.0
 * tijn.dev
 * @license MIT
 */
declare function haptic(): void;
declare namespace haptic {
    var confirm: () => void;
    var error: () => void;
}
export { haptic };
