/**
* - Positive number specifies how many octets to retain.
* - Negative number specifies how many octets to remove.
* - {@link Uint8Array} blob specifies binary data to insert.
*/exporttypeBinaryOpComponent = number | Uint8Array;
exporttypeBinaryOp = BinaryOpComponent[];