/**
* Represents the possible values for the type of a proposal.
* It can be one of the following values: 0, 1, 2, 3, 4, or 5.
*/
type ProposalTypeValue = 0 | 1 | 2 | 3 | 4 | 5;
export { ProposalTypeValue };
//# sourceMappingURL=proposaltypevalue.d.ts.map