import type { ApiInterfaceRx } from '@polkadot/api/types'; import type { AccountId } from '@polkadot/types/interfaces'; import type { Observable } from '@polkadot/x-rxjs'; import type { DeriveCouncilVote } from '../types'; export declare function votesOf(instanceId: string, api: ApiInterfaceRx): (accountId: string | Uint8Array | AccountId) => Observable;