/**
* A 4-tuple containing rectangular bounds. The 4-tuple contains, respectively,
* the left coordinate, the right coordinate, the top coordinate and the bottom
* coordinate.
*
* @categoryHelper
*/exporttypeBounds = [left: number, right: number, top: number, bottom: number];