/** * @packageDocumentation * @module std.internal */ export declare type BinaryPredicator = (x: X, y: Y) => boolean;