import { UserOperation } from "viem/account-abstraction";
export declare const getUserOperationTotalGas: (userOp: UserOperation<"0.7">) => bigint;
