import type { ApiInterfaceRx } from '@polkadot/api/types'; import type { Observable } from '@polkadot/x-rxjs'; import type { DeriveSessionIndexes } from '../types'; export declare function indexes(instanceId: string, api: ApiInterfaceRx): () => Observable;