import { CryptoCurrency } from "@ledgerhq/types-cryptoassets"; import { CardanoDelegation } from "../types"; export declare function getDelegationInfo(currency: CryptoCurrency, stakeKey: string): Promise; //# sourceMappingURL=getDelegationInfo.d.ts.map