/// autogenerated by protoc-plugin-js import type { LiteralUnion } from 'type-fest' export const STATUS_UNSPECIFIED = 0 export const STATUS_ACTIVE = 1 export const STATUS_DEACTIVATED = 2 export type Values = 0 | 1 | 2 export type Names = | 'STATUS_UNSPECIFIED' | 'STATUS_ACTIVE' | 'STATUS_DEACTIVATED' export const enum Status { STATUS_UNSPECIFIED = 0, STATUS_ACTIVE = 1, STATUS_DEACTIVATED = 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