import * as protobuf from 'protobufjs';
import { JSONValue } from './types';
export declare function toProto3JSON(obj: protobuf.Message): JSONValue;
