/// autogenerated by protoc-plugin-js import type { LiteralUnion } from 'type-fest' export const TYPE_SINGLE_OR_UNSPECIFIED = 0 export const TYPE_BATCH = 1 export type Values = 0 | 1 export type Names = 'TYPE_SINGLE_OR_UNSPECIFIED' | 'TYPE_BATCH' export const enum Type { TYPE_SINGLE_OR_UNSPECIFIED = 0, TYPE_BATCH = 1 } 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