import { $, HKT } from '.'; export declare type CartesianInstances = keyof typeof Cartesian; export interface Cartesian { product(fa: $, fb: $): $; } export declare namespace Cartesian { } export declare function product(fa: $, fb: $): $;