export declare class ProgramStatusModel { programId: number; statusLookupId: number; comment: string; constructor(data: unknown); }