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