import { OnModuleInit } from '@nestjs/common'; export declare class NotificationModule implements OnModuleInit { onModuleInit(): Promise; }