import { Exception } from './Exception'; export declare class RuntimeException extends Exception { transpilerCanonicalName(): string; isTranspiledInstanceOf(name: string): boolean; } export declare function cast_java_lang_RuntimeException(obj: unknown): RuntimeException; //# sourceMappingURL=RuntimeException.d.ts.map