import type { Observable } from 'rxjs';
import type { DeriveApi, DeriveBounties } from '../types.js';
export declare function bounties(instanceId: string, api: DeriveApi): () => Observable<DeriveBounties>;
Выполнить команду
Для локальной разработки. Не используйте в интернете!