/** * given amount(totalFeeAmount) and protocolFee, swapFee * returns the protocol fee amount */ export declare const getExternalFeeAmt: (amounts: [bigint, bigint], protocolFees: [bigint, bigint], swapFee: bigint) => [bigint, bigint]; //# sourceMappingURL=getExternalFeeAmt.d.ts.map