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