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