import { SharedValue } from 'react-native-reanimated'; declare const unwrapAnimatedValue: (value: T | SharedValue) => T; declare const unwrapAnimatedValueObject: (value: Record>) => Record; export { unwrapAnimatedValue, unwrapAnimatedValueObject }; //# sourceMappingURL=unwrap-animated-value.d.ts.map