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