import type { ApiInterfaceRx } from '@polkadot/api/types'; import type { Observable } from '@polkadot/x-rxjs'; import type { SignedBlockExtended } from '../type/types'; /** * @name subscribeNewBlocks * @returns The latest block & events for that block */ export declare function subscribeNewBlocks(instanceId: string, api: ApiInterfaceRx): () => Observable;