import { CommandExecuteContext } from '../../../state_machine'; import { BaseCommand } from '../../base_command'; import { InternalMethod } from '../internal_method'; export declare class ClaimRewardsCommand extends BaseCommand { private _internalMethod; addDependencies(args: { internalMethod: InternalMethod; }): void; execute(context: CommandExecuteContext>): Promise; }