import type { EasingFunction } from 'react-native'; import type { AnimateEasing } from '../../core'; export declare const deserializeEasing: (easing: AnimateEasing | null) => EasingFunction | undefined;