export declare class ReportConversationUserDto {
    reason?: string;
}
