import type { CryptoCurrency } from "@ledgerhq/ledger-wallet-framework/types";
export declare function estimateFees(currency: CryptoCurrency, amount: bigint): Promise<bigint>;
//# sourceMappingURL=estimateFees.d.ts.map