/// autogenerated by protoc-plugin-js import type { KeyValueBundle } from './KeyValueBundle' export * from './StateValueProposal/encode.js' export * from './StateValueProposal/decode.js' export type StateValueProposal = { stateVarId: string eventId: string kvb: KeyValueBundle[] }