import { MessagingMethod } from '@nestjs.pro/common/dist/messaging/MessagingMethod'; import { UsersService } from './UsersService'; export declare class UsersMessageBus { private readonly usersService; constructor(usersService: UsersService); handleMessage(methodCall: MessagingMethod): Promise; }