import * as _154 from "./protobuf/any"; import * as _155 from "./protobuf/descriptor"; import * as _156 from "./protobuf/duration"; import * as _157 from "./protobuf/empty"; import * as _158 from "./protobuf/timestamp"; export declare namespace google { const protobuf: { Timestamp: { typeUrl: string; encode(message: _158.Timestamp, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: Uint8Array | import("..").BinaryReader, length?: number): _158.Timestamp; fromPartial(object: { seconds?: bigint; nanos?: number; }): _158.Timestamp; fromAmino(object: string): _158.Timestamp; toAmino(message: _158.Timestamp): string; fromAminoMsg(object: _158.TimestampAminoMsg): _158.Timestamp; fromProtoMsg(message: _158.TimestampProtoMsg): _158.Timestamp; toProto(message: _158.Timestamp): Uint8Array; toProtoMsg(message: _158.Timestamp): _158.TimestampProtoMsg; }; Empty: { typeUrl: string; encode(_: _157.Empty, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: Uint8Array | import("..").BinaryReader, length?: number): _157.Empty; fromPartial(_: {}): _157.Empty; fromAmino(_: _157.EmptyAmino): _157.Empty; toAmino(_: _157.Empty): _157.EmptyAmino; fromAminoMsg(object: _157.EmptyAminoMsg): _157.Empty; fromProtoMsg(message: _157.EmptyProtoMsg): _157.Empty; toProto(message: _157.Empty): Uint8Array; toProtoMsg(message: _157.Empty): _157.EmptyProtoMsg; }; Duration: { typeUrl: string; encode(message: _156.Duration, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: Uint8Array | import("..").BinaryReader, length?: number): _156.Duration; fromPartial(object: { seconds?: bigint; nanos?: number; }): _156.Duration; fromAmino(object: string): _156.Duration; toAmino(message: _156.Duration): string; fromAminoMsg(object: _156.DurationAminoMsg): _156.Duration; fromProtoMsg(message: _156.DurationProtoMsg): _156.Duration; toProto(message: _156.Duration): Uint8Array; toProtoMsg(message: _156.Duration): _156.DurationProtoMsg; }; fieldDescriptorProto_TypeFromJSON(object: any): _155.FieldDescriptorProto_Type; fieldDescriptorProto_TypeToJSON(object: _155.FieldDescriptorProto_Type): string; fieldDescriptorProto_LabelFromJSON(object: any): _155.FieldDescriptorProto_Label; fieldDescriptorProto_LabelToJSON(object: _155.FieldDescriptorProto_Label): string; fileOptions_OptimizeModeFromJSON(object: any): _155.FileOptions_OptimizeMode; fileOptions_OptimizeModeToJSON(object: _155.FileOptions_OptimizeMode): string; fieldOptions_CTypeFromJSON(object: any): _155.FieldOptions_CType; fieldOptions_CTypeToJSON(object: _155.FieldOptions_CType): string; fieldOptions_JSTypeFromJSON(object: any): _155.FieldOptions_JSType; fieldOptions_JSTypeToJSON(object: _155.FieldOptions_JSType): string; methodOptions_IdempotencyLevelFromJSON(object: any): _155.MethodOptions_IdempotencyLevel; methodOptions_IdempotencyLevelToJSON(object: _155.MethodOptions_IdempotencyLevel): string; FieldDescriptorProto_Type: typeof _155.FieldDescriptorProto_Type; FieldDescriptorProto_TypeSDKType: typeof _155.FieldDescriptorProto_Type; FieldDescriptorProto_TypeAmino: typeof _155.FieldDescriptorProto_Type; FieldDescriptorProto_Label: typeof _155.FieldDescriptorProto_Label; FieldDescriptorProto_LabelSDKType: typeof _155.FieldDescriptorProto_Label; FieldDescriptorProto_LabelAmino: typeof _155.FieldDescriptorProto_Label; FileOptions_OptimizeMode: typeof _155.FileOptions_OptimizeMode; FileOptions_OptimizeModeSDKType: typeof _155.FileOptions_OptimizeMode; FileOptions_OptimizeModeAmino: typeof _155.FileOptions_OptimizeMode; FieldOptions_CType: typeof _155.FieldOptions_CType; FieldOptions_CTypeSDKType: typeof _155.FieldOptions_CType; FieldOptions_CTypeAmino: typeof _155.FieldOptions_CType; FieldOptions_JSType: typeof _155.FieldOptions_JSType; FieldOptions_JSTypeSDKType: typeof _155.FieldOptions_JSType; FieldOptions_JSTypeAmino: typeof _155.FieldOptions_JSType; MethodOptions_IdempotencyLevel: typeof _155.MethodOptions_IdempotencyLevel; MethodOptions_IdempotencyLevelSDKType: typeof _155.MethodOptions_IdempotencyLevel; MethodOptions_IdempotencyLevelAmino: typeof _155.MethodOptions_IdempotencyLevel; FileDescriptorSet: { typeUrl: string; encode(message: _155.FileDescriptorSet, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: Uint8Array | import("..").BinaryReader, length?: number): _155.FileDescriptorSet; fromPartial(object: { file?: { name?: string; package?: string; dependency?: string[]; publicDependency?: number[]; weakDependency?: number[]; messageType?: { name?: string; field?: { name?: string; number?: number; label?: _155.FieldDescriptorProto_Label; type?: _155.FieldDescriptorProto_Type; typeName?: string; extendee?: string; defaultValue?: string; oneofIndex?: number; jsonName?: string; options?: { ctype?: _155.FieldOptions_CType; packed?: boolean; jstype?: _155.FieldOptions_JSType; lazy?: boolean; deprecated?: boolean; weak?: boolean; uninterpretedOption?: { name?: { namePart?: string; isExtension?: boolean; }[]; identifierValue?: string; positiveIntValue?: bigint; negativeIntValue?: bigint; doubleValue?: number; stringValue?: Uint8Array; aggregateValue?: string; }[]; }; }[]; extension?: { name?: string; number?: number; label?: _155.FieldDescriptorProto_Label; type?: _155.FieldDescriptorProto_Type; typeName?: string; extendee?: string; defaultValue?: string; oneofIndex?: number; jsonName?: string; options?: { ctype?: _155.FieldOptions_CType; packed?: boolean; jstype?: _155.FieldOptions_JSType; lazy?: boolean; deprecated?: boolean; weak?: boolean; uninterpretedOption?: { name?: { namePart?: string; isExtension?: boolean; }[]; identifierValue?: string; positiveIntValue?: bigint; negativeIntValue?: bigint; doubleValue?: number; stringValue?: Uint8Array; aggregateValue?: string; }[]; }; }[]; nestedType?: any[]; enumType?: { name?: string; value?: { name?: string; number?: number; options?: { deprecated?: boolean; uninterpretedOption?: { name?: { namePart?: string; isExtension?: boolean; }[]; identifierValue?: string; positiveIntValue?: bigint; negativeIntValue?: bigint; doubleValue?: number; stringValue?: Uint8Array; aggregateValue?: string; }[]; }; }[]; options?: { allowAlias?: boolean; deprecated?: boolean; uninterpretedOption?: { name?: { namePart?: string; isExtension?: boolean; }[]; identifierValue?: string; positiveIntValue?: bigint; negativeIntValue?: bigint; doubleValue?: number; stringValue?: Uint8Array; aggregateValue?: string; }[]; }; reservedRange?: { start?: number; end?: number; }[]; reservedName?: string[]; }[]; extensionRange?: { start?: number; end?: number; options?: { uninterpretedOption?: { name?: { namePart?: string; isExtension?: boolean; }[]; identifierValue?: string; positiveIntValue?: bigint; negativeIntValue?: bigint; doubleValue?: number; stringValue?: Uint8Array; aggregateValue?: string; }[]; }; }[]; oneofDecl?: { name?: string; options?: { uninterpretedOption?: { name?: { namePart?: string; isExtension?: boolean; }[]; identifierValue?: string; positiveIntValue?: bigint; negativeIntValue?: bigint; doubleValue?: number; stringValue?: Uint8Array; aggregateValue?: string; }[]; }; }[]; options?: { messageSetWireFormat?: boolean; noStandardDescriptorAccessor?: boolean; deprecated?: boolean; mapEntry?: boolean; uninterpretedOption?: { name?: { namePart?: string; isExtension?: boolean; }[]; identifierValue?: string; positiveIntValue?: bigint; negativeIntValue?: bigint; doubleValue?: number; stringValue?: Uint8Array; aggregateValue?: string; }[]; }; reservedRange?: { start?: number; end?: number; }[]; reservedName?: string[]; }[]; enumType?: { name?: string; value?: { name?: string; number?: number; options?: { deprecated?: boolean; uninterpretedOption?: { name?: { namePart?: string; isExtension?: boolean; }[]; identifierValue?: string; positiveIntValue?: bigint; negativeIntValue?: bigint; doubleValue?: number; stringValue?: Uint8Array; aggregateValue?: string; }[]; }; }[]; options?: { allowAlias?: boolean; deprecated?: boolean; uninterpretedOption?: { name?: { namePart?: string; isExtension?: boolean; }[]; identifierValue?: string; positiveIntValue?: bigint; negativeIntValue?: bigint; doubleValue?: number; stringValue?: Uint8Array; aggregateValue?: string; }[]; }; reservedRange?: { start?: number; end?: number; }[]; reservedName?: string[]; }[]; service?: { name?: string; method?: { name?: string; inputType?: string; outputType?: string; options?: { deprecated?: boolean; idempotencyLevel?: _155.MethodOptions_IdempotencyLevel; uninterpretedOption?: { name?: { namePart?: string; isExtension?: boolean; }[]; identifierValue?: string; positiveIntValue?: bigint; negativeIntValue?: bigint; doubleValue?: number; stringValue?: Uint8Array; aggregateValue?: string; }[]; }; clientStreaming?: boolean; serverStreaming?: boolean; }[]; options?: { deprecated?: boolean; uninterpretedOption?: { name?: { namePart?: string; isExtension?: boolean; }[]; identifierValue?: string; positiveIntValue?: bigint; negativeIntValue?: bigint; doubleValue?: number; stringValue?: Uint8Array; aggregateValue?: string; }[]; }; }[]; extension?: { name?: string; number?: number; label?: _155.FieldDescriptorProto_Label; type?: _155.FieldDescriptorProto_Type; typeName?: string; extendee?: string; defaultValue?: string; oneofIndex?: number; jsonName?: string; options?: { ctype?: _155.FieldOptions_CType; packed?: boolean; jstype?: _155.FieldOptions_JSType; lazy?: boolean; deprecated?: boolean; weak?: boolean; uninterpretedOption?: { name?: { namePart?: string; isExtension?: boolean; }[]; identifierValue?: string; positiveIntValue?: bigint; negativeIntValue?: bigint; doubleValue?: number; stringValue?: Uint8Array; aggregateValue?: string; }[]; }; }[]; options?: { javaPackage?: string; javaOuterClassname?: string; javaMultipleFiles?: boolean; javaGenerateEqualsAndHash?: boolean; javaStringCheckUtf8?: boolean; optimizeFor?: _155.FileOptions_OptimizeMode; goPackage?: string; ccGenericServices?: boolean; javaGenericServices?: boolean; pyGenericServices?: boolean; phpGenericServices?: boolean; deprecated?: boolean; ccEnableArenas?: boolean; objcClassPrefix?: string; csharpNamespace?: string; swiftPrefix?: string; phpClassPrefix?: string; phpNamespace?: string; phpMetadataNamespace?: string; rubyPackage?: string; uninterpretedOption?: { name?: { namePart?: string; isExtension?: boolean; }[]; identifierValue?: string; positiveIntValue?: bigint; negativeIntValue?: bigint; doubleValue?: number; stringValue?: Uint8Array; aggregateValue?: string; }[]; }; sourceCodeInfo?: { location?: { path?: number[]; span?: number[]; leadingComments?: string; trailingComments?: string; leadingDetachedComments?: string[]; }[]; }; syntax?: string; }[]; }): _155.FileDescriptorSet; fromAmino(object: _155.FileDescriptorSetAmino): _155.FileDescriptorSet; toAmino(message: _155.FileDescriptorSet): _155.FileDescriptorSetAmino; fromAminoMsg(object: _155.FileDescriptorSetAminoMsg): _155.FileDescriptorSet; fromProtoMsg(message: _155.FileDescriptorSetProtoMsg): _155.FileDescriptorSet; toProto(message: _155.FileDescriptorSet): Uint8Array; toProtoMsg(message: _155.FileDescriptorSet): _155.FileDescriptorSetProtoMsg; }; FileDescriptorProto: { typeUrl: string; encode(message: _155.FileDescriptorProto, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: Uint8Array | import("..").BinaryReader, length?: number): _155.FileDescriptorProto; fromPartial(object: { name?: string; package?: string; dependency?: string[]; publicDependency?: number[]; weakDependency?: number[]; messageType?: { name?: string; field?: { name?: string; number?: number; label?: _155.FieldDescriptorProto_Label; type?: _155.FieldDescriptorProto_Type; typeName?: string; extendee?: string; defaultValue?: string; oneofIndex?: number; jsonName?: string; options?: { ctype?: _155.FieldOptions_CType; packed?: boolean; jstype?: _155.FieldOptions_JSType; lazy?: boolean; deprecated?: boolean; weak?: boolean; uninterpretedOption?: { name?: { namePart?: string; isExtension?: boolean; }[]; identifierValue?: string; positiveIntValue?: bigint; negativeIntValue?: bigint; doubleValue?: number; stringValue?: Uint8Array; aggregateValue?: string; }[]; }; }[]; extension?: { name?: string; number?: number; label?: _155.FieldDescriptorProto_Label; type?: _155.FieldDescriptorProto_Type; typeName?: string; extendee?: string; defaultValue?: string; oneofIndex?: number; jsonName?: string; options?: { ctype?: _155.FieldOptions_CType; packed?: boolean; jstype?: _155.FieldOptions_JSType; lazy?: boolean; deprecated?: boolean; weak?: boolean; uninterpretedOption?: { name?: { namePart?: string; isExtension?: boolean; }[]; identifierValue?: string; positiveIntValue?: bigint; negativeIntValue?: bigint; doubleValue?: number; stringValue?: Uint8Array; aggregateValue?: string; }[]; }; }[]; nestedType?: any[]; enumType?: { name?: string; value?: { name?: string; number?: number; options?: { deprecated?: boolean; uninterpretedOption?: { name?: { namePart?: string; isExtension?: boolean; }[]; identifierValue?: string; positiveIntValue?: bigint; negativeIntValue?: bigint; doubleValue?: number; stringValue?: Uint8Array; aggregateValue?: string; }[]; }; }[]; options?: { allowAlias?: boolean; deprecated?: boolean; uninterpretedOption?: { name?: { namePart?: string; isExtension?: boolean; }[]; identifierValue?: string; positiveIntValue?: bigint; negativeIntValue?: bigint; doubleValue?: number; stringValue?: Uint8Array; aggregateValue?: string; }[]; }; reservedRange?: { start?: number; end?: number; }[]; reservedName?: string[]; }[]; extensionRange?: { start?: number; end?: number; options?: { uninterpretedOption?: { name?: { namePart?: string; isExtension?: boolean; }[]; identifierValue?: string; positiveIntValue?: bigint; negativeIntValue?: bigint; doubleValue?: number; stringValue?: Uint8Array; aggregateValue?: string; }[]; }; }[]; oneofDecl?: { name?: string; options?: { uninterpretedOption?: { name?: { namePart?: string; isExtension?: boolean; }[]; identifierValue?: string; positiveIntValue?: bigint; negativeIntValue?: bigint; doubleValue?: number; stringValue?: Uint8Array; aggregateValue?: string; }[]; }; }[]; options?: { messageSetWireFormat?: boolean; noStandardDescriptorAccessor?: boolean; deprecated?: boolean; mapEntry?: boolean; uninterpretedOption?: { name?: { namePart?: string; isExtension?: boolean; }[]; identifierValue?: string; positiveIntValue?: bigint; negativeIntValue?: bigint; doubleValue?: number; stringValue?: Uint8Array; aggregateValue?: string; }[]; }; reservedRange?: { start?: number; end?: number; }[]; reservedName?: string[]; }[]; enumType?: { name?: string; value?: { name?: string; number?: number; options?: { deprecated?: boolean; uninterpretedOption?: { name?: { namePart?: string; isExtension?: boolean; }[]; identifierValue?: string; positiveIntValue?: bigint; negativeIntValue?: bigint; doubleValue?: number; stringValue?: Uint8Array; aggregateValue?: string; }[]; }; }[]; options?: { allowAlias?: boolean; deprecated?: boolean; uninterpretedOption?: { name?: { namePart?: string; isExtension?: boolean; }[]; identifierValue?: string; positiveIntValue?: bigint; negativeIntValue?: bigint; doubleValue?: number; stringValue?: Uint8Array; aggregateValue?: string; }[]; }; reservedRange?: { start?: number; end?: number; }[]; reservedName?: string[]; }[]; service?: { name?: string; method?: { name?: string; inputType?: string; outputType?: string; options?: { deprecated?: boolean; idempotencyLevel?: _155.MethodOptions_IdempotencyLevel; uninterpretedOption?: { name?: { namePart?: string; isExtension?: boolean; }[]; identifierValue?: string; positiveIntValue?: bigint; negativeIntValue?: bigint; doubleValue?: number; stringValue?: Uint8Array; aggregateValue?: string; }[]; }; clientStreaming?: boolean; serverStreaming?: boolean; }[]; options?: { deprecated?: boolean; uninterpretedOption?: { name?: { namePart?: string; isExtension?: boolean; }[]; identifierValue?: string; positiveIntValue?: bigint; negativeIntValue?: bigint; doubleValue?: number; stringValue?: Uint8Array; aggregateValue?: string; }[]; }; }[]; extension?: { name?: string; number?: number; label?: _155.FieldDescriptorProto_Label; type?: _155.FieldDescriptorProto_Type; typeName?: string; extendee?: string; defaultValue?: string; oneofIndex?: number; jsonName?: string; options?: { ctype?: _155.FieldOptions_CType; packed?: boolean; jstype?: _155.FieldOptions_JSType; lazy?: boolean; deprecated?: boolean; weak?: boolean; uninterpretedOption?: { name?: { namePart?: string; isExtension?: boolean; }[]; identifierValue?: string; positiveIntValue?: bigint; negativeIntValue?: bigint; doubleValue?: number; stringValue?: Uint8Array; aggregateValue?: string; }[]; }; }[]; options?: { javaPackage?: string; javaOuterClassname?: string; javaMultipleFiles?: boolean; javaGenerateEqualsAndHash?: boolean; javaStringCheckUtf8?: boolean; optimizeFor?: _155.FileOptions_OptimizeMode; goPackage?: string; ccGenericServices?: boolean; javaGenericServices?: boolean; pyGenericServices?: boolean; phpGenericServices?: boolean; deprecated?: boolean; ccEnableArenas?: boolean; objcClassPrefix?: string; csharpNamespace?: string; swiftPrefix?: string; phpClassPrefix?: string; phpNamespace?: string; phpMetadataNamespace?: string; rubyPackage?: string; uninterpretedOption?: { name?: { namePart?: string; isExtension?: boolean; }[]; identifierValue?: string; positiveIntValue?: bigint; negativeIntValue?: bigint; doubleValue?: number; stringValue?: Uint8Array; aggregateValue?: string; }[]; }; sourceCodeInfo?: { location?: { path?: number[]; span?: number[]; leadingComments?: string; trailingComments?: string; leadingDetachedComments?: string[]; }[]; }; syntax?: string; }): _155.FileDescriptorProto; fromAmino(object: _155.FileDescriptorProtoAmino): _155.FileDescriptorProto; toAmino(message: _155.FileDescriptorProto): _155.FileDescriptorProtoAmino; fromAminoMsg(object: _155.FileDescriptorProtoAminoMsg): _155.FileDescriptorProto; fromProtoMsg(message: _155.FileDescriptorProtoProtoMsg): _155.FileDescriptorProto; toProto(message: _155.FileDescriptorProto): Uint8Array; toProtoMsg(message: _155.FileDescriptorProto): _155.FileDescriptorProtoProtoMsg; }; DescriptorProto: { typeUrl: string; encode(message: _155.DescriptorProto, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: Uint8Array | import("..").BinaryReader, length?: number): _155.DescriptorProto; fromPartial(object: { name?: string; field?: { name?: string; number?: number; label?: _155.FieldDescriptorProto_Label; type?: _155.FieldDescriptorProto_Type; typeName?: string; extendee?: string; defaultValue?: string; oneofIndex?: number; jsonName?: string; options?: { ctype?: _155.FieldOptions_CType; packed?: boolean; jstype?: _155.FieldOptions_JSType; lazy?: boolean; deprecated?: boolean; weak?: boolean; uninterpretedOption?: { name?: { namePart?: string; isExtension?: boolean; }[]; identifierValue?: string; positiveIntValue?: bigint; negativeIntValue?: bigint; doubleValue?: number; stringValue?: Uint8Array; aggregateValue?: string; }[]; }; }[]; extension?: { name?: string; number?: number; label?: _155.FieldDescriptorProto_Label; type?: _155.FieldDescriptorProto_Type; typeName?: string; extendee?: string; defaultValue?: string; oneofIndex?: number; jsonName?: string; options?: { ctype?: _155.FieldOptions_CType; packed?: boolean; jstype?: _155.FieldOptions_JSType; lazy?: boolean; deprecated?: boolean; weak?: boolean; uninterpretedOption?: { name?: { namePart?: string; isExtension?: boolean; }[]; identifierValue?: string; positiveIntValue?: bigint; negativeIntValue?: bigint; doubleValue?: number; stringValue?: Uint8Array; aggregateValue?: string; }[]; }; }[]; nestedType?: any[]; enumType?: { name?: string; value?: { name?: string; number?: number; options?: { deprecated?: boolean; uninterpretedOption?: { name?: { namePart?: string; isExtension?: boolean; }[]; identifierValue?: string; positiveIntValue?: bigint; negativeIntValue?: bigint; doubleValue?: number; stringValue?: Uint8Array; aggregateValue?: string; }[]; }; }[]; options?: { allowAlias?: boolean; deprecated?: boolean; uninterpretedOption?: { name?: { namePart?: string; isExtension?: boolean; }[]; identifierValue?: string; positiveIntValue?: bigint; negativeIntValue?: bigint; doubleValue?: number; stringValue?: Uint8Array; aggregateValue?: string; }[]; }; reservedRange?: { start?: number; end?: number; }[]; reservedName?: string[]; }[]; extensionRange?: { start?: number; end?: number; options?: { uninterpretedOption?: { name?: { namePart?: string; isExtension?: boolean; }[]; identifierValue?: string; positiveIntValue?: bigint; negativeIntValue?: bigint; doubleValue?: number; stringValue?: Uint8Array; aggregateValue?: string; }[]; }; }[]; oneofDecl?: { name?: string; options?: { uninterpretedOption?: { name?: { namePart?: string; isExtension?: boolean; }[]; identifierValue?: string; positiveIntValue?: bigint; negativeIntValue?: bigint; doubleValue?: number; stringValue?: Uint8Array; aggregateValue?: string; }[]; }; }[]; options?: { messageSetWireFormat?: boolean; noStandardDescriptorAccessor?: boolean; deprecated?: boolean; mapEntry?: boolean; uninterpretedOption?: { name?: { namePart?: string; isExtension?: boolean; }[]; identifierValue?: string; positiveIntValue?: bigint; negativeIntValue?: bigint; doubleValue?: number; stringValue?: Uint8Array; aggregateValue?: string; }[]; }; reservedRange?: { start?: number; end?: number; }[]; reservedName?: string[]; }): _155.DescriptorProto; fromAmino(object: _155.DescriptorProtoAmino): _155.DescriptorProto; toAmino(message: _155.DescriptorProto): _155.DescriptorProtoAmino; fromAminoMsg(object: _155.DescriptorProtoAminoMsg): _155.DescriptorProto; fromProtoMsg(message: _155.DescriptorProtoProtoMsg): _155.DescriptorProto; toProto(message: _155.DescriptorProto): Uint8Array; toProtoMsg(message: _155.DescriptorProto): _155.DescriptorProtoProtoMsg; }; DescriptorProto_ExtensionRange: { typeUrl: string; encode(message: _155.DescriptorProto_ExtensionRange, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: Uint8Array | import("..").BinaryReader, length?: number): _155.DescriptorProto_ExtensionRange; fromPartial(object: { start?: number; end?: number; options?: { uninterpretedOption?: { name?: { namePart?: string; isExtension?: boolean; }[]; identifierValue?: string; positiveIntValue?: bigint; negativeIntValue?: bigint; doubleValue?: number; stringValue?: Uint8Array; aggregateValue?: string; }[]; }; }): _155.DescriptorProto_ExtensionRange; fromAmino(object: _155.DescriptorProto_ExtensionRangeAmino): _155.DescriptorProto_ExtensionRange; toAmino(message: _155.DescriptorProto_ExtensionRange): _155.DescriptorProto_ExtensionRangeAmino; fromAminoMsg(object: _155.DescriptorProto_ExtensionRangeAminoMsg): _155.DescriptorProto_ExtensionRange; fromProtoMsg(message: _155.DescriptorProto_ExtensionRangeProtoMsg): _155.DescriptorProto_ExtensionRange; toProto(message: _155.DescriptorProto_ExtensionRange): Uint8Array; toProtoMsg(message: _155.DescriptorProto_ExtensionRange): _155.DescriptorProto_ExtensionRangeProtoMsg; }; DescriptorProto_ReservedRange: { typeUrl: string; encode(message: _155.DescriptorProto_ReservedRange, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: Uint8Array | import("..").BinaryReader, length?: number): _155.DescriptorProto_ReservedRange; fromPartial(object: { start?: number; end?: number; }): _155.DescriptorProto_ReservedRange; fromAmino(object: _155.DescriptorProto_ReservedRangeAmino): _155.DescriptorProto_ReservedRange; toAmino(message: _155.DescriptorProto_ReservedRange): _155.DescriptorProto_ReservedRangeAmino; fromAminoMsg(object: _155.DescriptorProto_ReservedRangeAminoMsg): _155.DescriptorProto_ReservedRange; fromProtoMsg(message: _155.DescriptorProto_ReservedRangeProtoMsg): _155.DescriptorProto_ReservedRange; toProto(message: _155.DescriptorProto_ReservedRange): Uint8Array; toProtoMsg(message: _155.DescriptorProto_ReservedRange): _155.DescriptorProto_ReservedRangeProtoMsg; }; ExtensionRangeOptions: { typeUrl: string; encode(message: _155.ExtensionRangeOptions, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: Uint8Array | import("..").BinaryReader, length?: number): _155.ExtensionRangeOptions; fromPartial(object: { uninterpretedOption?: { name?: { namePart?: string; isExtension?: boolean; }[]; identifierValue?: string; positiveIntValue?: bigint; negativeIntValue?: bigint; doubleValue?: number; stringValue?: Uint8Array; aggregateValue?: string; }[]; }): _155.ExtensionRangeOptions; fromAmino(object: _155.ExtensionRangeOptionsAmino): _155.ExtensionRangeOptions; toAmino(message: _155.ExtensionRangeOptions): _155.ExtensionRangeOptionsAmino; fromAminoMsg(object: _155.ExtensionRangeOptionsAminoMsg): _155.ExtensionRangeOptions; fromProtoMsg(message: _155.ExtensionRangeOptionsProtoMsg): _155.ExtensionRangeOptions; toProto(message: _155.ExtensionRangeOptions): Uint8Array; toProtoMsg(message: _155.ExtensionRangeOptions): _155.ExtensionRangeOptionsProtoMsg; }; FieldDescriptorProto: { typeUrl: string; encode(message: _155.FieldDescriptorProto, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: Uint8Array | import("..").BinaryReader, length?: number): _155.FieldDescriptorProto; fromPartial(object: { name?: string; number?: number; label?: _155.FieldDescriptorProto_Label; type?: _155.FieldDescriptorProto_Type; typeName?: string; extendee?: string; defaultValue?: string; oneofIndex?: number; jsonName?: string; options?: { ctype?: _155.FieldOptions_CType; packed?: boolean; jstype?: _155.FieldOptions_JSType; lazy?: boolean; deprecated?: boolean; weak?: boolean; uninterpretedOption?: { name?: { namePart?: string; isExtension?: boolean; }[]; identifierValue?: string; positiveIntValue?: bigint; negativeIntValue?: bigint; doubleValue?: number; stringValue?: Uint8Array; aggregateValue?: string; }[]; }; }): _155.FieldDescriptorProto; fromAmino(object: _155.FieldDescriptorProtoAmino): _155.FieldDescriptorProto; toAmino(message: _155.FieldDescriptorProto): _155.FieldDescriptorProtoAmino; fromAminoMsg(object: _155.FieldDescriptorProtoAminoMsg): _155.FieldDescriptorProto; fromProtoMsg(message: _155.FieldDescriptorProtoProtoMsg): _155.FieldDescriptorProto; toProto(message: _155.FieldDescriptorProto): Uint8Array; toProtoMsg(message: _155.FieldDescriptorProto): _155.FieldDescriptorProtoProtoMsg; }; OneofDescriptorProto: { typeUrl: string; encode(message: _155.OneofDescriptorProto, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: Uint8Array | import("..").BinaryReader, length?: number): _155.OneofDescriptorProto; fromPartial(object: { name?: string; options?: { uninterpretedOption?: { name?: { namePart?: string; isExtension?: boolean; }[]; identifierValue?: string; positiveIntValue?: bigint; negativeIntValue?: bigint; doubleValue?: number; stringValue?: Uint8Array; aggregateValue?: string; }[]; }; }): _155.OneofDescriptorProto; fromAmino(object: _155.OneofDescriptorProtoAmino): _155.OneofDescriptorProto; toAmino(message: _155.OneofDescriptorProto): _155.OneofDescriptorProtoAmino; fromAminoMsg(object: _155.OneofDescriptorProtoAminoMsg): _155.OneofDescriptorProto; fromProtoMsg(message: _155.OneofDescriptorProtoProtoMsg): _155.OneofDescriptorProto; toProto(message: _155.OneofDescriptorProto): Uint8Array; toProtoMsg(message: _155.OneofDescriptorProto): _155.OneofDescriptorProtoProtoMsg; }; EnumDescriptorProto: { typeUrl: string; encode(message: _155.EnumDescriptorProto, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: Uint8Array | import("..").BinaryReader, length?: number): _155.EnumDescriptorProto; fromPartial(object: { name?: string; value?: { name?: string; number?: number; options?: { deprecated?: boolean; uninterpretedOption?: { name?: { namePart?: string; isExtension?: boolean; }[]; identifierValue?: string; positiveIntValue?: bigint; negativeIntValue?: bigint; doubleValue?: number; stringValue?: Uint8Array; aggregateValue?: string; }[]; }; }[]; options?: { allowAlias?: boolean; deprecated?: boolean; uninterpretedOption?: { name?: { namePart?: string; isExtension?: boolean; }[]; identifierValue?: string; positiveIntValue?: bigint; negativeIntValue?: bigint; doubleValue?: number; stringValue?: Uint8Array; aggregateValue?: string; }[]; }; reservedRange?: { start?: number; end?: number; }[]; reservedName?: string[]; }): _155.EnumDescriptorProto; fromAmino(object: _155.EnumDescriptorProtoAmino): _155.EnumDescriptorProto; toAmino(message: _155.EnumDescriptorProto): _155.EnumDescriptorProtoAmino; fromAminoMsg(object: _155.EnumDescriptorProtoAminoMsg): _155.EnumDescriptorProto; fromProtoMsg(message: _155.EnumDescriptorProtoProtoMsg): _155.EnumDescriptorProto; toProto(message: _155.EnumDescriptorProto): Uint8Array; toProtoMsg(message: _155.EnumDescriptorProto): _155.EnumDescriptorProtoProtoMsg; }; EnumDescriptorProto_EnumReservedRange: { typeUrl: string; encode(message: _155.EnumDescriptorProto_EnumReservedRange, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: Uint8Array | import("..").BinaryReader, length?: number): _155.EnumDescriptorProto_EnumReservedRange; fromPartial(object: { start?: number; end?: number; }): _155.EnumDescriptorProto_EnumReservedRange; fromAmino(object: _155.EnumDescriptorProto_EnumReservedRangeAmino): _155.EnumDescriptorProto_EnumReservedRange; toAmino(message: _155.EnumDescriptorProto_EnumReservedRange): _155.EnumDescriptorProto_EnumReservedRangeAmino; fromAminoMsg(object: _155.EnumDescriptorProto_EnumReservedRangeAminoMsg): _155.EnumDescriptorProto_EnumReservedRange; fromProtoMsg(message: _155.EnumDescriptorProto_EnumReservedRangeProtoMsg): _155.EnumDescriptorProto_EnumReservedRange; toProto(message: _155.EnumDescriptorProto_EnumReservedRange): Uint8Array; toProtoMsg(message: _155.EnumDescriptorProto_EnumReservedRange): _155.EnumDescriptorProto_EnumReservedRangeProtoMsg; }; EnumValueDescriptorProto: { typeUrl: string; encode(message: _155.EnumValueDescriptorProto, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: Uint8Array | import("..").BinaryReader, length?: number): _155.EnumValueDescriptorProto; fromPartial(object: { name?: string; number?: number; options?: { deprecated?: boolean; uninterpretedOption?: { name?: { namePart?: string; isExtension?: boolean; }[]; identifierValue?: string; positiveIntValue?: bigint; negativeIntValue?: bigint; doubleValue?: number; stringValue?: Uint8Array; aggregateValue?: string; }[]; }; }): _155.EnumValueDescriptorProto; fromAmino(object: _155.EnumValueDescriptorProtoAmino): _155.EnumValueDescriptorProto; toAmino(message: _155.EnumValueDescriptorProto): _155.EnumValueDescriptorProtoAmino; fromAminoMsg(object: _155.EnumValueDescriptorProtoAminoMsg): _155.EnumValueDescriptorProto; fromProtoMsg(message: _155.EnumValueDescriptorProtoProtoMsg): _155.EnumValueDescriptorProto; toProto(message: _155.EnumValueDescriptorProto): Uint8Array; toProtoMsg(message: _155.EnumValueDescriptorProto): _155.EnumValueDescriptorProtoProtoMsg; }; ServiceDescriptorProto: { typeUrl: string; encode(message: _155.ServiceDescriptorProto, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: Uint8Array | import("..").BinaryReader, length?: number): _155.ServiceDescriptorProto; fromPartial(object: { name?: string; method?: { name?: string; inputType?: string; outputType?: string; options?: { deprecated?: boolean; idempotencyLevel?: _155.MethodOptions_IdempotencyLevel; uninterpretedOption?: { name?: { namePart?: string; isExtension?: boolean; }[]; identifierValue?: string; positiveIntValue?: bigint; negativeIntValue?: bigint; doubleValue?: number; stringValue?: Uint8Array; aggregateValue?: string; }[]; }; clientStreaming?: boolean; serverStreaming?: boolean; }[]; options?: { deprecated?: boolean; uninterpretedOption?: { name?: { namePart?: string; isExtension?: boolean; }[]; identifierValue?: string; positiveIntValue?: bigint; negativeIntValue?: bigint; doubleValue?: number; stringValue?: Uint8Array; aggregateValue?: string; }[]; }; }): _155.ServiceDescriptorProto; fromAmino(object: _155.ServiceDescriptorProtoAmino): _155.ServiceDescriptorProto; toAmino(message: _155.ServiceDescriptorProto): _155.ServiceDescriptorProtoAmino; fromAminoMsg(object: _155.ServiceDescriptorProtoAminoMsg): _155.ServiceDescriptorProto; fromProtoMsg(message: _155.ServiceDescriptorProtoProtoMsg): _155.ServiceDescriptorProto; toProto(message: _155.ServiceDescriptorProto): Uint8Array; toProtoMsg(message: _155.ServiceDescriptorProto): _155.ServiceDescriptorProtoProtoMsg; }; MethodDescriptorProto: { typeUrl: string; encode(message: _155.MethodDescriptorProto, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: Uint8Array | import("..").BinaryReader, length?: number): _155.MethodDescriptorProto; fromPartial(object: { name?: string; inputType?: string; outputType?: string; options?: { deprecated?: boolean; idempotencyLevel?: _155.MethodOptions_IdempotencyLevel; uninterpretedOption?: { name?: { namePart?: string; isExtension?: boolean; }[]; identifierValue?: string; positiveIntValue?: bigint; negativeIntValue?: bigint; doubleValue?: number; stringValue?: Uint8Array; aggregateValue?: string; }[]; }; clientStreaming?: boolean; serverStreaming?: boolean; }): _155.MethodDescriptorProto; fromAmino(object: _155.MethodDescriptorProtoAmino): _155.MethodDescriptorProto; toAmino(message: _155.MethodDescriptorProto): _155.MethodDescriptorProtoAmino; fromAminoMsg(object: _155.MethodDescriptorProtoAminoMsg): _155.MethodDescriptorProto; fromProtoMsg(message: _155.MethodDescriptorProtoProtoMsg): _155.MethodDescriptorProto; toProto(message: _155.MethodDescriptorProto): Uint8Array; toProtoMsg(message: _155.MethodDescriptorProto): _155.MethodDescriptorProtoProtoMsg; }; FileOptions: { typeUrl: string; encode(message: _155.FileOptions, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: Uint8Array | import("..").BinaryReader, length?: number): _155.FileOptions; fromPartial(object: { javaPackage?: string; javaOuterClassname?: string; javaMultipleFiles?: boolean; javaGenerateEqualsAndHash?: boolean; javaStringCheckUtf8?: boolean; optimizeFor?: _155.FileOptions_OptimizeMode; goPackage?: string; ccGenericServices?: boolean; javaGenericServices?: boolean; pyGenericServices?: boolean; phpGenericServices?: boolean; deprecated?: boolean; ccEnableArenas?: boolean; objcClassPrefix?: string; csharpNamespace?: string; swiftPrefix?: string; phpClassPrefix?: string; phpNamespace?: string; phpMetadataNamespace?: string; rubyPackage?: string; uninterpretedOption?: { name?: { namePart?: string; isExtension?: boolean; }[]; identifierValue?: string; positiveIntValue?: bigint; negativeIntValue?: bigint; doubleValue?: number; stringValue?: Uint8Array; aggregateValue?: string; }[]; }): _155.FileOptions; fromAmino(object: _155.FileOptionsAmino): _155.FileOptions; toAmino(message: _155.FileOptions): _155.FileOptionsAmino; fromAminoMsg(object: _155.FileOptionsAminoMsg): _155.FileOptions; fromProtoMsg(message: _155.FileOptionsProtoMsg): _155.FileOptions; toProto(message: _155.FileOptions): Uint8Array; toProtoMsg(message: _155.FileOptions): _155.FileOptionsProtoMsg; }; MessageOptions: { typeUrl: string; encode(message: _155.MessageOptions, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: Uint8Array | import("..").BinaryReader, length?: number): _155.MessageOptions; fromPartial(object: { messageSetWireFormat?: boolean; noStandardDescriptorAccessor?: boolean; deprecated?: boolean; mapEntry?: boolean; uninterpretedOption?: { name?: { namePart?: string; isExtension?: boolean; }[]; identifierValue?: string; positiveIntValue?: bigint; negativeIntValue?: bigint; doubleValue?: number; stringValue?: Uint8Array; aggregateValue?: string; }[]; }): _155.MessageOptions; fromAmino(object: _155.MessageOptionsAmino): _155.MessageOptions; toAmino(message: _155.MessageOptions): _155.MessageOptionsAmino; fromAminoMsg(object: _155.MessageOptionsAminoMsg): _155.MessageOptions; fromProtoMsg(message: _155.MessageOptionsProtoMsg): _155.MessageOptions; toProto(message: _155.MessageOptions): Uint8Array; toProtoMsg(message: _155.MessageOptions): _155.MessageOptionsProtoMsg; }; FieldOptions: { typeUrl: string; encode(message: _155.FieldOptions, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: Uint8Array | import("..").BinaryReader, length?: number): _155.FieldOptions; fromPartial(object: { ctype?: _155.FieldOptions_CType; packed?: boolean; jstype?: _155.FieldOptions_JSType; lazy?: boolean; deprecated?: boolean; weak?: boolean; uninterpretedOption?: { name?: { namePart?: string; isExtension?: boolean; }[]; identifierValue?: string; positiveIntValue?: bigint; negativeIntValue?: bigint; doubleValue?: number; stringValue?: Uint8Array; aggregateValue?: string; }[]; }): _155.FieldOptions; fromAmino(object: _155.FieldOptionsAmino): _155.FieldOptions; toAmino(message: _155.FieldOptions): _155.FieldOptionsAmino; fromAminoMsg(object: _155.FieldOptionsAminoMsg): _155.FieldOptions; fromProtoMsg(message: _155.FieldOptionsProtoMsg): _155.FieldOptions; toProto(message: _155.FieldOptions): Uint8Array; toProtoMsg(message: _155.FieldOptions): _155.FieldOptionsProtoMsg; }; OneofOptions: { typeUrl: string; encode(message: _155.OneofOptions, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: Uint8Array | import("..").BinaryReader, length?: number): _155.OneofOptions; fromPartial(object: { uninterpretedOption?: { name?: { namePart?: string; isExtension?: boolean; }[]; identifierValue?: string; positiveIntValue?: bigint; negativeIntValue?: bigint; doubleValue?: number; stringValue?: Uint8Array; aggregateValue?: string; }[]; }): _155.OneofOptions; fromAmino(object: _155.OneofOptionsAmino): _155.OneofOptions; toAmino(message: _155.OneofOptions): _155.OneofOptionsAmino; fromAminoMsg(object: _155.OneofOptionsAminoMsg): _155.OneofOptions; fromProtoMsg(message: _155.OneofOptionsProtoMsg): _155.OneofOptions; toProto(message: _155.OneofOptions): Uint8Array; toProtoMsg(message: _155.OneofOptions): _155.OneofOptionsProtoMsg; }; EnumOptions: { typeUrl: string; encode(message: _155.EnumOptions, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: Uint8Array | import("..").BinaryReader, length?: number): _155.EnumOptions; fromPartial(object: { allowAlias?: boolean; deprecated?: boolean; uninterpretedOption?: { name?: { namePart?: string; isExtension?: boolean; }[]; identifierValue?: string; positiveIntValue?: bigint; negativeIntValue?: bigint; doubleValue?: number; stringValue?: Uint8Array; aggregateValue?: string; }[]; }): _155.EnumOptions; fromAmino(object: _155.EnumOptionsAmino): _155.EnumOptions; toAmino(message: _155.EnumOptions): _155.EnumOptionsAmino; fromAminoMsg(object: _155.EnumOptionsAminoMsg): _155.EnumOptions; fromProtoMsg(message: _155.EnumOptionsProtoMsg): _155.EnumOptions; toProto(message: _155.EnumOptions): Uint8Array; toProtoMsg(message: _155.EnumOptions): _155.EnumOptionsProtoMsg; }; EnumValueOptions: { typeUrl: string; encode(message: _155.EnumValueOptions, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: Uint8Array | import("..").BinaryReader, length?: number): _155.EnumValueOptions; fromPartial(object: { deprecated?: boolean; uninterpretedOption?: { name?: { namePart?: string; isExtension?: boolean; }[]; identifierValue?: string; positiveIntValue?: bigint; negativeIntValue?: bigint; doubleValue?: number; stringValue?: Uint8Array; aggregateValue?: string; }[]; }): _155.EnumValueOptions; fromAmino(object: _155.EnumValueOptionsAmino): _155.EnumValueOptions; toAmino(message: _155.EnumValueOptions): _155.EnumValueOptionsAmino; fromAminoMsg(object: _155.EnumValueOptionsAminoMsg): _155.EnumValueOptions; fromProtoMsg(message: _155.EnumValueOptionsProtoMsg): _155.EnumValueOptions; toProto(message: _155.EnumValueOptions): Uint8Array; toProtoMsg(message: _155.EnumValueOptions): _155.EnumValueOptionsProtoMsg; }; ServiceOptions: { typeUrl: string; encode(message: _155.ServiceOptions, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: Uint8Array | import("..").BinaryReader, length?: number): _155.ServiceOptions; fromPartial(object: { deprecated?: boolean; uninterpretedOption?: { name?: { namePart?: string; isExtension?: boolean; }[]; identifierValue?: string; positiveIntValue?: bigint; negativeIntValue?: bigint; doubleValue?: number; stringValue?: Uint8Array; aggregateValue?: string; }[]; }): _155.ServiceOptions; fromAmino(object: _155.ServiceOptionsAmino): _155.ServiceOptions; toAmino(message: _155.ServiceOptions): _155.ServiceOptionsAmino; fromAminoMsg(object: _155.ServiceOptionsAminoMsg): _155.ServiceOptions; fromProtoMsg(message: _155.ServiceOptionsProtoMsg): _155.ServiceOptions; toProto(message: _155.ServiceOptions): Uint8Array; toProtoMsg(message: _155.ServiceOptions): _155.ServiceOptionsProtoMsg; }; MethodOptions: { typeUrl: string; encode(message: _155.MethodOptions, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: Uint8Array | import("..").BinaryReader, length?: number): _155.MethodOptions; fromPartial(object: { deprecated?: boolean; idempotencyLevel?: _155.MethodOptions_IdempotencyLevel; uninterpretedOption?: { name?: { namePart?: string; isExtension?: boolean; }[]; identifierValue?: string; positiveIntValue?: bigint; negativeIntValue?: bigint; doubleValue?: number; stringValue?: Uint8Array; aggregateValue?: string; }[]; }): _155.MethodOptions; fromAmino(object: _155.MethodOptionsAmino): _155.MethodOptions; toAmino(message: _155.MethodOptions): _155.MethodOptionsAmino; fromAminoMsg(object: _155.MethodOptionsAminoMsg): _155.MethodOptions; fromProtoMsg(message: _155.MethodOptionsProtoMsg): _155.MethodOptions; toProto(message: _155.MethodOptions): Uint8Array; toProtoMsg(message: _155.MethodOptions): _155.MethodOptionsProtoMsg; }; UninterpretedOption: { typeUrl: string; encode(message: _155.UninterpretedOption, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: Uint8Array | import("..").BinaryReader, length?: number): _155.UninterpretedOption; fromPartial(object: { name?: { namePart?: string; isExtension?: boolean; }[]; identifierValue?: string; positiveIntValue?: bigint; negativeIntValue?: bigint; doubleValue?: number; stringValue?: Uint8Array; aggregateValue?: string; }): _155.UninterpretedOption; fromAmino(object: _155.UninterpretedOptionAmino): _155.UninterpretedOption; toAmino(message: _155.UninterpretedOption): _155.UninterpretedOptionAmino; fromAminoMsg(object: _155.UninterpretedOptionAminoMsg): _155.UninterpretedOption; fromProtoMsg(message: _155.UninterpretedOptionProtoMsg): _155.UninterpretedOption; toProto(message: _155.UninterpretedOption): Uint8Array; toProtoMsg(message: _155.UninterpretedOption): _155.UninterpretedOptionProtoMsg; }; UninterpretedOption_NamePart: { typeUrl: string; encode(message: _155.UninterpretedOption_NamePart, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: Uint8Array | import("..").BinaryReader, length?: number): _155.UninterpretedOption_NamePart; fromPartial(object: { namePart?: string; isExtension?: boolean; }): _155.UninterpretedOption_NamePart; fromAmino(object: _155.UninterpretedOption_NamePartAmino): _155.UninterpretedOption_NamePart; toAmino(message: _155.UninterpretedOption_NamePart): _155.UninterpretedOption_NamePartAmino; fromAminoMsg(object: _155.UninterpretedOption_NamePartAminoMsg): _155.UninterpretedOption_NamePart; fromProtoMsg(message: _155.UninterpretedOption_NamePartProtoMsg): _155.UninterpretedOption_NamePart; toProto(message: _155.UninterpretedOption_NamePart): Uint8Array; toProtoMsg(message: _155.UninterpretedOption_NamePart): _155.UninterpretedOption_NamePartProtoMsg; }; SourceCodeInfo: { typeUrl: string; encode(message: _155.SourceCodeInfo, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: Uint8Array | import("..").BinaryReader, length?: number): _155.SourceCodeInfo; fromPartial(object: { location?: { path?: number[]; span?: number[]; leadingComments?: string; trailingComments?: string; leadingDetachedComments?: string[]; }[]; }): _155.SourceCodeInfo; fromAmino(object: _155.SourceCodeInfoAmino): _155.SourceCodeInfo; toAmino(message: _155.SourceCodeInfo): _155.SourceCodeInfoAmino; fromAminoMsg(object: _155.SourceCodeInfoAminoMsg): _155.SourceCodeInfo; fromProtoMsg(message: _155.SourceCodeInfoProtoMsg): _155.SourceCodeInfo; toProto(message: _155.SourceCodeInfo): Uint8Array; toProtoMsg(message: _155.SourceCodeInfo): _155.SourceCodeInfoProtoMsg; }; SourceCodeInfo_Location: { typeUrl: string; encode(message: _155.SourceCodeInfo_Location, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: Uint8Array | import("..").BinaryReader, length?: number): _155.SourceCodeInfo_Location; fromPartial(object: { path?: number[]; span?: number[]; leadingComments?: string; trailingComments?: string; leadingDetachedComments?: string[]; }): _155.SourceCodeInfo_Location; fromAmino(object: _155.SourceCodeInfo_LocationAmino): _155.SourceCodeInfo_Location; toAmino(message: _155.SourceCodeInfo_Location): _155.SourceCodeInfo_LocationAmino; fromAminoMsg(object: _155.SourceCodeInfo_LocationAminoMsg): _155.SourceCodeInfo_Location; fromProtoMsg(message: _155.SourceCodeInfo_LocationProtoMsg): _155.SourceCodeInfo_Location; toProto(message: _155.SourceCodeInfo_Location): Uint8Array; toProtoMsg(message: _155.SourceCodeInfo_Location): _155.SourceCodeInfo_LocationProtoMsg; }; GeneratedCodeInfo: { typeUrl: string; encode(message: _155.GeneratedCodeInfo, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: Uint8Array | import("..").BinaryReader, length?: number): _155.GeneratedCodeInfo; fromPartial(object: { annotation?: { path?: number[]; sourceFile?: string; begin?: number; end?: number; }[]; }): _155.GeneratedCodeInfo; fromAmino(object: _155.GeneratedCodeInfoAmino): _155.GeneratedCodeInfo; toAmino(message: _155.GeneratedCodeInfo): _155.GeneratedCodeInfoAmino; fromAminoMsg(object: _155.GeneratedCodeInfoAminoMsg): _155.GeneratedCodeInfo; fromProtoMsg(message: _155.GeneratedCodeInfoProtoMsg): _155.GeneratedCodeInfo; toProto(message: _155.GeneratedCodeInfo): Uint8Array; toProtoMsg(message: _155.GeneratedCodeInfo): _155.GeneratedCodeInfoProtoMsg; }; GeneratedCodeInfo_Annotation: { typeUrl: string; encode(message: _155.GeneratedCodeInfo_Annotation, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: Uint8Array | import("..").BinaryReader, length?: number): _155.GeneratedCodeInfo_Annotation; fromPartial(object: { path?: number[]; sourceFile?: string; begin?: number; end?: number; }): _155.GeneratedCodeInfo_Annotation; fromAmino(object: _155.GeneratedCodeInfo_AnnotationAmino): _155.GeneratedCodeInfo_Annotation; toAmino(message: _155.GeneratedCodeInfo_Annotation): _155.GeneratedCodeInfo_AnnotationAmino; fromAminoMsg(object: _155.GeneratedCodeInfo_AnnotationAminoMsg): _155.GeneratedCodeInfo_Annotation; fromProtoMsg(message: _155.GeneratedCodeInfo_AnnotationProtoMsg): _155.GeneratedCodeInfo_Annotation; toProto(message: _155.GeneratedCodeInfo_Annotation): Uint8Array; toProtoMsg(message: _155.GeneratedCodeInfo_Annotation): _155.GeneratedCodeInfo_AnnotationProtoMsg; }; Any: { typeUrl: string; encode(message: _154.Any, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: Uint8Array | import("..").BinaryReader, length?: number): _154.Any; fromPartial(object: { $typeUrl?: string; typeUrl?: string; value?: Uint8Array; }): _154.Any; fromAmino(object: _154.AnyAmino): _154.Any; toAmino(message: _154.Any): _154.AnyAmino; fromAminoMsg(object: _154.AnyAminoMsg): _154.Any; fromProtoMsg(message: _154.AnyProtoMsg): _154.Any; toProto(message: _154.Any): Uint8Array; toProtoMsg(message: _154.Any): _154.AnyProtoMsg; }; }; }