export declare abstract class ContractRegistryEvent { readonly eventType: string; readonly contractId: string; readonly timestamp: Date; constructor(eventType: string, contractId: string, timestamp?: Date); } //# sourceMappingURL=ContractRegistryEvent.d.ts.map