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