import { Animated } from 'react-native'; export declare const runSlideEnter: (animation: Animated.Value, translateY: Animated.Value, opacity: Animated.Value, duration: number, onEnd?: () => void) => void; export declare const runSlideExit: (animation: Animated.Value, opacity: Animated.Value, duration: number, onEnd?: () => void) => void;