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