import type { ExtendedViemClient } from '../../../client.js'; import type { Provider } from '../transports/index.js'; /** * Gets the inflation reward for a list of addresses for an epoch * * @param client - Extended Viem client * @param params - Parameters for {@link sol_getInflationReward} * @returns Promise resolving to inflation reward information */ export declare function getInflationReward(client: ExtendedViemClient, ...params: Parameters): Promise | null)[]>;