declare const curry: (fn: Function) => (...args: any[]) => T; export default curry;