import type { Collection } from "./collections.js"; export declare function findRelated(target: Collection, all: Collection[], limit: number): Collection[]; //# sourceMappingURL=related.d.ts.map