import type { AbiHolder } from "../../../abi-types.js"; import type { HardhatViemHelpers } from "@nomicfoundation/hardhat-viem/types"; import type { ChainType } from "hardhat/types/network"; import type { Abi, ContractEventName, Hash } from "viem"; export declare function handleEmit, ChainTypeT extends ChainType | string = "generic">(viem: HardhatViemHelpers, txHash: Hash | Promise, contract: TContract, eventName: ContractEventName): Promise; }>>; //# sourceMappingURL=core.d.ts.map