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