import { ISharedValue } from 'react-native-worklets-core';
import { Float3 } from '../types';
export declare const areFloat3Equal: (a: Float3, b?: Float3) => boolean;
export declare const isWorkletSharedValue: (value: any) => value is ISharedValue<any>;
//# sourceMappingURL=helper.d.ts.map