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