import { RuntimeException } from './runtime';
export declare class InvalidClassException extends RuntimeException {
    constructor(value: any);
}
//# sourceMappingURL=invalid-class.d.ts.map