export declare class CarfareAllowance { id: number; allowanceStartDate: string; allowanceEndDate: string; constructor(data: unknown); }