import type * as Worklets from 'react-native-worklets-core';
/**
 * A proxy object that lazy-imports react-native-worklets-core as soon as the
 * caller tries to access a property on {@linkcode WorkletsProxy}.
 *
 * If react-native-worklets-core is not installed, accessing anything on
 * {@linkcode WorkletsProxy} will throw.
 */
export declare const WorkletsProxy: typeof Worklets;
//# sourceMappingURL=WorkletsProxy.d.ts.map