export declare class EmploymentDeclarationSummary { totalIncomePerMonth: number; totalEmploymentHoursPerMonth: number; constructor(data: unknown); }