import { FeeEstimation } from "@ledgerhq/coin-module-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<FeeEstimation>;
//# sourceMappingURL=estimateFees.d.ts.map