export type PhilHealthBracket = { year: number[]; monthlyBasicSalary: { min: number; max: number; }; premiumRate: number; }; //# sourceMappingURL=philhealth.types.d.ts.map