import type { ApiInterfaceRx } from '@polkadot/api/types'; import type { EraRewardPoints } from '@polkadot/types/interfaces'; import type { Observable } from '@polkadot/x-rxjs'; /** * @description Retrieve the staking overview, including elected and points earned */ export declare function currentPoints(instanceId: string, api: ApiInterfaceRx): () => Observable;