import type { Account, Chain, Client, Transport } from "viem"; import type { Prettify } from "viem/chains"; import type { ZeroDevAccountClientRpcSchema } from "../../types/kernel.js"; export type GetUserOperationGasPriceReturnType = { maxFeePerGas: bigint; maxPriorityFeePerGas: bigint; }; export declare const getUserOperationGasPrice: (client: Client) => Promise>; //# sourceMappingURL=getUserOperationGasPrice.d.ts.map