export declare type Ternary = (x: X, y: Y, z: Z) => V; export declare function isTernary(f: F): boolean; //# sourceMappingURL=ternary.d.ts.map