export declare const PHXQueryListDetailFeeAdjustment = "\nlist_detail_fee_adjustment: tuition_fee_detail_adjustments(\n    where: { deleted_at: { _is_null: true } }\n  ) {\n    tuition_fee_adjustment {\n      total_fee\n      fee_type_code\n      tuition_fee_project_code {\n        code: code_type_of_service\n      }\n    }\n}";
export declare const PHXQueryAdmissionTuition = "\ntuition_fee_detail_promotions(where: {deleted_at: {_is_null: true}, promotion_type: {_eq: ADMISSION_TUITION}}) {\n    total_promo\n    code: promotion_type\n}";
export declare const PHXQueryListDetailFeeAdjustmentBM = "list_detail_fee_adjustment: tuition_fee_detail_adjustment_by_months(\n    where: { deleted_at: { _is_null: true } }\n  ) {\n    tuition_fee_adjustment {\n      total_fee\n      fee_type_code\n      tuition_fee_project_code {\n        code: code_type_of_service\n      }\n    }\n  }";
export declare const PHXQueryAdmissionTuitionBM = "\ntuition_fee_detail_promotions: tuition_fee_detail_promotion_by_months(where: {deleted_at: {_is_null: true}, promotion_type: {_eq: ADMISSION_TUITION}}) {\n    total_promo\n    code: promotion_type\n}";
