/** * Gets or sets the length of the array. This is a number one higher than the highest element defined in an array * * @param array */ export declare const length: (array: A) => number;