import type { Supergroup } from '../collection.js'; export declare function attachRecords(sg: Supergroup, records: R[], byKey: (r: R) => string | string[] | null | undefined): { matched: number; unmatched: R[]; };