import { TimingFunction } from '../types/timingFunction'; declare function easeInOut(functionName: string): TimingFunction; export default easeInOut;