import { RunTimeException } from "./RunTimeException";
export declare class IllegalJsonException extends RunTimeException {
}
