// ets_tracing: off 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 {}