export declare class UpdateCooperationDto {
    isReaded: boolean;
}
