export default function curry(produce: any, return_value?: any): any;
