import { BigNumber } from "bignumber.js"; import type { AlgorandAccount, Transaction } from "./types"; export declare const getEstimatedFees: (account: AlgorandAccount, transaction: Transaction) => Promise; //# sourceMappingURL=getFeesForTransaction.d.ts.map