import { RuntimeException } from './runtime.exception.js';
export declare class InvalidClassException extends RuntimeException {
    constructor(value: any);
}
