import { type ReadContractReturnType, type WriteContractReturnType } from "viem"; export declare function revertWith(contractFn: Promise, expectedRevertReason: string): Promise; //# sourceMappingURL=revert-with.d.ts.map