import * as protobuf from 'protobufjs';
import { JSONValue } from './types';
export interface ToProto3JSONOptions {
    numericEnums: boolean;
}
export declare function toProto3JSON(obj: protobuf.Message, options?: ToProto3JSONOptions): JSONValue;
