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