export declare const OrderServiceChargeType: { readonly AutoGratuity: "AUTO_GRATUITY"; readonly Custom: "CUSTOM"; }; export type OrderServiceChargeType = (typeof OrderServiceChargeType)[keyof typeof OrderServiceChargeType];