@agoric/cosmic-proto 0.4.1-dev-38b6b62.0 → 0.4.1-dev-9d7a377.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,49 +7,49 @@ export declare namespace google {
7
7
  const protobuf: {
8
8
  Timestamp: {
9
9
  typeUrl: string;
10
- encode(message: _85.Timestamp, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
11
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _85.Timestamp;
10
+ encode(message: Timestamp, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
11
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _85.Timestamp;
12
12
  fromJSON(object: any): _85.Timestamp;
13
- toJSON(message: _85.Timestamp): unknown;
14
- fromPartial(object: Partial<_85.Timestamp>): _85.Timestamp;
15
- fromProtoMsg(message: _85.TimestampProtoMsg): _85.Timestamp;
16
- toProto(message: _85.Timestamp): Uint8Array;
17
- toProtoMsg(message: _85.Timestamp): _85.TimestampProtoMsg;
13
+ toJSON(message: Timestamp): unknown;
14
+ fromPartial(object: Partial<Timestamp>): _85.Timestamp;
15
+ fromProtoMsg(message: TimestampProtoMsg): _85.Timestamp;
16
+ toProto(message: Timestamp): Uint8Array;
17
+ toProtoMsg(message: Timestamp): _85.TimestampProtoMsg;
18
18
  };
19
19
  Empty: {
20
20
  typeUrl: string;
21
- encode(_: _84.Empty, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
22
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _84.Empty;
21
+ encode(_: Empty, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
22
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _84.Empty;
23
23
  fromJSON(_: any): _84.Empty;
24
- toJSON(_: _84.Empty): unknown;
25
- fromPartial(_: Partial<_84.Empty>): _84.Empty;
26
- fromProtoMsg(message: _84.EmptyProtoMsg): _84.Empty;
27
- toProto(message: _84.Empty): Uint8Array;
28
- toProtoMsg(message: _84.Empty): _84.EmptyProtoMsg;
24
+ toJSON(_: Empty): unknown;
25
+ fromPartial(_: Partial<Empty>): _84.Empty;
26
+ fromProtoMsg(message: EmptyProtoMsg): _84.Empty;
27
+ toProto(message: Empty): Uint8Array;
28
+ toProtoMsg(message: Empty): _84.EmptyProtoMsg;
29
29
  };
30
30
  Duration: {
31
31
  typeUrl: string;
32
- encode(message: _83.Duration, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
33
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _83.Duration;
32
+ encode(message: Duration, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
33
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _83.Duration;
34
34
  fromJSON(object: any): _83.Duration;
35
- toJSON(message: _83.Duration): unknown;
36
- fromPartial(object: Partial<_83.Duration>): _83.Duration;
37
- fromProtoMsg(message: _83.DurationProtoMsg): _83.Duration;
38
- toProto(message: _83.Duration): Uint8Array;
39
- toProtoMsg(message: _83.Duration): _83.DurationProtoMsg;
35
+ toJSON(message: Duration): unknown;
36
+ fromPartial(object: Partial<Duration>): _83.Duration;
37
+ fromProtoMsg(message: DurationProtoMsg): _83.Duration;
38
+ toProto(message: Duration): Uint8Array;
39
+ toProtoMsg(message: Duration): _83.DurationProtoMsg;
40
40
  };
41
41
  fieldDescriptorProto_TypeFromJSON(object: any): _82.FieldDescriptorProto_Type;
42
- fieldDescriptorProto_TypeToJSON(object: _82.FieldDescriptorProto_Type): string;
42
+ fieldDescriptorProto_TypeToJSON(object: FieldDescriptorProto_Type): string;
43
43
  fieldDescriptorProto_LabelFromJSON(object: any): _82.FieldDescriptorProto_Label;
44
- fieldDescriptorProto_LabelToJSON(object: _82.FieldDescriptorProto_Label): string;
44
+ fieldDescriptorProto_LabelToJSON(object: FieldDescriptorProto_Label): string;
45
45
  fileOptions_OptimizeModeFromJSON(object: any): _82.FileOptions_OptimizeMode;
46
- fileOptions_OptimizeModeToJSON(object: _82.FileOptions_OptimizeMode): string;
46
+ fileOptions_OptimizeModeToJSON(object: FileOptions_OptimizeMode): string;
47
47
  fieldOptions_CTypeFromJSON(object: any): _82.FieldOptions_CType;
48
- fieldOptions_CTypeToJSON(object: _82.FieldOptions_CType): string;
48
+ fieldOptions_CTypeToJSON(object: FieldOptions_CType): string;
49
49
  fieldOptions_JSTypeFromJSON(object: any): _82.FieldOptions_JSType;
50
- fieldOptions_JSTypeToJSON(object: _82.FieldOptions_JSType): string;
50
+ fieldOptions_JSTypeToJSON(object: FieldOptions_JSType): string;
51
51
  methodOptions_IdempotencyLevelFromJSON(object: any): _82.MethodOptions_IdempotencyLevel;
52
- methodOptions_IdempotencyLevelToJSON(object: _82.MethodOptions_IdempotencyLevel): string;
52
+ methodOptions_IdempotencyLevelToJSON(object: MethodOptions_IdempotencyLevel): string;
53
53
  FieldDescriptorProto_Type: typeof _82.FieldDescriptorProto_Type;
54
54
  FieldDescriptorProto_TypeSDKType: typeof _82.FieldDescriptorProto_Type;
55
55
  FieldDescriptorProto_Label: typeof _82.FieldDescriptorProto_Label;
@@ -64,311 +64,311 @@ export declare namespace google {
64
64
  MethodOptions_IdempotencyLevelSDKType: typeof _82.MethodOptions_IdempotencyLevel;
65
65
  FileDescriptorSet: {
66
66
  typeUrl: string;
67
- encode(message: _82.FileDescriptorSet, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
68
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _82.FileDescriptorSet;
67
+ encode(message: FileDescriptorSet, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
68
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _82.FileDescriptorSet;
69
69
  fromJSON(object: any): _82.FileDescriptorSet;
70
- toJSON(message: _82.FileDescriptorSet): unknown;
71
- fromPartial(object: Partial<_82.FileDescriptorSet>): _82.FileDescriptorSet;
72
- fromProtoMsg(message: _82.FileDescriptorSetProtoMsg): _82.FileDescriptorSet;
73
- toProto(message: _82.FileDescriptorSet): Uint8Array;
74
- toProtoMsg(message: _82.FileDescriptorSet): _82.FileDescriptorSetProtoMsg;
70
+ toJSON(message: FileDescriptorSet): unknown;
71
+ fromPartial(object: Partial<FileDescriptorSet>): _82.FileDescriptorSet;
72
+ fromProtoMsg(message: FileDescriptorSetProtoMsg): _82.FileDescriptorSet;
73
+ toProto(message: FileDescriptorSet): Uint8Array;
74
+ toProtoMsg(message: FileDescriptorSet): _82.FileDescriptorSetProtoMsg;
75
75
  };
76
76
  FileDescriptorProto: {
77
77
  typeUrl: string;
78
- encode(message: _82.FileDescriptorProto, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
79
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _82.FileDescriptorProto;
78
+ encode(message: FileDescriptorProto, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
79
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _82.FileDescriptorProto;
80
80
  fromJSON(object: any): _82.FileDescriptorProto;
81
- toJSON(message: _82.FileDescriptorProto): unknown;
82
- fromPartial(object: Partial<_82.FileDescriptorProto>): _82.FileDescriptorProto;
83
- fromProtoMsg(message: _82.FileDescriptorProtoProtoMsg): _82.FileDescriptorProto;
84
- toProto(message: _82.FileDescriptorProto): Uint8Array;
85
- toProtoMsg(message: _82.FileDescriptorProto): _82.FileDescriptorProtoProtoMsg;
81
+ toJSON(message: FileDescriptorProto): unknown;
82
+ fromPartial(object: Partial<FileDescriptorProto>): _82.FileDescriptorProto;
83
+ fromProtoMsg(message: FileDescriptorProtoProtoMsg): _82.FileDescriptorProto;
84
+ toProto(message: FileDescriptorProto): Uint8Array;
85
+ toProtoMsg(message: FileDescriptorProto): _82.FileDescriptorProtoProtoMsg;
86
86
  };
87
87
  DescriptorProto: {
88
88
  typeUrl: string;
89
- encode(message: _82.DescriptorProto, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
90
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _82.DescriptorProto;
89
+ encode(message: DescriptorProto, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
90
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _82.DescriptorProto;
91
91
  fromJSON(object: any): _82.DescriptorProto;
92
- toJSON(message: _82.DescriptorProto): unknown;
93
- fromPartial(object: Partial<_82.DescriptorProto>): _82.DescriptorProto;
94
- fromProtoMsg(message: _82.DescriptorProtoProtoMsg): _82.DescriptorProto;
95
- toProto(message: _82.DescriptorProto): Uint8Array;
96
- toProtoMsg(message: _82.DescriptorProto): _82.DescriptorProtoProtoMsg;
92
+ toJSON(message: DescriptorProto): unknown;
93
+ fromPartial(object: Partial<DescriptorProto>): _82.DescriptorProto;
94
+ fromProtoMsg(message: DescriptorProtoProtoMsg): _82.DescriptorProto;
95
+ toProto(message: DescriptorProto): Uint8Array;
96
+ toProtoMsg(message: DescriptorProto): _82.DescriptorProtoProtoMsg;
97
97
  };
98
98
  DescriptorProto_ExtensionRange: {
99
99
  typeUrl: string;
100
- encode(message: _82.DescriptorProto_ExtensionRange, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
101
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _82.DescriptorProto_ExtensionRange;
100
+ encode(message: DescriptorProto_ExtensionRange, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
101
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _82.DescriptorProto_ExtensionRange;
102
102
  fromJSON(object: any): _82.DescriptorProto_ExtensionRange;
103
- toJSON(message: _82.DescriptorProto_ExtensionRange): unknown;
104
- fromPartial(object: Partial<_82.DescriptorProto_ExtensionRange>): _82.DescriptorProto_ExtensionRange;
105
- fromProtoMsg(message: _82.DescriptorProto_ExtensionRangeProtoMsg): _82.DescriptorProto_ExtensionRange;
106
- toProto(message: _82.DescriptorProto_ExtensionRange): Uint8Array;
107
- toProtoMsg(message: _82.DescriptorProto_ExtensionRange): _82.DescriptorProto_ExtensionRangeProtoMsg;
103
+ toJSON(message: DescriptorProto_ExtensionRange): unknown;
104
+ fromPartial(object: Partial<DescriptorProto_ExtensionRange>): _82.DescriptorProto_ExtensionRange;
105
+ fromProtoMsg(message: DescriptorProto_ExtensionRangeProtoMsg): _82.DescriptorProto_ExtensionRange;
106
+ toProto(message: DescriptorProto_ExtensionRange): Uint8Array;
107
+ toProtoMsg(message: DescriptorProto_ExtensionRange): _82.DescriptorProto_ExtensionRangeProtoMsg;
108
108
  };
109
109
  DescriptorProto_ReservedRange: {
110
110
  typeUrl: string;
111
- encode(message: _82.DescriptorProto_ReservedRange, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
112
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _82.DescriptorProto_ReservedRange;
111
+ encode(message: DescriptorProto_ReservedRange, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
112
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _82.DescriptorProto_ReservedRange;
113
113
  fromJSON(object: any): _82.DescriptorProto_ReservedRange;
114
- toJSON(message: _82.DescriptorProto_ReservedRange): unknown;
115
- fromPartial(object: Partial<_82.DescriptorProto_ReservedRange>): _82.DescriptorProto_ReservedRange;
116
- fromProtoMsg(message: _82.DescriptorProto_ReservedRangeProtoMsg): _82.DescriptorProto_ReservedRange;
117
- toProto(message: _82.DescriptorProto_ReservedRange): Uint8Array;
118
- toProtoMsg(message: _82.DescriptorProto_ReservedRange): _82.DescriptorProto_ReservedRangeProtoMsg;
114
+ toJSON(message: DescriptorProto_ReservedRange): unknown;
115
+ fromPartial(object: Partial<DescriptorProto_ReservedRange>): _82.DescriptorProto_ReservedRange;
116
+ fromProtoMsg(message: DescriptorProto_ReservedRangeProtoMsg): _82.DescriptorProto_ReservedRange;
117
+ toProto(message: DescriptorProto_ReservedRange): Uint8Array;
118
+ toProtoMsg(message: DescriptorProto_ReservedRange): _82.DescriptorProto_ReservedRangeProtoMsg;
119
119
  };
120
120
  ExtensionRangeOptions: {
121
121
  typeUrl: string;
122
- encode(message: _82.ExtensionRangeOptions, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
123
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _82.ExtensionRangeOptions;
122
+ encode(message: ExtensionRangeOptions, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
123
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _82.ExtensionRangeOptions;
124
124
  fromJSON(object: any): _82.ExtensionRangeOptions;
125
- toJSON(message: _82.ExtensionRangeOptions): unknown;
126
- fromPartial(object: Partial<_82.ExtensionRangeOptions>): _82.ExtensionRangeOptions;
127
- fromProtoMsg(message: _82.ExtensionRangeOptionsProtoMsg): _82.ExtensionRangeOptions;
128
- toProto(message: _82.ExtensionRangeOptions): Uint8Array;
129
- toProtoMsg(message: _82.ExtensionRangeOptions): _82.ExtensionRangeOptionsProtoMsg;
125
+ toJSON(message: ExtensionRangeOptions): unknown;
126
+ fromPartial(object: Partial<ExtensionRangeOptions>): _82.ExtensionRangeOptions;
127
+ fromProtoMsg(message: ExtensionRangeOptionsProtoMsg): _82.ExtensionRangeOptions;
128
+ toProto(message: ExtensionRangeOptions): Uint8Array;
129
+ toProtoMsg(message: ExtensionRangeOptions): _82.ExtensionRangeOptionsProtoMsg;
130
130
  };
131
131
  FieldDescriptorProto: {
132
132
  typeUrl: string;
133
- encode(message: _82.FieldDescriptorProto, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
134
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _82.FieldDescriptorProto;
133
+ encode(message: FieldDescriptorProto, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
134
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _82.FieldDescriptorProto;
135
135
  fromJSON(object: any): _82.FieldDescriptorProto;
136
- toJSON(message: _82.FieldDescriptorProto): unknown;
137
- fromPartial(object: Partial<_82.FieldDescriptorProto>): _82.FieldDescriptorProto;
138
- fromProtoMsg(message: _82.FieldDescriptorProtoProtoMsg): _82.FieldDescriptorProto;
139
- toProto(message: _82.FieldDescriptorProto): Uint8Array;
140
- toProtoMsg(message: _82.FieldDescriptorProto): _82.FieldDescriptorProtoProtoMsg;
136
+ toJSON(message: FieldDescriptorProto): unknown;
137
+ fromPartial(object: Partial<FieldDescriptorProto>): _82.FieldDescriptorProto;
138
+ fromProtoMsg(message: FieldDescriptorProtoProtoMsg): _82.FieldDescriptorProto;
139
+ toProto(message: FieldDescriptorProto): Uint8Array;
140
+ toProtoMsg(message: FieldDescriptorProto): _82.FieldDescriptorProtoProtoMsg;
141
141
  };
142
142
  OneofDescriptorProto: {
143
143
  typeUrl: string;
144
- encode(message: _82.OneofDescriptorProto, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
145
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _82.OneofDescriptorProto;
144
+ encode(message: OneofDescriptorProto, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
145
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _82.OneofDescriptorProto;
146
146
  fromJSON(object: any): _82.OneofDescriptorProto;
147
- toJSON(message: _82.OneofDescriptorProto): unknown;
148
- fromPartial(object: Partial<_82.OneofDescriptorProto>): _82.OneofDescriptorProto;
149
- fromProtoMsg(message: _82.OneofDescriptorProtoProtoMsg): _82.OneofDescriptorProto;
150
- toProto(message: _82.OneofDescriptorProto): Uint8Array;
151
- toProtoMsg(message: _82.OneofDescriptorProto): _82.OneofDescriptorProtoProtoMsg;
147
+ toJSON(message: OneofDescriptorProto): unknown;
148
+ fromPartial(object: Partial<OneofDescriptorProto>): _82.OneofDescriptorProto;
149
+ fromProtoMsg(message: OneofDescriptorProtoProtoMsg): _82.OneofDescriptorProto;
150
+ toProto(message: OneofDescriptorProto): Uint8Array;
151
+ toProtoMsg(message: OneofDescriptorProto): _82.OneofDescriptorProtoProtoMsg;
152
152
  };
153
153
  EnumDescriptorProto: {
154
154
  typeUrl: string;
155
- encode(message: _82.EnumDescriptorProto, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
156
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _82.EnumDescriptorProto;
155
+ encode(message: EnumDescriptorProto, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
156
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _82.EnumDescriptorProto;
157
157
  fromJSON(object: any): _82.EnumDescriptorProto;
158
- toJSON(message: _82.EnumDescriptorProto): unknown;
159
- fromPartial(object: Partial<_82.EnumDescriptorProto>): _82.EnumDescriptorProto;
160
- fromProtoMsg(message: _82.EnumDescriptorProtoProtoMsg): _82.EnumDescriptorProto;
161
- toProto(message: _82.EnumDescriptorProto): Uint8Array;
162
- toProtoMsg(message: _82.EnumDescriptorProto): _82.EnumDescriptorProtoProtoMsg;
158
+ toJSON(message: EnumDescriptorProto): unknown;
159
+ fromPartial(object: Partial<EnumDescriptorProto>): _82.EnumDescriptorProto;
160
+ fromProtoMsg(message: EnumDescriptorProtoProtoMsg): _82.EnumDescriptorProto;
161
+ toProto(message: EnumDescriptorProto): Uint8Array;
162
+ toProtoMsg(message: EnumDescriptorProto): _82.EnumDescriptorProtoProtoMsg;
163
163
  };
164
164
  EnumDescriptorProto_EnumReservedRange: {
165
165
  typeUrl: string;
166
- encode(message: _82.EnumDescriptorProto_EnumReservedRange, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
167
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _82.EnumDescriptorProto_EnumReservedRange;
166
+ encode(message: EnumDescriptorProto_EnumReservedRange, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
167
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _82.EnumDescriptorProto_EnumReservedRange;
168
168
  fromJSON(object: any): _82.EnumDescriptorProto_EnumReservedRange;
169
- toJSON(message: _82.EnumDescriptorProto_EnumReservedRange): unknown;
170
- fromPartial(object: Partial<_82.EnumDescriptorProto_EnumReservedRange>): _82.EnumDescriptorProto_EnumReservedRange;
171
- fromProtoMsg(message: _82.EnumDescriptorProto_EnumReservedRangeProtoMsg): _82.EnumDescriptorProto_EnumReservedRange;
172
- toProto(message: _82.EnumDescriptorProto_EnumReservedRange): Uint8Array;
173
- toProtoMsg(message: _82.EnumDescriptorProto_EnumReservedRange): _82.EnumDescriptorProto_EnumReservedRangeProtoMsg;
169
+ toJSON(message: EnumDescriptorProto_EnumReservedRange): unknown;
170
+ fromPartial(object: Partial<EnumDescriptorProto_EnumReservedRange>): _82.EnumDescriptorProto_EnumReservedRange;
171
+ fromProtoMsg(message: EnumDescriptorProto_EnumReservedRangeProtoMsg): _82.EnumDescriptorProto_EnumReservedRange;
172
+ toProto(message: EnumDescriptorProto_EnumReservedRange): Uint8Array;
173
+ toProtoMsg(message: EnumDescriptorProto_EnumReservedRange): _82.EnumDescriptorProto_EnumReservedRangeProtoMsg;
174
174
  };
175
175
  EnumValueDescriptorProto: {
176
176
  typeUrl: string;
177
- encode(message: _82.EnumValueDescriptorProto, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
178
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _82.EnumValueDescriptorProto;
177
+ encode(message: EnumValueDescriptorProto, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
178
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _82.EnumValueDescriptorProto;
179
179
  fromJSON(object: any): _82.EnumValueDescriptorProto;
180
- toJSON(message: _82.EnumValueDescriptorProto): unknown;
181
- fromPartial(object: Partial<_82.EnumValueDescriptorProto>): _82.EnumValueDescriptorProto;
182
- fromProtoMsg(message: _82.EnumValueDescriptorProtoProtoMsg): _82.EnumValueDescriptorProto;
183
- toProto(message: _82.EnumValueDescriptorProto): Uint8Array;
184
- toProtoMsg(message: _82.EnumValueDescriptorProto): _82.EnumValueDescriptorProtoProtoMsg;
180
+ toJSON(message: EnumValueDescriptorProto): unknown;
181
+ fromPartial(object: Partial<EnumValueDescriptorProto>): _82.EnumValueDescriptorProto;
182
+ fromProtoMsg(message: EnumValueDescriptorProtoProtoMsg): _82.EnumValueDescriptorProto;
183
+ toProto(message: EnumValueDescriptorProto): Uint8Array;
184
+ toProtoMsg(message: EnumValueDescriptorProto): _82.EnumValueDescriptorProtoProtoMsg;
185
185
  };
186
186
  ServiceDescriptorProto: {
187
187
  typeUrl: string;
188
- encode(message: _82.ServiceDescriptorProto, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
189
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _82.ServiceDescriptorProto;
188
+ encode(message: ServiceDescriptorProto, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
189
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _82.ServiceDescriptorProto;
190
190
  fromJSON(object: any): _82.ServiceDescriptorProto;
191
- toJSON(message: _82.ServiceDescriptorProto): unknown;
192
- fromPartial(object: Partial<_82.ServiceDescriptorProto>): _82.ServiceDescriptorProto;
193
- fromProtoMsg(message: _82.ServiceDescriptorProtoProtoMsg): _82.ServiceDescriptorProto;
194
- toProto(message: _82.ServiceDescriptorProto): Uint8Array;
195
- toProtoMsg(message: _82.ServiceDescriptorProto): _82.ServiceDescriptorProtoProtoMsg;
191
+ toJSON(message: ServiceDescriptorProto): unknown;
192
+ fromPartial(object: Partial<ServiceDescriptorProto>): _82.ServiceDescriptorProto;
193
+ fromProtoMsg(message: ServiceDescriptorProtoProtoMsg): _82.ServiceDescriptorProto;
194
+ toProto(message: ServiceDescriptorProto): Uint8Array;
195
+ toProtoMsg(message: ServiceDescriptorProto): _82.ServiceDescriptorProtoProtoMsg;
196
196
  };
197
197
  MethodDescriptorProto: {
198
198
  typeUrl: string;
199
- encode(message: _82.MethodDescriptorProto, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
200
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _82.MethodDescriptorProto;
199
+ encode(message: MethodDescriptorProto, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
200
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _82.MethodDescriptorProto;
201
201
  fromJSON(object: any): _82.MethodDescriptorProto;
202
- toJSON(message: _82.MethodDescriptorProto): unknown;
203
- fromPartial(object: Partial<_82.MethodDescriptorProto>): _82.MethodDescriptorProto;
204
- fromProtoMsg(message: _82.MethodDescriptorProtoProtoMsg): _82.MethodDescriptorProto;
205
- toProto(message: _82.MethodDescriptorProto): Uint8Array;
206
- toProtoMsg(message: _82.MethodDescriptorProto): _82.MethodDescriptorProtoProtoMsg;
202
+ toJSON(message: MethodDescriptorProto): unknown;
203
+ fromPartial(object: Partial<MethodDescriptorProto>): _82.MethodDescriptorProto;
204
+ fromProtoMsg(message: MethodDescriptorProtoProtoMsg): _82.MethodDescriptorProto;
205
+ toProto(message: MethodDescriptorProto): Uint8Array;
206
+ toProtoMsg(message: MethodDescriptorProto): _82.MethodDescriptorProtoProtoMsg;
207
207
  };
208
208
  FileOptions: {
209
209
  typeUrl: string;
210
- encode(message: _82.FileOptions, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
211
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _82.FileOptions;
210
+ encode(message: FileOptions, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
211
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _82.FileOptions;
212
212
  fromJSON(object: any): _82.FileOptions;
213
- toJSON(message: _82.FileOptions): unknown;
214
- fromPartial(object: Partial<_82.FileOptions>): _82.FileOptions;
215
- fromProtoMsg(message: _82.FileOptionsProtoMsg): _82.FileOptions;
216
- toProto(message: _82.FileOptions): Uint8Array;
217
- toProtoMsg(message: _82.FileOptions): _82.FileOptionsProtoMsg;
213
+ toJSON(message: FileOptions): unknown;
214
+ fromPartial(object: Partial<FileOptions>): _82.FileOptions;
215
+ fromProtoMsg(message: FileOptionsProtoMsg): _82.FileOptions;
216
+ toProto(message: FileOptions): Uint8Array;
217
+ toProtoMsg(message: FileOptions): _82.FileOptionsProtoMsg;
218
218
  };
219
219
  MessageOptions: {
220
220
  typeUrl: string;
221
- encode(message: _82.MessageOptions, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
222
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _82.MessageOptions;
221
+ encode(message: MessageOptions, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
222
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _82.MessageOptions;
223
223
  fromJSON(object: any): _82.MessageOptions;
224
- toJSON(message: _82.MessageOptions): unknown;
225
- fromPartial(object: Partial<_82.MessageOptions>): _82.MessageOptions;
226
- fromProtoMsg(message: _82.MessageOptionsProtoMsg): _82.MessageOptions;
227
- toProto(message: _82.MessageOptions): Uint8Array;
228
- toProtoMsg(message: _82.MessageOptions): _82.MessageOptionsProtoMsg;
224
+ toJSON(message: MessageOptions): unknown;
225
+ fromPartial(object: Partial<MessageOptions>): _82.MessageOptions;
226
+ fromProtoMsg(message: MessageOptionsProtoMsg): _82.MessageOptions;
227
+ toProto(message: MessageOptions): Uint8Array;
228
+ toProtoMsg(message: MessageOptions): _82.MessageOptionsProtoMsg;
229
229
  };
230
230
  FieldOptions: {
231
231
  typeUrl: string;
232
- encode(message: _82.FieldOptions, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
233
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _82.FieldOptions;
232
+ encode(message: FieldOptions, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
233
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _82.FieldOptions;
234
234
  fromJSON(object: any): _82.FieldOptions;
235
- toJSON(message: _82.FieldOptions): unknown;
236
- fromPartial(object: Partial<_82.FieldOptions>): _82.FieldOptions;
237
- fromProtoMsg(message: _82.FieldOptionsProtoMsg): _82.FieldOptions;
238
- toProto(message: _82.FieldOptions): Uint8Array;
239
- toProtoMsg(message: _82.FieldOptions): _82.FieldOptionsProtoMsg;
235
+ toJSON(message: FieldOptions): unknown;
236
+ fromPartial(object: Partial<FieldOptions>): _82.FieldOptions;
237
+ fromProtoMsg(message: FieldOptionsProtoMsg): _82.FieldOptions;
238
+ toProto(message: FieldOptions): Uint8Array;
239
+ toProtoMsg(message: FieldOptions): _82.FieldOptionsProtoMsg;
240
240
  };
241
241
  OneofOptions: {
242
242
  typeUrl: string;
243
- encode(message: _82.OneofOptions, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
244
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _82.OneofOptions;
243
+ encode(message: OneofOptions, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
244
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _82.OneofOptions;
245
245
  fromJSON(object: any): _82.OneofOptions;
246
- toJSON(message: _82.OneofOptions): unknown;
247
- fromPartial(object: Partial<_82.OneofOptions>): _82.OneofOptions;
248
- fromProtoMsg(message: _82.OneofOptionsProtoMsg): _82.OneofOptions;
249
- toProto(message: _82.OneofOptions): Uint8Array;
250
- toProtoMsg(message: _82.OneofOptions): _82.OneofOptionsProtoMsg;
246
+ toJSON(message: OneofOptions): unknown;
247
+ fromPartial(object: Partial<OneofOptions>): _82.OneofOptions;
248
+ fromProtoMsg(message: OneofOptionsProtoMsg): _82.OneofOptions;
249
+ toProto(message: OneofOptions): Uint8Array;
250
+ toProtoMsg(message: OneofOptions): _82.OneofOptionsProtoMsg;
251
251
  };
252
252
  EnumOptions: {
253
253
  typeUrl: string;
254
- encode(message: _82.EnumOptions, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
255
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _82.EnumOptions;
254
+ encode(message: EnumOptions, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
255
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _82.EnumOptions;
256
256
  fromJSON(object: any): _82.EnumOptions;
257
- toJSON(message: _82.EnumOptions): unknown;
258
- fromPartial(object: Partial<_82.EnumOptions>): _82.EnumOptions;
259
- fromProtoMsg(message: _82.EnumOptionsProtoMsg): _82.EnumOptions;
260
- toProto(message: _82.EnumOptions): Uint8Array;
261
- toProtoMsg(message: _82.EnumOptions): _82.EnumOptionsProtoMsg;
257
+ toJSON(message: EnumOptions): unknown;
258
+ fromPartial(object: Partial<EnumOptions>): _82.EnumOptions;
259
+ fromProtoMsg(message: EnumOptionsProtoMsg): _82.EnumOptions;
260
+ toProto(message: EnumOptions): Uint8Array;
261
+ toProtoMsg(message: EnumOptions): _82.EnumOptionsProtoMsg;
262
262
  };
263
263
  EnumValueOptions: {
264
264
  typeUrl: string;
265
- encode(message: _82.EnumValueOptions, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
266
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _82.EnumValueOptions;
265
+ encode(message: EnumValueOptions, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
266
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _82.EnumValueOptions;
267
267
  fromJSON(object: any): _82.EnumValueOptions;
268
- toJSON(message: _82.EnumValueOptions): unknown;
269
- fromPartial(object: Partial<_82.EnumValueOptions>): _82.EnumValueOptions;
270
- fromProtoMsg(message: _82.EnumValueOptionsProtoMsg): _82.EnumValueOptions;
271
- toProto(message: _82.EnumValueOptions): Uint8Array;
272
- toProtoMsg(message: _82.EnumValueOptions): _82.EnumValueOptionsProtoMsg;
268
+ toJSON(message: EnumValueOptions): unknown;
269
+ fromPartial(object: Partial<EnumValueOptions>): _82.EnumValueOptions;
270
+ fromProtoMsg(message: EnumValueOptionsProtoMsg): _82.EnumValueOptions;
271
+ toProto(message: EnumValueOptions): Uint8Array;
272
+ toProtoMsg(message: EnumValueOptions): _82.EnumValueOptionsProtoMsg;
273
273
  };
274
274
  ServiceOptions: {
275
275
  typeUrl: string;
276
- encode(message: _82.ServiceOptions, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
277
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _82.ServiceOptions;
276
+ encode(message: ServiceOptions, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
277
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _82.ServiceOptions;
278
278
  fromJSON(object: any): _82.ServiceOptions;
279
- toJSON(message: _82.ServiceOptions): unknown;
280
- fromPartial(object: Partial<_82.ServiceOptions>): _82.ServiceOptions;
281
- fromProtoMsg(message: _82.ServiceOptionsProtoMsg): _82.ServiceOptions;
282
- toProto(message: _82.ServiceOptions): Uint8Array;
283
- toProtoMsg(message: _82.ServiceOptions): _82.ServiceOptionsProtoMsg;
279
+ toJSON(message: ServiceOptions): unknown;
280
+ fromPartial(object: Partial<ServiceOptions>): _82.ServiceOptions;
281
+ fromProtoMsg(message: ServiceOptionsProtoMsg): _82.ServiceOptions;
282
+ toProto(message: ServiceOptions): Uint8Array;
283
+ toProtoMsg(message: ServiceOptions): _82.ServiceOptionsProtoMsg;
284
284
  };
285
285
  MethodOptions: {
286
286
  typeUrl: string;
287
- encode(message: _82.MethodOptions, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
288
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _82.MethodOptions;
287
+ encode(message: MethodOptions, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
288
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _82.MethodOptions;
289
289
  fromJSON(object: any): _82.MethodOptions;
290
- toJSON(message: _82.MethodOptions): unknown;
291
- fromPartial(object: Partial<_82.MethodOptions>): _82.MethodOptions;
292
- fromProtoMsg(message: _82.MethodOptionsProtoMsg): _82.MethodOptions;
293
- toProto(message: _82.MethodOptions): Uint8Array;
294
- toProtoMsg(message: _82.MethodOptions): _82.MethodOptionsProtoMsg;
290
+ toJSON(message: MethodOptions): unknown;
291
+ fromPartial(object: Partial<MethodOptions>): _82.MethodOptions;
292
+ fromProtoMsg(message: MethodOptionsProtoMsg): _82.MethodOptions;
293
+ toProto(message: MethodOptions): Uint8Array;
294
+ toProtoMsg(message: MethodOptions): _82.MethodOptionsProtoMsg;
295
295
  };
296
296
  UninterpretedOption: {
297
297
  typeUrl: string;
298
- encode(message: _82.UninterpretedOption, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
299
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _82.UninterpretedOption;
298
+ encode(message: UninterpretedOption, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
299
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _82.UninterpretedOption;
300
300
  fromJSON(object: any): _82.UninterpretedOption;
301
- toJSON(message: _82.UninterpretedOption): unknown;
302
- fromPartial(object: Partial<_82.UninterpretedOption>): _82.UninterpretedOption;
303
- fromProtoMsg(message: _82.UninterpretedOptionProtoMsg): _82.UninterpretedOption;
304
- toProto(message: _82.UninterpretedOption): Uint8Array;
305
- toProtoMsg(message: _82.UninterpretedOption): _82.UninterpretedOptionProtoMsg;
301
+ toJSON(message: UninterpretedOption): unknown;
302
+ fromPartial(object: Partial<UninterpretedOption>): _82.UninterpretedOption;
303
+ fromProtoMsg(message: UninterpretedOptionProtoMsg): _82.UninterpretedOption;
304
+ toProto(message: UninterpretedOption): Uint8Array;
305
+ toProtoMsg(message: UninterpretedOption): _82.UninterpretedOptionProtoMsg;
306
306
  };
307
307
  UninterpretedOption_NamePart: {
308
308
  typeUrl: string;
309
- encode(message: _82.UninterpretedOption_NamePart, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
310
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _82.UninterpretedOption_NamePart;
309
+ encode(message: UninterpretedOption_NamePart, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
310
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _82.UninterpretedOption_NamePart;
311
311
  fromJSON(object: any): _82.UninterpretedOption_NamePart;
312
- toJSON(message: _82.UninterpretedOption_NamePart): unknown;
313
- fromPartial(object: Partial<_82.UninterpretedOption_NamePart>): _82.UninterpretedOption_NamePart;
314
- fromProtoMsg(message: _82.UninterpretedOption_NamePartProtoMsg): _82.UninterpretedOption_NamePart;
315
- toProto(message: _82.UninterpretedOption_NamePart): Uint8Array;
316
- toProtoMsg(message: _82.UninterpretedOption_NamePart): _82.UninterpretedOption_NamePartProtoMsg;
312
+ toJSON(message: UninterpretedOption_NamePart): unknown;
313
+ fromPartial(object: Partial<UninterpretedOption_NamePart>): _82.UninterpretedOption_NamePart;
314
+ fromProtoMsg(message: UninterpretedOption_NamePartProtoMsg): _82.UninterpretedOption_NamePart;
315
+ toProto(message: UninterpretedOption_NamePart): Uint8Array;
316
+ toProtoMsg(message: UninterpretedOption_NamePart): _82.UninterpretedOption_NamePartProtoMsg;
317
317
  };
318
318
  SourceCodeInfo: {
319
319
  typeUrl: string;
320
- encode(message: _82.SourceCodeInfo, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
321
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _82.SourceCodeInfo;
320
+ encode(message: SourceCodeInfo, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
321
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _82.SourceCodeInfo;
322
322
  fromJSON(object: any): _82.SourceCodeInfo;
323
- toJSON(message: _82.SourceCodeInfo): unknown;
324
- fromPartial(object: Partial<_82.SourceCodeInfo>): _82.SourceCodeInfo;
325
- fromProtoMsg(message: _82.SourceCodeInfoProtoMsg): _82.SourceCodeInfo;
326
- toProto(message: _82.SourceCodeInfo): Uint8Array;
327
- toProtoMsg(message: _82.SourceCodeInfo): _82.SourceCodeInfoProtoMsg;
323
+ toJSON(message: SourceCodeInfo): unknown;
324
+ fromPartial(object: Partial<SourceCodeInfo>): _82.SourceCodeInfo;
325
+ fromProtoMsg(message: SourceCodeInfoProtoMsg): _82.SourceCodeInfo;
326
+ toProto(message: SourceCodeInfo): Uint8Array;
327
+ toProtoMsg(message: SourceCodeInfo): _82.SourceCodeInfoProtoMsg;
328
328
  };
329
329
  SourceCodeInfo_Location: {
330
330
  typeUrl: string;
331
- encode(message: _82.SourceCodeInfo_Location, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
332
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _82.SourceCodeInfo_Location;
331
+ encode(message: SourceCodeInfo_Location, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
332
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _82.SourceCodeInfo_Location;
333
333
  fromJSON(object: any): _82.SourceCodeInfo_Location;
334
- toJSON(message: _82.SourceCodeInfo_Location): unknown;
335
- fromPartial(object: Partial<_82.SourceCodeInfo_Location>): _82.SourceCodeInfo_Location;
336
- fromProtoMsg(message: _82.SourceCodeInfo_LocationProtoMsg): _82.SourceCodeInfo_Location;
337
- toProto(message: _82.SourceCodeInfo_Location): Uint8Array;
338
- toProtoMsg(message: _82.SourceCodeInfo_Location): _82.SourceCodeInfo_LocationProtoMsg;
334
+ toJSON(message: SourceCodeInfo_Location): unknown;
335
+ fromPartial(object: Partial<SourceCodeInfo_Location>): _82.SourceCodeInfo_Location;
336
+ fromProtoMsg(message: SourceCodeInfo_LocationProtoMsg): _82.SourceCodeInfo_Location;
337
+ toProto(message: SourceCodeInfo_Location): Uint8Array;
338
+ toProtoMsg(message: SourceCodeInfo_Location): _82.SourceCodeInfo_LocationProtoMsg;
339
339
  };
340
340
  GeneratedCodeInfo: {
341
341
  typeUrl: string;
342
- encode(message: _82.GeneratedCodeInfo, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
343
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _82.GeneratedCodeInfo;
342
+ encode(message: GeneratedCodeInfo, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
343
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _82.GeneratedCodeInfo;
344
344
  fromJSON(object: any): _82.GeneratedCodeInfo;
345
- toJSON(message: _82.GeneratedCodeInfo): unknown;
346
- fromPartial(object: Partial<_82.GeneratedCodeInfo>): _82.GeneratedCodeInfo;
347
- fromProtoMsg(message: _82.GeneratedCodeInfoProtoMsg): _82.GeneratedCodeInfo;
348
- toProto(message: _82.GeneratedCodeInfo): Uint8Array;
349
- toProtoMsg(message: _82.GeneratedCodeInfo): _82.GeneratedCodeInfoProtoMsg;
345
+ toJSON(message: GeneratedCodeInfo): unknown;
346
+ fromPartial(object: Partial<GeneratedCodeInfo>): _82.GeneratedCodeInfo;
347
+ fromProtoMsg(message: GeneratedCodeInfoProtoMsg): _82.GeneratedCodeInfo;
348
+ toProto(message: GeneratedCodeInfo): Uint8Array;
349
+ toProtoMsg(message: GeneratedCodeInfo): _82.GeneratedCodeInfoProtoMsg;
350
350
  };
351
351
  GeneratedCodeInfo_Annotation: {
352
352
  typeUrl: string;
353
- encode(message: _82.GeneratedCodeInfo_Annotation, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
354
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _82.GeneratedCodeInfo_Annotation;
353
+ encode(message: GeneratedCodeInfo_Annotation, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
354
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _82.GeneratedCodeInfo_Annotation;
355
355
  fromJSON(object: any): _82.GeneratedCodeInfo_Annotation;
356
- toJSON(message: _82.GeneratedCodeInfo_Annotation): unknown;
357
- fromPartial(object: Partial<_82.GeneratedCodeInfo_Annotation>): _82.GeneratedCodeInfo_Annotation;
358
- fromProtoMsg(message: _82.GeneratedCodeInfo_AnnotationProtoMsg): _82.GeneratedCodeInfo_Annotation;
359
- toProto(message: _82.GeneratedCodeInfo_Annotation): Uint8Array;
360
- toProtoMsg(message: _82.GeneratedCodeInfo_Annotation): _82.GeneratedCodeInfo_AnnotationProtoMsg;
356
+ toJSON(message: GeneratedCodeInfo_Annotation): unknown;
357
+ fromPartial(object: Partial<GeneratedCodeInfo_Annotation>): _82.GeneratedCodeInfo_Annotation;
358
+ fromProtoMsg(message: GeneratedCodeInfo_AnnotationProtoMsg): _82.GeneratedCodeInfo_Annotation;
359
+ toProto(message: GeneratedCodeInfo_Annotation): Uint8Array;
360
+ toProtoMsg(message: GeneratedCodeInfo_Annotation): _82.GeneratedCodeInfo_AnnotationProtoMsg;
361
361
  };
362
362
  Any: {
363
363
  typeUrl: string;
364
- encode(message: _81.Any, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
365
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _81.Any;
364
+ encode(message: Any, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
365
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _81.Any;
366
366
  fromJSON(object: any): _81.Any;
367
- toJSON(message: _81.Any): unknown;
368
- fromPartial(object: Partial<_81.Any>): _81.Any;
369
- fromProtoMsg(message: _81.AnyProtoMsg): _81.Any;
370
- toProto(message: _81.Any): Uint8Array;
371
- toProtoMsg(message: _81.Any): _81.AnyProtoMsg;
367
+ toJSON(message: Any): unknown;
368
+ fromPartial(object: Partial<Any>): _81.Any;
369
+ fromProtoMsg(message: AnyProtoMsg): _81.Any;
370
+ toProto(message: Any): Uint8Array;
371
+ toProtoMsg(message: Any): _81.AnyProtoMsg;
372
372
  };
373
373
  };
374
374
  }