import { RuntimeException } from '@nestjs/core/errors/exceptions/runtime.exception'; /** * @publicApi */ export declare class InvalidMessageException extends RuntimeException { constructor(); }