import { RuntimeException } from './runtime.exception';
/**
 * Exception thrown if a value is not a valid key. This represents errors that cannot be detected at compile time.
 * @public
 */
export declare class OutOfBoundsException extends RuntimeException {
    name: string;
}
//# sourceMappingURL=out-of-bounds.exception.d.ts.map