declare class XPositionOutOfRangeError extends Error {
    constructor();
}
export default XPositionOutOfRangeError;
