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