import { Type as Value } from "./Value"; export declare namespace $.google.protobuf { interface Struct { fields: Map; } } export declare type Type = $.google.protobuf.Struct; export declare function getDefaultValue(): $.google.protobuf.Struct; export declare function createValue(partialValue: Partial<$.google.protobuf.Struct>): $.google.protobuf.Struct; export declare function encodeJson(value: $.google.protobuf.Struct): unknown; export declare function decodeJson(value: any): $.google.protobuf.Struct; export declare function encodeBinary(value: $.google.protobuf.Struct): Uint8Array; export declare function decodeBinary(binary: Uint8Array): $.google.protobuf.Struct; //# sourceMappingURL=Struct.d.ts.map