export declare class SiteStatusModel { id: number; statusLookupId?: number; comment?: string; statusReasonCodeLookupId?: number; suspensionPhaseId?: number; suspensionStartDate?: string; suspensionEndDate?: string; followUpDate?: Date; }