export declare function deductFee(amount: bigint, feeBps?: bigint): bigint; export declare function deductFeeFromAmountsIn(amountsIn: bigint[], feeBps?: bigint): bigint[]; export declare function deductFeeFromMap(amountsIn: Record, feeBps?: bigint): Record;