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