/** * Calculates the fee amount from the amount with fees, rounding up * * @param amountWithFees the amount with fees * @param feeBips fee in bips * @returns fee amount */ export declare const getFeeAmountFrom: (amountWithFees: bigint, feeBips: bigint) => bigint; //# sourceMappingURL=getFeeAmountFrom.d.ts.map