import type { Hex, ReadContractReturnType, WriteContractReturnType } from "viem"; export declare function handleRevert(contractFn: Promise): Promise<{ args: string[]; isPanicError: boolean; data: Hex; } | { errorWithoutReason: true; }>; //# sourceMappingURL=handle-revert.d.ts.map