import type { AccountBridge } from "@ledgerhq/types-live"; import type { CardanoAccount, Transaction } from "./types"; /** * Returns the maximum possible amount for transaction * * @param {Object} param - the account, parentAccount and transaction */ export declare const estimateMaxSpendable: AccountBridge["estimateMaxSpendable"]; //# sourceMappingURL=estimateMaxSpendable.d.ts.map