/**
 * Copyright (c) 2020 Burst Apps Team
 */
import { ChainService } from '../../../service';
import { RewardRecipient } from '../../..';
/**
 * Use with {@link ApiComposer} and belongs to {@link AccountApi}.
 *
 * See details at {@link AccountApi.getRewardRecipient}
*
* @category factories
*/
export declare const getRewardRecipient: (service: ChainService) => (accountId: string) => Promise<RewardRecipient>;
