import type { Observable } from 'rxjs'; import type { DeriveApi, DeriveProposalExternal } from '../types.js'; export declare function nextExternal(instanceId: string, api: DeriveApi): () => Observable<DeriveProposalExternal | null>;