@agoric/client-utils 0.1.1-dev-7cb1020.0.7cb1020 → 0.1.1-dev-ce8e863.0.ce8e863

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