import { RpcException } from '@nestjs/microservices'; import { Exception } from './exception'; export declare class MicroRpcException extends RpcException { constructor(error: Exception); } //# sourceMappingURL=micro-rpc.exception.d.ts.map