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