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