export declare class SiteStatusModel { id: number; statusLookupId: number; comments: string; }