import { TronToken } from "../types";
import type { TransactionIntent } from "@ledgerhq/coin-framework/api/index";
export declare function estimateFees(transactionIntent: TransactionIntent<TronToken>): Promise<bigint>;
//# sourceMappingURL=estimateFees.d.ts.map