import * as protobuf from 'protobufjs';
import { JSONValue } from './types';
export declare function resolveEnumValueToString(enumType: protobuf.Enum, enumValue: JSONValue): string | number;
