export declare class ReportPostDto {
    reason: string;
    message: string;
    status: number;
}
