import { HapticImpactStyle, HapticNotificationType } from '../shared/native/types'; export declare function impactFeedback(style?: HapticImpactStyle): Promise; /** Selection tick: start → changed → end, as one fire-and-forget gesture. */ export declare function selectionFeedback(): Promise; export declare function notificationFeedback(type: HapticNotificationType): Promise; //# sourceMappingURL=feedback.d.ts.map