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