import type { AbiHolder, ErrorArgsOf } from "../../../abi-types.js"; import type { Abi, ContractErrorName, ReadContractReturnType, WriteContractReturnType } from "viem"; export declare function revertWithCustomErrorWithArgs, TErrorName extends ContractErrorName>(contractFn: Promise, contract: TContract, customErrorName: TErrorName, expectedArgs: ErrorArgsOf): Promise; //# sourceMappingURL=revert-with-custom-error-with-args.d.ts.map