export declare const binary: <T, R = T>() => <F extends (a: T) => (b: T) => R>(f: F) => F;
