function votesOfimport { votesOf } from "https://deno.land/x/polkadot@0.2.14/api-derive/council/index.ts"; votesOf(instanceId: string, api: DeriveApi): (accountId: string | Uint8Array | AccountId) => Observable<DeriveCouncilVote>ParametersinstanceId: stringapi: DeriveApiReturns(accountId: string | Uint8Array | AccountId) => Observable<DeriveCouncilVote>