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