import { Animated } from 'react-native'; export declare const runWaouhEnter: (translateX: Animated.Value, scale: Animated.Value, rotate: Animated.Value, opacity: Animated.Value, duration: number, onEnd?: () => void) => void; export declare const runWaouhExit: (translateX: Animated.Value, scale: Animated.Value, rotate: Animated.Value, opacity: Animated.Value, duration: number, onEnd?: () => void) => void;