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