import { RpcException } from '@nestjs/microservices';
import { HttpExceptionOptions } from '@nestjs/common';
export declare class UnauthorizedRpcException extends RpcException {
    constructor(objectOrError?: any, descriptionOrOptions?: string | HttpExceptionOptions);
}
