import { FinalTotalInput } from '../models/FinalTotal';
export declare function calculateFinalTotal({ itemsTotalPrice, dineinExtraChargeWithVat, effectiveDeliveryFeesEgp, loyaltyDiscount, promocodeDiscount, }: FinalTotalInput): number;
//# sourceMappingURL=final-total.d.ts.map