import { ReadableSet } from "./readable-set.js"; export type OnSetChange = (readable: ReadableSet) => void;