import Animated from "react-native-reanimated";
export declare function useNode<T>(node: Animated.Node<T>): Animated.Node<T>;
