import { type CollectionFootprint } from "@vendoai/core"; import type { Db } from "./db-postgres.js"; /** What this store is holding, per collection (01 ยง12 `footprint`). Two reads: * the generic table, which groups itself (and so covers every collection that * exists without anyone enumerating them), and the collections that own a * table. Empty collections are omitted, and the answer is sorted, so two * footprints of the same store are diffable. */ export declare function collectionFootprints(db: Db): Promise; //# sourceMappingURL=footprint.d.ts.map