/var/www/greso.tech/server/nsm/node_modules/proto3-json-serializer/build/src
Edit: /var/www/greso.tech/server/nsm/node_modules/proto3-json-serializer/build/src/fromproto3json.d.ts (345B)
import * as protobuf from 'protobufjs';
import { FromObjectValue, JSONValue } from './types';
export declare function fromProto3JSONToInternalRepresentation(type: protobuf.Type | protobuf.Enum | string, json: JSONValue): FromObjectValue;
export declare function fromProto3JSON(type: protobuf.Type, json: JSONValue): protobuf.Message<{}> | null;