import { Exception } from "../lang/exception";
export declare class IndexOutOfBoundsException extends Exception {
}
