export declare const RUNTIME_EXCEPTION_NAME = "java.lang.RuntimeException"; export declare class RuntimeException extends Error { constructor(message?: string); }