import type { Page, Reward } from "@ledgerhq/coin-module-framework/api/types";
/**
 * Fetch staking rewards for a given Hedera account.
 */
export declare function getRewards(address: string, cursor?: string): Promise<Page<Reward>>;
//# sourceMappingURL=getRewards.d.ts.map