import { CryptoCurrency } from "@ledgerhq/types-cryptoassets"; import { CardanoAccount, PaymentCredential } from "../types"; import * as ApiTypes from "./api-types"; export declare function getTransactions(xpub: string, accountIndex: number, initialAccount: CardanoAccount | undefined, blockHeight: number, currency: CryptoCurrency): Promise<{ transactions: Array; blockHeight: number; externalCredentials: Array; internalCredentials: Array; }>; //# sourceMappingURL=getTransactions.d.ts.map