/// autogenerated by protoc-plugin-js import type { LiteralUnion } from 'type-fest' export const VALUE_UNSPECIFIED = 0 export const VALUE_NO = 1 export const VALUE_YES = 2 export type Values = 0 | 1 | 2 export type Names = 'VALUE_UNSPECIFIED' | 'VALUE_NO' | 'VALUE_YES' export const enum Value { VALUE_UNSPECIFIED = 0, VALUE_NO = 1, VALUE_YES = 2 } declare const enumValues: Map declare const enumNames: Map export function encode( value: Values | Names, buf: Uint8Array, byteOffset: number ): Uint8Array export function decode(varint: bigint): LiteralUnion export function encodingLength(value: LiteralUnion): number export function stringify(int: Values): LiteralUnion export function parse(str: Names): LiteralUnion