import type { Address, Chain, Client, StateOverride, Transport } from "viem"; import type { BundlerRpcSchema } from "../../client/decorators/bundlerClient"; import type { EntryPointVersion } from "../../entrypoint/types"; import type { UserOperationEstimateGasResponse, UserOperationRequest } from "../../types"; export declare const estimateUserOperationGas: , TEntryPointVersion extends EntryPointVersion = EntryPointVersion>(client: TClient, args: { request: UserOperationRequest; entryPoint: Address; stateOverride?: StateOverride; }) => Promise>;