/// autogenerated by protoc-plugin-js import type { VectorValue } from './VectorValue' export * from './MatrixValue/encode.js' export * from './MatrixValue/decode.js' export type MatrixValue = { value: VectorValue[] }