import { OnModuleInit } from "@nestjs/common"; export declare class MessagingStartupService implements OnModuleInit { onModuleInit(): any; }