export declare class ContractArchivedEvent { readonly contractId: string; readonly reason?: string | undefined; readonly timestamp: Date; constructor(contractId: string, reason?: string | undefined, timestamp?: Date); } //# sourceMappingURL=ContractArchivedEvent.d.ts.map