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