export declare class CreateCommentDto {
    body: string;
}
