import { Curry } from '../../typescriptUtils'; export declare const curry:
(fn: (...args: P) => R) => Curry
; //# sourceMappingURL=index.d.ts.map