export declare class EndExemption { caSpecialExemptionId: number; exemptionEndDate: string; comment: string; constructor(data: unknown); }