import { Arity2, Curry2 } from '../types'; export declare function curry2(fn: Arity2): Curry2; export declare function curry2(fn: Arity2): Curry2;