/** * Calculates the fee amount that will be charged, rounding up * * @param amount The amount * @param feeBips fee in bips */ export declare const getFeeAmount: (amount: bigint, feeBips: bigint) => bigint; //# sourceMappingURL=getFeeAmount.d.ts.map