export declare function curried(f: Function, n: number, acc: ReadonlyArray): (x: unknown) => any; //# sourceMappingURL=curried.d.ts.map