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