import type { CryptoOrTokenCurrency } from "@ledgerhq/types-cryptoassets"; import type { StakeMode } from "../types"; export declare const stakeFeatures: { supportsStaking: (currency: CryptoOrTokenCurrency | undefined) => boolean; getSupportedModes: (currency: CryptoOrTokenCurrency | undefined) => readonly StakeMode[]; supportsMode: (currency: CryptoOrTokenCurrency | undefined) => (mode: StakeMode) => boolean; }; //# sourceMappingURL=features.d.ts.map