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