import type { Transaction } from '../../../common';
import type { Dimensions } from '../../../common/fees/dimensions';
export declare const calculateFee: (tx: Transaction, weights: Dimensions, price: bigint) => bigint;
//# sourceMappingURL=calculator.d.ts.map