import type { ApiInterfaceRx } from '@polkadot/api/types'; import type { Observable } from '@polkadot/x-rxjs'; import type { DeriveSessionInfo } from '../types'; /** * @description Retrieves all the session and era query and calculates specific values on it as the length of the session and eras */ export declare function info(instanceId: string, api: ApiInterfaceRx): () => Observable;