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