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