import type { Struct, Value } from 'google-protobuf/google/protobuf/struct_pb.js'; export declare const mapJsonMap: (struct: Struct | undefined) => Record; export declare const mapJson: (value: Value | Struct | undefined) => any; //# sourceMappingURL=json.d.ts.map