import type { ExtendedViemClient } from '../../../client.js'; import type { Provider } from '../transports/index.js'; /** * Gets the genesis hash * * @param client - Extended Viem client * @param params - Parameters for {@link sol_getGenesisHash} * @returns Promise resolving to genesis hash information */ export declare function getGenesisHash(client: ExtendedViemClient, ...params: Parameters): Promise;