import { SmrtCollection } from '@happyvertical/smrt-core'; import { AgreementExecutionEvent } from '../models/AgreementExecutionEvent.js'; import { VerifiedAgreementExecutionEventOptions } from '../types.js'; export declare class AgreementExecutionEventCollection extends SmrtCollection { static readonly _itemClass: typeof AgreementExecutionEvent; findByDedupeKey(dedupeKey: string): Promise; recordVerified(options: VerifiedAgreementExecutionEventOptions): Promise<{ event: AgreementExecutionEvent; created: boolean; }>; private assertSameVerifiedEvent; findByExecution(executionId: string): Promise; findProviderEventsByExecution(executionId: string): Promise; } export default AgreementExecutionEventCollection; //# sourceMappingURL=AgreementExecutionEventCollection.d.ts.map