export declare class PliCnfEvaluationTaskMailing { id: number; taskId: number; subject: string; from: string; to: string; body: string; isActive: boolean; }