/**
 * Installs Expo Modules on the UI worklet runtime so worklet callbacks and
 * serializable SharedObjects work there.
 *
 * @param uiRuntimeHolder The UI runtime holder from `getUIRuntimeHolder()` in
 * `react-native-worklets`.
 */
export declare function installOnUIRuntime(uiRuntimeHolder: object): void;
//# sourceMappingURL=index.d.ts.map