import { ContractRegistryEvent } from './ContractRegistryEvent'; export declare class RegistryErrorEvent extends ContractRegistryEvent { readonly operation: string; readonly error: string; constructor(contractId: string, operation: string, error: string, timestamp?: Date); } //# sourceMappingURL=RegistryErrorEvent.d.ts.map