export declare type Unary = (x: X) => V; export declare function isUnary(f: F): boolean; export declare function same(): Unary; //# sourceMappingURL=unary.d.ts.map