import { ContractRegistryEvent } from './ContractRegistryEvent'; export declare class ContractLookupEvent extends ContractRegistryEvent { readonly result: 'found' | 'not_found'; readonly lookupType: 'id' | 'name' | 'category'; constructor(contractId: string, result: 'found' | 'not_found', lookupType: 'id' | 'name' | 'category', timestamp?: Date); } //# sourceMappingURL=ContractLookupEvent.d.ts.map