import { TransactionReceipt } from "@ethersproject/abstract-provider"; import { Interface, Result } from "ethers/lib/utils"; export declare const getEventArgs: (receipt: TransactionReceipt, iface: Interface, event: string) => Result | undefined; export declare const getEventArgument: (receipt: TransactionReceipt, iface: Interface, event: string, arg: string) => string; //# sourceMappingURL=util.d.ts.map