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