import { Struct, Value } from 'google-protobuf/google/protobuf/struct_pb.js'; import { StringValue } from 'google-protobuf/google/protobuf/wrappers_pb.js'; export declare const makeGrpcStruct: (struct: Record) => Struct; export declare const makeGrpcValue: (value: unknown) => Value; export declare const makeGrpcString: (value: string) => StringValue; //# sourceMappingURL=json.d.ts.map