import { HKT, _ } from "."; /** * @since 0.0.2 */ export interface Constant extends HKT { [HKT.i]: _; [HKT.o]: T; } //# sourceMappingURL=constant.d.ts.map