export declare const uncurry: (f: (a: A) => (b: B) => C) => (a: A, b: B) => C; //# sourceMappingURL=state.d.ts.map