import { FeeEstimation } from "@ledgerhq/coin-framework/api/types"; /** * Estimate fees for an Algorand transaction * @param txSize - Optional transaction size in bytes (defaults to average) * @returns Fee estimation */ export declare function estimateFees(txSize?: number): Promise; //# sourceMappingURL=estimateFees.d.ts.map