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