Represents a CBOR array (major type 4).
function constructor(elements: CBORValue[]): this;
elements
interface Properties { value: CBORValue[]; }