export declare class SaveITAOpportunityStatus { id: number; statusId: number; comment: string; constructor(data: unknown); }