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