import { RuntimeException } from '@nestjs-client/core/errors/exceptions/runtime.exception'; export declare class InvalidGrpcPackageException extends RuntimeException { constructor(); }