import BigNumber from "bignumber.js"; import { Transaction } from "../types"; export declare const calculateGasFees: (transaction: Transaction, isTokenAccount: boolean, originAddress: string) => Promise<{ estimatedGas: number; estimatedGasFees: BigNumber; maxFeePerGas: number; maxPriorityFeePerGas: number; }>; //# sourceMappingURL=calculateGasFees.d.ts.map