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