import * as List from "./list"; export * as List from "./list"; import * as String from "./string"; export * as String from "./string"; export * from "./$"; export * from "./composition"; export * from "./constant"; import * as hkt from "./hkt"; export * from "./hkt"; export * from "./identity"; declare const _default: { HKT: typeof hkt.HKT; List: typeof List; String: typeof String; }; export default _default; //# sourceMappingURL=index.d.ts.map