import type { FeeEstimation, TransactionIntent } from "@ledgerhq/coin-module-framework/api/index";
export declare function estimateFees(intent: TransactionIntent, _customFeesParameters?: FeeEstimation["parameters"]): Promise<FeeEstimation>;
//# sourceMappingURL=estimateFees.d.ts.map