import { SmrtObject } from '@happyvertical/smrt-core'; import { AgreementExecutionEventOptions, AgreementExecutionStatus } from '../types.js'; export declare class AgreementExecutionEvent extends SmrtObject { tenantId: string; executionId: string; provider: string; providerEventId: string; eventOrigin: string; operationId: string; dedupeKey: string; orderingKey: string; eventType: string; status: AgreementExecutionStatus; occurredAt: Date; receivedAt: Date; payloadSha256: string; signerEvidence: string; payload: string; constructor(options?: AgreementExecutionEventOptions); initialize(): Promise; save(): Promise; private serializeState; } export default AgreementExecutionEvent; //# sourceMappingURL=AgreementExecutionEvent.d.ts.map