/// autogenerated by protoc-plugin-js import type { ProposalParameters } from './ProposalParameters' import type { BatchProposalTermsChange } from './BatchProposalTermsChange' export * from './BatchProposalTerms/encode.js' export * from './BatchProposalTerms/decode.js' export type BatchProposalTerms = { closingTimestamp: bigint proposalParams: ProposalParameters changes: BatchProposalTermsChange[] }