export declare class CreateNewsDto {
    description_short: string;
    description_long: string;
    group_id: string[];
}
