import { RuntimeException } from "../../java/lang/RuntimeException"; export declare class IndexOutOfBoundsException extends RuntimeException { transpilerCanonicalName(): string; isTranspiledInstanceOf(name: string): boolean; } export declare function cast_java_lang_IndexOutOfBoundsException(obj: unknown): IndexOutOfBoundsException; //# sourceMappingURL=IndexOutOfBoundsException.d.ts.map