/**
 * Estimate the fees for one transaction
 * @see {@link https://developers.stellar.org/docs/learn/fundamentals/fees-resource-limits-metering#inclusion-fee}
 */
export declare function estimateFees(): Promise<bigint>;
//# sourceMappingURL=estimateFees.d.ts.map