import type { ExtendedViemClient } from '../../../client.js'; import type { Provider } from '../transports/index.js'; /** * Gets the identity pubkey for the current node * * @param client - Extended Viem client * @param params - Parameters for {@link sol_getIdentity} * @returns Promise resolving to identity information */ export declare function getIdentity(client: ExtendedViemClient, ...params: Parameters): Promise>;