import { DynamicModule } from "@nestjs/common"; export declare class ReportNotifierCommand { static register(): DynamicModule; private static getNotifierClass; }