import type { ApiInterfaceRx } from '@polkadot/api/types'; import type { AccountId } from '@polkadot/types/interfaces'; import type { Observable } from '@polkadot/x-rxjs'; /** * @description Retrieve the list of all validator stashes */ export declare function stashes(instanceId: string, api: ApiInterfaceRx): () => Observable;