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