export declare type Binary = (x: X, y: Y) => V; export declare function isBinary(f: F): boolean; //# sourceMappingURL=binary.d.ts.map