import { Exception } from './index';
export declare class IndexOutOfRangeException extends Exception {
    constructor(message: string, innerError?: Error);
}
