declare global {
    var __turboModuleProxy: unknown | undefined;
    function nativeCallSyncHook(): unknown;
    function createHapticFeedback(): {
        trigger: (type: import('./index').HapticType) => void;
    };
}
export declare const initTurboHaptics: () => {
    trigger: (type: import("./index").HapticType) => void;
} | null;
export declare const internalTrigger: (type: import("./index").HapticType) => void;
//# sourceMappingURL=initModule.d.ts.map