export declare class OutOfRangeException extends Error {
    message: string;
}
