import type { Compact } from "../Compact/index.js"; import type { Auto, URIS } from "../HKT/index.js"; import type { Separate } from "../Separate/index.js"; export interface Compactable extends Compact, Separate { } //# sourceMappingURL=index.d.ts.map