import * as Boolean from "./boolean"; export * as Boolean from "./boolean"; import * as Function from "./function"; export * as Function from "./function"; import * as HKT from "./hkt"; export * as HKT from "./hkt"; import * as List from "./hkt"; export * as List from "./list"; import * as Number from "./number"; export * as Number from "./number"; import * as Object from "./object"; export * as Object from "./object"; import * as Primitive from "./primitive"; export * as Primitive from "./primitive"; import * as SetTheory from "./set"; export * as SetTheory from "./set"; import * as String from "./string"; export * as String from "./string"; import * as Test from "./test"; export * as Test from "./test"; import * as Type from "./type"; export * as Type from "./type"; declare const _default: { Boolean: typeof Boolean; Function: typeof Function; HKT: typeof HKT; List: typeof List; Number: typeof Number; Object: typeof Object; Primitive: typeof Primitive; SetTheory: typeof SetTheory; String: typeof String; Test: typeof Test; Type: typeof Type; }; export default _default; //# sourceMappingURL=index.d.ts.map