import type { ExtendedViemClient } from '../../../client.js'; import type { Provider } from '../transports/index.js'; /** * Gets the fee the network will charge for a particular message * * @param client - Extended Viem client * @param params - Parameters for {@link sol_getFeeForMessage} * @returns Promise resolving to fee information */ export declare function getFeeForMessage(client: ExtendedViemClient, ...params: Parameters): Promise; value: import("@solana/rpc-types").Lamports | null; }>>;