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