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