import { SmrtCollection } from '@happyvertical/smrt-core'; import { ReferralTermSnapshot } from '../models/ReferralTermSnapshot.js'; export declare class ReferralTermSnapshotCollection extends SmrtCollection { static readonly _itemClass: typeof ReferralTermSnapshot; /** * Every snapshot minted for one referral, newest first — index 0 is the * currently governing snapshot only if the referral's `snapshotId` says * so (requalification keeps old rows as history). */ findByReferral(referralId: string): Promise; } export default ReferralTermSnapshotCollection; //# sourceMappingURL=ReferralTermSnapshotCollection.d.ts.map