import { Lookup } from '@prutech/components'; export declare class AgencyListItem { id: number; agencyName: string; updatedOn: String; agencyType: Lookup; programList: Lookup[]; borough: Lookup; updatedBy: String; status: Lookup; state: string; zip: string; city: string; canUpdateStatus: boolean; canAdd: boolean; canViewOrEdit: boolean; canViewOnly: boolean; constructor(data: unknown); }