import { IndexOutOfBoundsException } from './IndexOutOfBoundsException'; export declare class ArrayIndexOutOfBoundsException extends IndexOutOfBoundsException { constructor(param?: string | number); transpilerCanonicalName(): string; isTranspiledInstanceOf(name: string): boolean; } export declare function cast_java_lang_ArrayIndexOutOfBoundsException(obj: unknown): ArrayIndexOutOfBoundsException; //# sourceMappingURL=ArrayIndexOutOfBoundsException.d.ts.map