export declare class CoreModuleReportAbuseDtoModel {
    moduleName: string;
    moduleEntityName: string;
    moduleEntityId: string;
    subjectBody: string;
}
