import { Fun } from './';
export declare function _createCurried<F extends Fun>(f: F, arity: number, args: any[]): (this: any) => any;
