/// autogenerated by protoc-plugin-js import type { LiteralUnion } from 'type-fest' export const STATUS_UNSPECIFIED = 0 export const STATUS_PENDING = 1 export const STATUS_CANCELLED = 2 export const STATUS_STOPPED = 3 export const STATUS_TRIGGERED = 4 export const STATUS_EXPIRED = 5 export const STATUS_REJECTED = 6 export type Values = 0 | 1 | 2 | 3 | 4 | 5 | 6 export type Names = | 'STATUS_UNSPECIFIED' | 'STATUS_PENDING' | 'STATUS_CANCELLED' | 'STATUS_STOPPED' | 'STATUS_TRIGGERED' | 'STATUS_EXPIRED' | 'STATUS_REJECTED' export const enum Status { STATUS_UNSPECIFIED = 0, STATUS_PENDING = 1, STATUS_CANCELLED = 2, STATUS_STOPPED = 3, STATUS_TRIGGERED = 4, STATUS_EXPIRED = 5, STATUS_REJECTED = 6 } 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