import * as _163 from "./api/http"; import * as _164 from "./protobuf/any"; import * as _165 from "./protobuf/descriptor"; import * as _166 from "./protobuf/duration"; import * as _167 from "./protobuf/empty"; import * as _168 from "./protobuf/timestamp"; export declare namespace google { const api: { protobufPackage: "google.api"; Http: { typeUrl: string; is(o: any): o is _163.Http; isSDK(o: any): o is _163.HttpSDKType; isAmino(o: any): o is _163.HttpAmino; encode(message: _163.Http, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: Uint8Array | import("..").BinaryReader, length?: number): _163.Http; fromJSON(object: any): _163.Http; toJSON(message: _163.Http): unknown; fromPartial(object: { rules?: { selector?: string; get?: string; put?: string; post?: string; delete?: string; patch?: string; custom?: { kind?: string; path?: string; }; body?: string; responseBody?: string; additionalBindings?: any[]; }[]; fullyDecodeReservedExpansion?: boolean; }): _163.Http; fromSDK(object: _163.HttpSDKType): _163.Http; toSDK(message: _163.Http): _163.HttpSDKType; fromAmino(object: _163.HttpAmino): _163.Http; toAmino(message: _163.Http): _163.HttpAmino; fromAminoMsg(object: _163.HttpAminoMsg): _163.Http; fromProtoMsg(message: _163.HttpProtoMsg): _163.Http; toProto(message: _163.Http): Uint8Array; toProtoMsg(message: _163.Http): _163.HttpProtoMsg; }; HttpRule: { typeUrl: string; is(o: any): o is _163.HttpRule; isSDK(o: any): o is _163.HttpRuleSDKType; isAmino(o: any): o is _163.HttpRuleAmino; encode(message: _163.HttpRule, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: Uint8Array | import("..").BinaryReader, length?: number): _163.HttpRule; fromJSON(object: any): _163.HttpRule; toJSON(message: _163.HttpRule): unknown; fromPartial(object: { selector?: string; get?: string; put?: string; post?: string; delete?: string; patch?: string; custom?: { kind?: string; path?: string; }; body?: string; responseBody?: string; additionalBindings?: any[]; }): _163.HttpRule; fromSDK(object: _163.HttpRuleSDKType): _163.HttpRule; toSDK(message: _163.HttpRule): _163.HttpRuleSDKType; fromAmino(object: _163.HttpRuleAmino): _163.HttpRule; toAmino(message: _163.HttpRule): _163.HttpRuleAmino; fromAminoMsg(object: _163.HttpRuleAminoMsg): _163.HttpRule; fromProtoMsg(message: _163.HttpRuleProtoMsg): _163.HttpRule; toProto(message: _163.HttpRule): Uint8Array; toProtoMsg(message: _163.HttpRule): _163.HttpRuleProtoMsg; }; CustomHttpPattern: { typeUrl: string; is(o: any): o is _163.CustomHttpPattern; isSDK(o: any): o is _163.CustomHttpPatternSDKType; isAmino(o: any): o is _163.CustomHttpPatternAmino; encode(message: _163.CustomHttpPattern, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: Uint8Array | import("..").BinaryReader, length?: number): _163.CustomHttpPattern; fromJSON(object: any): _163.CustomHttpPattern; toJSON(message: _163.CustomHttpPattern): unknown; fromPartial(object: { kind?: string; path?: string; }): _163.CustomHttpPattern; fromSDK(object: _163.CustomHttpPatternSDKType): _163.CustomHttpPattern; toSDK(message: _163.CustomHttpPattern): _163.CustomHttpPatternSDKType; fromAmino(object: _163.CustomHttpPatternAmino): _163.CustomHttpPattern; toAmino(message: _163.CustomHttpPattern): _163.CustomHttpPatternAmino; fromAminoMsg(object: _163.CustomHttpPatternAminoMsg): _163.CustomHttpPattern; fromProtoMsg(message: _163.CustomHttpPatternProtoMsg): _163.CustomHttpPattern; toProto(message: _163.CustomHttpPattern): Uint8Array; toProtoMsg(message: _163.CustomHttpPattern): _163.CustomHttpPatternProtoMsg; }; }; const protobuf: { protobufPackage: "google.protobuf"; Timestamp: { typeUrl: string; is(o: any): o is _168.Timestamp; isSDK(o: any): o is _168.TimestampSDKType; isAmino(o: any): o is string; encode(message: _168.Timestamp, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: Uint8Array | import("..").BinaryReader, length?: number): _168.Timestamp; fromJSON(object: any): _168.Timestamp; toJSON(message: _168.Timestamp): unknown; fromPartial(object: { seconds?: bigint; nanos?: number; }): _168.Timestamp; fromSDK(object: _168.TimestampSDKType): _168.Timestamp; toSDK(message: _168.Timestamp): _168.TimestampSDKType; fromAmino(object: string): _168.Timestamp; toAmino(message: _168.Timestamp): string; fromAminoMsg(object: _168.TimestampAminoMsg): _168.Timestamp; fromProtoMsg(message: _168.TimestampProtoMsg): _168.Timestamp; toProto(message: _168.Timestamp): Uint8Array; toProtoMsg(message: _168.Timestamp): _168.TimestampProtoMsg; }; Empty: { typeUrl: string; is(o: any): o is _167.Empty; isSDK(o: any): o is _167.EmptySDKType; isAmino(o: any): o is _167.EmptyAmino; encode(_: _167.Empty, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: Uint8Array | import("..").BinaryReader, length?: number): _167.Empty; fromJSON(_: any): _167.Empty; toJSON(_: _167.Empty): unknown; fromPartial(_: {}): _167.Empty; fromSDK(_: _167.EmptySDKType): _167.Empty; toSDK(_: _167.Empty): _167.EmptySDKType; fromAmino(_: _167.EmptyAmino): _167.Empty; toAmino(_: _167.Empty): _167.EmptyAmino; fromAminoMsg(object: _167.EmptyAminoMsg): _167.Empty; fromProtoMsg(message: _167.EmptyProtoMsg): _167.Empty; toProto(message: _167.Empty): Uint8Array; toProtoMsg(message: _167.Empty): _167.EmptyProtoMsg; }; Duration: { typeUrl: string; is(o: any): o is _166.Duration; isSDK(o: any): o is _166.DurationSDKType; isAmino(o: any): o is string; encode(message: _166.Duration, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: Uint8Array | import("..").BinaryReader, length?: number): _166.Duration; fromJSON(object: any): _166.Duration; toJSON(message: _166.Duration): unknown; fromPartial(object: { seconds?: bigint; nanos?: number; }): _166.Duration; fromSDK(object: _166.DurationSDKType): _166.Duration; toSDK(message: _166.Duration): _166.DurationSDKType; fromAmino(object: string): _166.Duration; toAmino(message: _166.Duration): string; fromAminoMsg(object: _166.DurationAminoMsg): _166.Duration; fromProtoMsg(message: _166.DurationProtoMsg): _166.Duration; toProto(message: _166.Duration): Uint8Array; toProtoMsg(message: _166.Duration): _166.DurationProtoMsg; }; fieldDescriptorProto_TypeFromJSON(object: any): _165.FieldDescriptorProto_Type; fieldDescriptorProto_TypeToJSON(object: _165.FieldDescriptorProto_Type): string; fieldDescriptorProto_LabelFromJSON(object: any): _165.FieldDescriptorProto_Label; fieldDescriptorProto_LabelToJSON(object: _165.FieldDescriptorProto_Label): string; fileOptions_OptimizeModeFromJSON(object: any): _165.FileOptions_OptimizeMode; fileOptions_OptimizeModeToJSON(object: _165.FileOptions_OptimizeMode): string; fieldOptions_CTypeFromJSON(object: any): _165.FieldOptions_CType; fieldOptions_CTypeToJSON(object: _165.FieldOptions_CType): string; fieldOptions_JSTypeFromJSON(object: any): _165.FieldOptions_JSType; fieldOptions_JSTypeToJSON(object: _165.FieldOptions_JSType): string; methodOptions_IdempotencyLevelFromJSON(object: any): _165.MethodOptions_IdempotencyLevel; methodOptions_IdempotencyLevelToJSON(object: _165.MethodOptions_IdempotencyLevel): string; FieldDescriptorProto_Type: typeof _165.FieldDescriptorProto_Type; FieldDescriptorProto_TypeSDKType: typeof _165.FieldDescriptorProto_Type; FieldDescriptorProto_TypeAmino: typeof _165.FieldDescriptorProto_Type; FieldDescriptorProto_Label: typeof _165.FieldDescriptorProto_Label; FieldDescriptorProto_LabelSDKType: typeof _165.FieldDescriptorProto_Label; FieldDescriptorProto_LabelAmino: typeof _165.FieldDescriptorProto_Label; FileOptions_OptimizeMode: typeof _165.FileOptions_OptimizeMode; FileOptions_OptimizeModeSDKType: typeof _165.FileOptions_OptimizeMode; FileOptions_OptimizeModeAmino: typeof _165.FileOptions_OptimizeMode; FieldOptions_CType: typeof _165.FieldOptions_CType; FieldOptions_CTypeSDKType: typeof _165.FieldOptions_CType; FieldOptions_CTypeAmino: typeof _165.FieldOptions_CType; FieldOptions_JSType: typeof _165.FieldOptions_JSType; FieldOptions_JSTypeSDKType: typeof _165.FieldOptions_JSType; FieldOptions_JSTypeAmino: typeof _165.FieldOptions_JSType; MethodOptions_IdempotencyLevel: typeof _165.MethodOptions_IdempotencyLevel; MethodOptions_IdempotencyLevelSDKType: typeof _165.MethodOptions_IdempotencyLevel; MethodOptions_IdempotencyLevelAmino: typeof _165.MethodOptions_IdempotencyLevel; FileDescriptorSet: { typeUrl: string; is(o: any): o is _165.FileDescriptorSet; isSDK(o: any): o is _165.FileDescriptorSetSDKType; isAmino(o: any): o is _165.FileDescriptorSetAmino; encode(message: _165.FileDescriptorSet, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: Uint8Array | import("..").BinaryReader, length?: number): _165.FileDescriptorSet; fromJSON(object: any): _165.FileDescriptorSet; toJSON(message: _165.FileDescriptorSet): unknown; fromPartial(object: { file?: { name?: string; package?: string; dependency?: string[]; publicDependency?: number[]; weakDependency?: number[]; messageType?: { name?: string; field?: { name?: string; number?: number; label?: _165.FieldDescriptorProto_Label; type?: _165.FieldDescriptorProto_Type; typeName?: string; extendee?: string; defaultValue?: string; oneofIndex?: number; jsonName?: string; options?: { ctype?: _165.FieldOptions_CType; packed?: boolean; jstype?: _165.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?: _165.FieldDescriptorProto_Label; type?: _165.FieldDescriptorProto_Type; typeName?: string; extendee?: string; defaultValue?: string; oneofIndex?: number; jsonName?: string; options?: { ctype?: _165.FieldOptions_CType; packed?: boolean; jstype?: _165.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?: _165.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?: _165.FieldDescriptorProto_Label; type?: _165.FieldDescriptorProto_Type; typeName?: string; extendee?: string; defaultValue?: string; oneofIndex?: number; jsonName?: string; options?: { ctype?: _165.FieldOptions_CType; packed?: boolean; jstype?: _165.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?: _165.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; }[]; }): _165.FileDescriptorSet; fromSDK(object: _165.FileDescriptorSetSDKType): _165.FileDescriptorSet; toSDK(message: _165.FileDescriptorSet): _165.FileDescriptorSetSDKType; fromAmino(object: _165.FileDescriptorSetAmino): _165.FileDescriptorSet; toAmino(message: _165.FileDescriptorSet): _165.FileDescriptorSetAmino; fromAminoMsg(object: _165.FileDescriptorSetAminoMsg): _165.FileDescriptorSet; fromProtoMsg(message: _165.FileDescriptorSetProtoMsg): _165.FileDescriptorSet; toProto(message: _165.FileDescriptorSet): Uint8Array; toProtoMsg(message: _165.FileDescriptorSet): _165.FileDescriptorSetProtoMsg; }; FileDescriptorProto: { typeUrl: string; is(o: any): o is _165.FileDescriptorProto; isSDK(o: any): o is _165.FileDescriptorProtoSDKType; isAmino(o: any): o is _165.FileDescriptorProtoAmino; encode(message: _165.FileDescriptorProto, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: Uint8Array | import("..").BinaryReader, length?: number): _165.FileDescriptorProto; fromJSON(object: any): _165.FileDescriptorProto; toJSON(message: _165.FileDescriptorProto): unknown; fromPartial(object: { name?: string; package?: string; dependency?: string[]; publicDependency?: number[]; weakDependency?: number[]; messageType?: { name?: string; field?: { name?: string; number?: number; label?: _165.FieldDescriptorProto_Label; type?: _165.FieldDescriptorProto_Type; typeName?: string; extendee?: string; defaultValue?: string; oneofIndex?: number; jsonName?: string; options?: { ctype?: _165.FieldOptions_CType; packed?: boolean; jstype?: _165.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?: _165.FieldDescriptorProto_Label; type?: _165.FieldDescriptorProto_Type; typeName?: string; extendee?: string; defaultValue?: string; oneofIndex?: number; jsonName?: string; options?: { ctype?: _165.FieldOptions_CType; packed?: boolean; jstype?: _165.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?: _165.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?: _165.FieldDescriptorProto_Label; type?: _165.FieldDescriptorProto_Type; typeName?: string; extendee?: string; defaultValue?: string; oneofIndex?: number; jsonName?: string; options?: { ctype?: _165.FieldOptions_CType; packed?: boolean; jstype?: _165.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?: _165.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; }): _165.FileDescriptorProto; fromSDK(object: _165.FileDescriptorProtoSDKType): _165.FileDescriptorProto; toSDK(message: _165.FileDescriptorProto): _165.FileDescriptorProtoSDKType; fromAmino(object: _165.FileDescriptorProtoAmino): _165.FileDescriptorProto; toAmino(message: _165.FileDescriptorProto): _165.FileDescriptorProtoAmino; fromAminoMsg(object: _165.FileDescriptorProtoAminoMsg): _165.FileDescriptorProto; fromProtoMsg(message: _165.FileDescriptorProtoProtoMsg): _165.FileDescriptorProto; toProto(message: _165.FileDescriptorProto): Uint8Array; toProtoMsg(message: _165.FileDescriptorProto): _165.FileDescriptorProtoProtoMsg; }; DescriptorProto: { typeUrl: string; is(o: any): o is _165.DescriptorProto; isSDK(o: any): o is _165.DescriptorProtoSDKType; isAmino(o: any): o is _165.DescriptorProtoAmino; encode(message: _165.DescriptorProto, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: Uint8Array | import("..").BinaryReader, length?: number): _165.DescriptorProto; fromJSON(object: any): _165.DescriptorProto; toJSON(message: _165.DescriptorProto): unknown; fromPartial(object: { name?: string; field?: { name?: string; number?: number; label?: _165.FieldDescriptorProto_Label; type?: _165.FieldDescriptorProto_Type; typeName?: string; extendee?: string; defaultValue?: string; oneofIndex?: number; jsonName?: string; options?: { ctype?: _165.FieldOptions_CType; packed?: boolean; jstype?: _165.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?: _165.FieldDescriptorProto_Label; type?: _165.FieldDescriptorProto_Type; typeName?: string; extendee?: string; defaultValue?: string; oneofIndex?: number; jsonName?: string; options?: { ctype?: _165.FieldOptions_CType; packed?: boolean; jstype?: _165.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[]; }): _165.DescriptorProto; fromSDK(object: _165.DescriptorProtoSDKType): _165.DescriptorProto; toSDK(message: _165.DescriptorProto): _165.DescriptorProtoSDKType; fromAmino(object: _165.DescriptorProtoAmino): _165.DescriptorProto; toAmino(message: _165.DescriptorProto): _165.DescriptorProtoAmino; fromAminoMsg(object: _165.DescriptorProtoAminoMsg): _165.DescriptorProto; fromProtoMsg(message: _165.DescriptorProtoProtoMsg): _165.DescriptorProto; toProto(message: _165.DescriptorProto): Uint8Array; toProtoMsg(message: _165.DescriptorProto): _165.DescriptorProtoProtoMsg; }; DescriptorProto_ExtensionRange: { typeUrl: string; is(o: any): o is _165.DescriptorProto_ExtensionRange; isSDK(o: any): o is _165.DescriptorProto_ExtensionRangeSDKType; isAmino(o: any): o is _165.DescriptorProto_ExtensionRangeAmino; encode(message: _165.DescriptorProto_ExtensionRange, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: Uint8Array | import("..").BinaryReader, length?: number): _165.DescriptorProto_ExtensionRange; fromJSON(object: any): _165.DescriptorProto_ExtensionRange; toJSON(message: _165.DescriptorProto_ExtensionRange): unknown; 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; }[]; }; }): _165.DescriptorProto_ExtensionRange; fromSDK(object: _165.DescriptorProto_ExtensionRangeSDKType): _165.DescriptorProto_ExtensionRange; toSDK(message: _165.DescriptorProto_ExtensionRange): _165.DescriptorProto_ExtensionRangeSDKType; fromAmino(object: _165.DescriptorProto_ExtensionRangeAmino): _165.DescriptorProto_ExtensionRange; toAmino(message: _165.DescriptorProto_ExtensionRange): _165.DescriptorProto_ExtensionRangeAmino; fromAminoMsg(object: _165.DescriptorProto_ExtensionRangeAminoMsg): _165.DescriptorProto_ExtensionRange; fromProtoMsg(message: _165.DescriptorProto_ExtensionRangeProtoMsg): _165.DescriptorProto_ExtensionRange; toProto(message: _165.DescriptorProto_ExtensionRange): Uint8Array; toProtoMsg(message: _165.DescriptorProto_ExtensionRange): _165.DescriptorProto_ExtensionRangeProtoMsg; }; DescriptorProto_ReservedRange: { typeUrl: string; is(o: any): o is _165.DescriptorProto_ReservedRange; isSDK(o: any): o is _165.DescriptorProto_ReservedRangeSDKType; isAmino(o: any): o is _165.DescriptorProto_ReservedRangeAmino; encode(message: _165.DescriptorProto_ReservedRange, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: Uint8Array | import("..").BinaryReader, length?: number): _165.DescriptorProto_ReservedRange; fromJSON(object: any): _165.DescriptorProto_ReservedRange; toJSON(message: _165.DescriptorProto_ReservedRange): unknown; fromPartial(object: { start?: number; end?: number; }): _165.DescriptorProto_ReservedRange; fromSDK(object: _165.DescriptorProto_ReservedRangeSDKType): _165.DescriptorProto_ReservedRange; toSDK(message: _165.DescriptorProto_ReservedRange): _165.DescriptorProto_ReservedRangeSDKType; fromAmino(object: _165.DescriptorProto_ReservedRangeAmino): _165.DescriptorProto_ReservedRange; toAmino(message: _165.DescriptorProto_ReservedRange): _165.DescriptorProto_ReservedRangeAmino; fromAminoMsg(object: _165.DescriptorProto_ReservedRangeAminoMsg): _165.DescriptorProto_ReservedRange; fromProtoMsg(message: _165.DescriptorProto_ReservedRangeProtoMsg): _165.DescriptorProto_ReservedRange; toProto(message: _165.DescriptorProto_ReservedRange): Uint8Array; toProtoMsg(message: _165.DescriptorProto_ReservedRange): _165.DescriptorProto_ReservedRangeProtoMsg; }; ExtensionRangeOptions: { typeUrl: string; is(o: any): o is _165.ExtensionRangeOptions; isSDK(o: any): o is _165.ExtensionRangeOptionsSDKType; isAmino(o: any): o is _165.ExtensionRangeOptionsAmino; encode(message: _165.ExtensionRangeOptions, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: Uint8Array | import("..").BinaryReader, length?: number): _165.ExtensionRangeOptions; fromJSON(object: any): _165.ExtensionRangeOptions; toJSON(message: _165.ExtensionRangeOptions): unknown; fromPartial(object: { uninterpretedOption?: { name?: { namePart?: string; isExtension?: boolean; }[]; identifierValue?: string; positiveIntValue?: bigint; negativeIntValue?: bigint; doubleValue?: number; stringValue?: Uint8Array; aggregateValue?: string; }[]; }): _165.ExtensionRangeOptions; fromSDK(object: _165.ExtensionRangeOptionsSDKType): _165.ExtensionRangeOptions; toSDK(message: _165.ExtensionRangeOptions): _165.ExtensionRangeOptionsSDKType; fromAmino(object: _165.ExtensionRangeOptionsAmino): _165.ExtensionRangeOptions; toAmino(message: _165.ExtensionRangeOptions): _165.ExtensionRangeOptionsAmino; fromAminoMsg(object: _165.ExtensionRangeOptionsAminoMsg): _165.ExtensionRangeOptions; fromProtoMsg(message: _165.ExtensionRangeOptionsProtoMsg): _165.ExtensionRangeOptions; toProto(message: _165.ExtensionRangeOptions): Uint8Array; toProtoMsg(message: _165.ExtensionRangeOptions): _165.ExtensionRangeOptionsProtoMsg; }; FieldDescriptorProto: { typeUrl: string; is(o: any): o is _165.FieldDescriptorProto; isSDK(o: any): o is _165.FieldDescriptorProtoSDKType; isAmino(o: any): o is _165.FieldDescriptorProtoAmino; encode(message: _165.FieldDescriptorProto, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: Uint8Array | import("..").BinaryReader, length?: number): _165.FieldDescriptorProto; fromJSON(object: any): _165.FieldDescriptorProto; toJSON(message: _165.FieldDescriptorProto): unknown; fromPartial(object: { name?: string; number?: number; label?: _165.FieldDescriptorProto_Label; type?: _165.FieldDescriptorProto_Type; typeName?: string; extendee?: string; defaultValue?: string; oneofIndex?: number; jsonName?: string; options?: { ctype?: _165.FieldOptions_CType; packed?: boolean; jstype?: _165.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; }[]; }; }): _165.FieldDescriptorProto; fromSDK(object: _165.FieldDescriptorProtoSDKType): _165.FieldDescriptorProto; toSDK(message: _165.FieldDescriptorProto): _165.FieldDescriptorProtoSDKType; fromAmino(object: _165.FieldDescriptorProtoAmino): _165.FieldDescriptorProto; toAmino(message: _165.FieldDescriptorProto): _165.FieldDescriptorProtoAmino; fromAminoMsg(object: _165.FieldDescriptorProtoAminoMsg): _165.FieldDescriptorProto; fromProtoMsg(message: _165.FieldDescriptorProtoProtoMsg): _165.FieldDescriptorProto; toProto(message: _165.FieldDescriptorProto): Uint8Array; toProtoMsg(message: _165.FieldDescriptorProto): _165.FieldDescriptorProtoProtoMsg; }; OneofDescriptorProto: { typeUrl: string; is(o: any): o is _165.OneofDescriptorProto; isSDK(o: any): o is _165.OneofDescriptorProtoSDKType; isAmino(o: any): o is _165.OneofDescriptorProtoAmino; encode(message: _165.OneofDescriptorProto, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: Uint8Array | import("..").BinaryReader, length?: number): _165.OneofDescriptorProto; fromJSON(object: any): _165.OneofDescriptorProto; toJSON(message: _165.OneofDescriptorProto): unknown; fromPartial(object: { name?: string; options?: { uninterpretedOption?: { name?: { namePart?: string; isExtension?: boolean; }[]; identifierValue?: string; positiveIntValue?: bigint; negativeIntValue?: bigint; doubleValue?: number; stringValue?: Uint8Array; aggregateValue?: string; }[]; }; }): _165.OneofDescriptorProto; fromSDK(object: _165.OneofDescriptorProtoSDKType): _165.OneofDescriptorProto; toSDK(message: _165.OneofDescriptorProto): _165.OneofDescriptorProtoSDKType; fromAmino(object: _165.OneofDescriptorProtoAmino): _165.OneofDescriptorProto; toAmino(message: _165.OneofDescriptorProto): _165.OneofDescriptorProtoAmino; fromAminoMsg(object: _165.OneofDescriptorProtoAminoMsg): _165.OneofDescriptorProto; fromProtoMsg(message: _165.OneofDescriptorProtoProtoMsg): _165.OneofDescriptorProto; toProto(message: _165.OneofDescriptorProto): Uint8Array; toProtoMsg(message: _165.OneofDescriptorProto): _165.OneofDescriptorProtoProtoMsg; }; EnumDescriptorProto: { typeUrl: string; is(o: any): o is _165.EnumDescriptorProto; isSDK(o: any): o is _165.EnumDescriptorProtoSDKType; isAmino(o: any): o is _165.EnumDescriptorProtoAmino; encode(message: _165.EnumDescriptorProto, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: Uint8Array | import("..").BinaryReader, length?: number): _165.EnumDescriptorProto; fromJSON(object: any): _165.EnumDescriptorProto; toJSON(message: _165.EnumDescriptorProto): unknown; 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[]; }): _165.EnumDescriptorProto; fromSDK(object: _165.EnumDescriptorProtoSDKType): _165.EnumDescriptorProto; toSDK(message: _165.EnumDescriptorProto): _165.EnumDescriptorProtoSDKType; fromAmino(object: _165.EnumDescriptorProtoAmino): _165.EnumDescriptorProto; toAmino(message: _165.EnumDescriptorProto): _165.EnumDescriptorProtoAmino; fromAminoMsg(object: _165.EnumDescriptorProtoAminoMsg): _165.EnumDescriptorProto; fromProtoMsg(message: _165.EnumDescriptorProtoProtoMsg): _165.EnumDescriptorProto; toProto(message: _165.EnumDescriptorProto): Uint8Array; toProtoMsg(message: _165.EnumDescriptorProto): _165.EnumDescriptorProtoProtoMsg; }; EnumDescriptorProto_EnumReservedRange: { typeUrl: string; is(o: any): o is _165.EnumDescriptorProto_EnumReservedRange; isSDK(o: any): o is _165.EnumDescriptorProto_EnumReservedRangeSDKType; isAmino(o: any): o is _165.EnumDescriptorProto_EnumReservedRangeAmino; encode(message: _165.EnumDescriptorProto_EnumReservedRange, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: Uint8Array | import("..").BinaryReader, length?: number): _165.EnumDescriptorProto_EnumReservedRange; fromJSON(object: any): _165.EnumDescriptorProto_EnumReservedRange; toJSON(message: _165.EnumDescriptorProto_EnumReservedRange): unknown; fromPartial(object: { start?: number; end?: number; }): _165.EnumDescriptorProto_EnumReservedRange; fromSDK(object: _165.EnumDescriptorProto_EnumReservedRangeSDKType): _165.EnumDescriptorProto_EnumReservedRange; toSDK(message: _165.EnumDescriptorProto_EnumReservedRange): _165.EnumDescriptorProto_EnumReservedRangeSDKType; fromAmino(object: _165.EnumDescriptorProto_EnumReservedRangeAmino): _165.EnumDescriptorProto_EnumReservedRange; toAmino(message: _165.EnumDescriptorProto_EnumReservedRange): _165.EnumDescriptorProto_EnumReservedRangeAmino; fromAminoMsg(object: _165.EnumDescriptorProto_EnumReservedRangeAminoMsg): _165.EnumDescriptorProto_EnumReservedRange; fromProtoMsg(message: _165.EnumDescriptorProto_EnumReservedRangeProtoMsg): _165.EnumDescriptorProto_EnumReservedRange; toProto(message: _165.EnumDescriptorProto_EnumReservedRange): Uint8Array; toProtoMsg(message: _165.EnumDescriptorProto_EnumReservedRange): _165.EnumDescriptorProto_EnumReservedRangeProtoMsg; }; EnumValueDescriptorProto: { typeUrl: string; is(o: any): o is _165.EnumValueDescriptorProto; isSDK(o: any): o is _165.EnumValueDescriptorProtoSDKType; isAmino(o: any): o is _165.EnumValueDescriptorProtoAmino; encode(message: _165.EnumValueDescriptorProto, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: Uint8Array | import("..").BinaryReader, length?: number): _165.EnumValueDescriptorProto; fromJSON(object: any): _165.EnumValueDescriptorProto; toJSON(message: _165.EnumValueDescriptorProto): unknown; 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; }[]; }; }): _165.EnumValueDescriptorProto; fromSDK(object: _165.EnumValueDescriptorProtoSDKType): _165.EnumValueDescriptorProto; toSDK(message: _165.EnumValueDescriptorProto): _165.EnumValueDescriptorProtoSDKType; fromAmino(object: _165.EnumValueDescriptorProtoAmino): _165.EnumValueDescriptorProto; toAmino(message: _165.EnumValueDescriptorProto): _165.EnumValueDescriptorProtoAmino; fromAminoMsg(object: _165.EnumValueDescriptorProtoAminoMsg): _165.EnumValueDescriptorProto; fromProtoMsg(message: _165.EnumValueDescriptorProtoProtoMsg): _165.EnumValueDescriptorProto; toProto(message: _165.EnumValueDescriptorProto): Uint8Array; toProtoMsg(message: _165.EnumValueDescriptorProto): _165.EnumValueDescriptorProtoProtoMsg; }; ServiceDescriptorProto: { typeUrl: string; is(o: any): o is _165.ServiceDescriptorProto; isSDK(o: any): o is _165.ServiceDescriptorProtoSDKType; isAmino(o: any): o is _165.ServiceDescriptorProtoAmino; encode(message: _165.ServiceDescriptorProto, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: Uint8Array | import("..").BinaryReader, length?: number): _165.ServiceDescriptorProto; fromJSON(object: any): _165.ServiceDescriptorProto; toJSON(message: _165.ServiceDescriptorProto): unknown; fromPartial(object: { name?: string; method?: { name?: string; inputType?: string; outputType?: string; options?: { deprecated?: boolean; idempotencyLevel?: _165.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; }[]; }; }): _165.ServiceDescriptorProto; fromSDK(object: _165.ServiceDescriptorProtoSDKType): _165.ServiceDescriptorProto; toSDK(message: _165.ServiceDescriptorProto): _165.ServiceDescriptorProtoSDKType; fromAmino(object: _165.ServiceDescriptorProtoAmino): _165.ServiceDescriptorProto; toAmino(message: _165.ServiceDescriptorProto): _165.ServiceDescriptorProtoAmino; fromAminoMsg(object: _165.ServiceDescriptorProtoAminoMsg): _165.ServiceDescriptorProto; fromProtoMsg(message: _165.ServiceDescriptorProtoProtoMsg): _165.ServiceDescriptorProto; toProto(message: _165.ServiceDescriptorProto): Uint8Array; toProtoMsg(message: _165.ServiceDescriptorProto): _165.ServiceDescriptorProtoProtoMsg; }; MethodDescriptorProto: { typeUrl: string; is(o: any): o is _165.MethodDescriptorProto; isSDK(o: any): o is _165.MethodDescriptorProtoSDKType; isAmino(o: any): o is _165.MethodDescriptorProtoAmino; encode(message: _165.MethodDescriptorProto, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: Uint8Array | import("..").BinaryReader, length?: number): _165.MethodDescriptorProto; fromJSON(object: any): _165.MethodDescriptorProto; toJSON(message: _165.MethodDescriptorProto): unknown; fromPartial(object: { name?: string; inputType?: string; outputType?: string; options?: { deprecated?: boolean; idempotencyLevel?: _165.MethodOptions_IdempotencyLevel; uninterpretedOption?: { name?: { namePart?: string; isExtension?: boolean; }[]; identifierValue?: string; positiveIntValue?: bigint; negativeIntValue?: bigint; doubleValue?: number; stringValue?: Uint8Array; aggregateValue?: string; }[]; }; clientStreaming?: boolean; serverStreaming?: boolean; }): _165.MethodDescriptorProto; fromSDK(object: _165.MethodDescriptorProtoSDKType): _165.MethodDescriptorProto; toSDK(message: _165.MethodDescriptorProto): _165.MethodDescriptorProtoSDKType; fromAmino(object: _165.MethodDescriptorProtoAmino): _165.MethodDescriptorProto; toAmino(message: _165.MethodDescriptorProto): _165.MethodDescriptorProtoAmino; fromAminoMsg(object: _165.MethodDescriptorProtoAminoMsg): _165.MethodDescriptorProto; fromProtoMsg(message: _165.MethodDescriptorProtoProtoMsg): _165.MethodDescriptorProto; toProto(message: _165.MethodDescriptorProto): Uint8Array; toProtoMsg(message: _165.MethodDescriptorProto): _165.MethodDescriptorProtoProtoMsg; }; FileOptions: { typeUrl: string; is(o: any): o is _165.FileOptions; isSDK(o: any): o is _165.FileOptionsSDKType; isAmino(o: any): o is _165.FileOptionsAmino; encode(message: _165.FileOptions, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: Uint8Array | import("..").BinaryReader, length?: number): _165.FileOptions; fromJSON(object: any): _165.FileOptions; toJSON(message: _165.FileOptions): unknown; fromPartial(object: { javaPackage?: string; javaOuterClassname?: string; javaMultipleFiles?: boolean; javaGenerateEqualsAndHash?: boolean; javaStringCheckUtf8?: boolean; optimizeFor?: _165.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; }[]; }): _165.FileOptions; fromSDK(object: _165.FileOptionsSDKType): _165.FileOptions; toSDK(message: _165.FileOptions): _165.FileOptionsSDKType; fromAmino(object: _165.FileOptionsAmino): _165.FileOptions; toAmino(message: _165.FileOptions): _165.FileOptionsAmino; fromAminoMsg(object: _165.FileOptionsAminoMsg): _165.FileOptions; fromProtoMsg(message: _165.FileOptionsProtoMsg): _165.FileOptions; toProto(message: _165.FileOptions): Uint8Array; toProtoMsg(message: _165.FileOptions): _165.FileOptionsProtoMsg; }; MessageOptions: { typeUrl: string; is(o: any): o is _165.MessageOptions; isSDK(o: any): o is _165.MessageOptionsSDKType; isAmino(o: any): o is _165.MessageOptionsAmino; encode(message: _165.MessageOptions, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: Uint8Array | import("..").BinaryReader, length?: number): _165.MessageOptions; fromJSON(object: any): _165.MessageOptions; toJSON(message: _165.MessageOptions): unknown; 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; }[]; }): _165.MessageOptions; fromSDK(object: _165.MessageOptionsSDKType): _165.MessageOptions; toSDK(message: _165.MessageOptions): _165.MessageOptionsSDKType; fromAmino(object: _165.MessageOptionsAmino): _165.MessageOptions; toAmino(message: _165.MessageOptions): _165.MessageOptionsAmino; fromAminoMsg(object: _165.MessageOptionsAminoMsg): _165.MessageOptions; fromProtoMsg(message: _165.MessageOptionsProtoMsg): _165.MessageOptions; toProto(message: _165.MessageOptions): Uint8Array; toProtoMsg(message: _165.MessageOptions): _165.MessageOptionsProtoMsg; }; FieldOptions: { typeUrl: string; is(o: any): o is _165.FieldOptions; isSDK(o: any): o is _165.FieldOptionsSDKType; isAmino(o: any): o is _165.FieldOptionsAmino; encode(message: _165.FieldOptions, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: Uint8Array | import("..").BinaryReader, length?: number): _165.FieldOptions; fromJSON(object: any): _165.FieldOptions; toJSON(message: _165.FieldOptions): unknown; fromPartial(object: { ctype?: _165.FieldOptions_CType; packed?: boolean; jstype?: _165.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; }[]; }): _165.FieldOptions; fromSDK(object: _165.FieldOptionsSDKType): _165.FieldOptions; toSDK(message: _165.FieldOptions): _165.FieldOptionsSDKType; fromAmino(object: _165.FieldOptionsAmino): _165.FieldOptions; toAmino(message: _165.FieldOptions): _165.FieldOptionsAmino; fromAminoMsg(object: _165.FieldOptionsAminoMsg): _165.FieldOptions; fromProtoMsg(message: _165.FieldOptionsProtoMsg): _165.FieldOptions; toProto(message: _165.FieldOptions): Uint8Array; toProtoMsg(message: _165.FieldOptions): _165.FieldOptionsProtoMsg; }; OneofOptions: { typeUrl: string; is(o: any): o is _165.OneofOptions; isSDK(o: any): o is _165.OneofOptionsSDKType; isAmino(o: any): o is _165.OneofOptionsAmino; encode(message: _165.OneofOptions, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: Uint8Array | import("..").BinaryReader, length?: number): _165.OneofOptions; fromJSON(object: any): _165.OneofOptions; toJSON(message: _165.OneofOptions): unknown; fromPartial(object: { uninterpretedOption?: { name?: { namePart?: string; isExtension?: boolean; }[]; identifierValue?: string; positiveIntValue?: bigint; negativeIntValue?: bigint; doubleValue?: number; stringValue?: Uint8Array; aggregateValue?: string; }[]; }): _165.OneofOptions; fromSDK(object: _165.OneofOptionsSDKType): _165.OneofOptions; toSDK(message: _165.OneofOptions): _165.OneofOptionsSDKType; fromAmino(object: _165.OneofOptionsAmino): _165.OneofOptions; toAmino(message: _165.OneofOptions): _165.OneofOptionsAmino; fromAminoMsg(object: _165.OneofOptionsAminoMsg): _165.OneofOptions; fromProtoMsg(message: _165.OneofOptionsProtoMsg): _165.OneofOptions; toProto(message: _165.OneofOptions): Uint8Array; toProtoMsg(message: _165.OneofOptions): _165.OneofOptionsProtoMsg; }; EnumOptions: { typeUrl: string; is(o: any): o is _165.EnumOptions; isSDK(o: any): o is _165.EnumOptionsSDKType; isAmino(o: any): o is _165.EnumOptionsAmino; encode(message: _165.EnumOptions, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: Uint8Array | import("..").BinaryReader, length?: number): _165.EnumOptions; fromJSON(object: any): _165.EnumOptions; toJSON(message: _165.EnumOptions): unknown; fromPartial(object: { allowAlias?: boolean; deprecated?: boolean; uninterpretedOption?: { name?: { namePart?: string; isExtension?: boolean; }[]; identifierValue?: string; positiveIntValue?: bigint; negativeIntValue?: bigint; doubleValue?: number; stringValue?: Uint8Array; aggregateValue?: string; }[]; }): _165.EnumOptions; fromSDK(object: _165.EnumOptionsSDKType): _165.EnumOptions; toSDK(message: _165.EnumOptions): _165.EnumOptionsSDKType; fromAmino(object: _165.EnumOptionsAmino): _165.EnumOptions; toAmino(message: _165.EnumOptions): _165.EnumOptionsAmino; fromAminoMsg(object: _165.EnumOptionsAminoMsg): _165.EnumOptions; fromProtoMsg(message: _165.EnumOptionsProtoMsg): _165.EnumOptions; toProto(message: _165.EnumOptions): Uint8Array; toProtoMsg(message: _165.EnumOptions): _165.EnumOptionsProtoMsg; }; EnumValueOptions: { typeUrl: string; is(o: any): o is _165.EnumValueOptions; isSDK(o: any): o is _165.EnumValueOptionsSDKType; isAmino(o: any): o is _165.EnumValueOptionsAmino; encode(message: _165.EnumValueOptions, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: Uint8Array | import("..").BinaryReader, length?: number): _165.EnumValueOptions; fromJSON(object: any): _165.EnumValueOptions; toJSON(message: _165.EnumValueOptions): unknown; fromPartial(object: { deprecated?: boolean; uninterpretedOption?: { name?: { namePart?: string; isExtension?: boolean; }[]; identifierValue?: string; positiveIntValue?: bigint; negativeIntValue?: bigint; doubleValue?: number; stringValue?: Uint8Array; aggregateValue?: string; }[]; }): _165.EnumValueOptions; fromSDK(object: _165.EnumValueOptionsSDKType): _165.EnumValueOptions; toSDK(message: _165.EnumValueOptions): _165.EnumValueOptionsSDKType; fromAmino(object: _165.EnumValueOptionsAmino): _165.EnumValueOptions; toAmino(message: _165.EnumValueOptions): _165.EnumValueOptionsAmino; fromAminoMsg(object: _165.EnumValueOptionsAminoMsg): _165.EnumValueOptions; fromProtoMsg(message: _165.EnumValueOptionsProtoMsg): _165.EnumValueOptions; toProto(message: _165.EnumValueOptions): Uint8Array; toProtoMsg(message: _165.EnumValueOptions): _165.EnumValueOptionsProtoMsg; }; ServiceOptions: { typeUrl: string; is(o: any): o is _165.ServiceOptions; isSDK(o: any): o is _165.ServiceOptionsSDKType; isAmino(o: any): o is _165.ServiceOptionsAmino; encode(message: _165.ServiceOptions, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: Uint8Array | import("..").BinaryReader, length?: number): _165.ServiceOptions; fromJSON(object: any): _165.ServiceOptions; toJSON(message: _165.ServiceOptions): unknown; fromPartial(object: { deprecated?: boolean; uninterpretedOption?: { name?: { namePart?: string; isExtension?: boolean; }[]; identifierValue?: string; positiveIntValue?: bigint; negativeIntValue?: bigint; doubleValue?: number; stringValue?: Uint8Array; aggregateValue?: string; }[]; }): _165.ServiceOptions; fromSDK(object: _165.ServiceOptionsSDKType): _165.ServiceOptions; toSDK(message: _165.ServiceOptions): _165.ServiceOptionsSDKType; fromAmino(object: _165.ServiceOptionsAmino): _165.ServiceOptions; toAmino(message: _165.ServiceOptions): _165.ServiceOptionsAmino; fromAminoMsg(object: _165.ServiceOptionsAminoMsg): _165.ServiceOptions; fromProtoMsg(message: _165.ServiceOptionsProtoMsg): _165.ServiceOptions; toProto(message: _165.ServiceOptions): Uint8Array; toProtoMsg(message: _165.ServiceOptions): _165.ServiceOptionsProtoMsg; }; MethodOptions: { typeUrl: string; is(o: any): o is _165.MethodOptions; isSDK(o: any): o is _165.MethodOptionsSDKType; isAmino(o: any): o is _165.MethodOptionsAmino; encode(message: _165.MethodOptions, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: Uint8Array | import("..").BinaryReader, length?: number): _165.MethodOptions; fromJSON(object: any): _165.MethodOptions; toJSON(message: _165.MethodOptions): unknown; fromPartial(object: { deprecated?: boolean; idempotencyLevel?: _165.MethodOptions_IdempotencyLevel; uninterpretedOption?: { name?: { namePart?: string; isExtension?: boolean; }[]; identifierValue?: string; positiveIntValue?: bigint; negativeIntValue?: bigint; doubleValue?: number; stringValue?: Uint8Array; aggregateValue?: string; }[]; }): _165.MethodOptions; fromSDK(object: _165.MethodOptionsSDKType): _165.MethodOptions; toSDK(message: _165.MethodOptions): _165.MethodOptionsSDKType; fromAmino(object: _165.MethodOptionsAmino): _165.MethodOptions; toAmino(message: _165.MethodOptions): _165.MethodOptionsAmino; fromAminoMsg(object: _165.MethodOptionsAminoMsg): _165.MethodOptions; fromProtoMsg(message: _165.MethodOptionsProtoMsg): _165.MethodOptions; toProto(message: _165.MethodOptions): Uint8Array; toProtoMsg(message: _165.MethodOptions): _165.MethodOptionsProtoMsg; }; UninterpretedOption: { typeUrl: string; is(o: any): o is _165.UninterpretedOption; isSDK(o: any): o is _165.UninterpretedOptionSDKType; isAmino(o: any): o is _165.UninterpretedOptionAmino; encode(message: _165.UninterpretedOption, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: Uint8Array | import("..").BinaryReader, length?: number): _165.UninterpretedOption; fromJSON(object: any): _165.UninterpretedOption; toJSON(message: _165.UninterpretedOption): unknown; fromPartial(object: { name?: { namePart?: string; isExtension?: boolean; }[]; identifierValue?: string; positiveIntValue?: bigint; negativeIntValue?: bigint; doubleValue?: number; stringValue?: Uint8Array; aggregateValue?: string; }): _165.UninterpretedOption; fromSDK(object: _165.UninterpretedOptionSDKType): _165.UninterpretedOption; toSDK(message: _165.UninterpretedOption): _165.UninterpretedOptionSDKType; fromAmino(object: _165.UninterpretedOptionAmino): _165.UninterpretedOption; toAmino(message: _165.UninterpretedOption): _165.UninterpretedOptionAmino; fromAminoMsg(object: _165.UninterpretedOptionAminoMsg): _165.UninterpretedOption; fromProtoMsg(message: _165.UninterpretedOptionProtoMsg): _165.UninterpretedOption; toProto(message: _165.UninterpretedOption): Uint8Array; toProtoMsg(message: _165.UninterpretedOption): _165.UninterpretedOptionProtoMsg; }; UninterpretedOption_NamePart: { typeUrl: string; is(o: any): o is _165.UninterpretedOption_NamePart; isSDK(o: any): o is _165.UninterpretedOption_NamePartSDKType; isAmino(o: any): o is _165.UninterpretedOption_NamePartAmino; encode(message: _165.UninterpretedOption_NamePart, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: Uint8Array | import("..").BinaryReader, length?: number): _165.UninterpretedOption_NamePart; fromJSON(object: any): _165.UninterpretedOption_NamePart; toJSON(message: _165.UninterpretedOption_NamePart): unknown; fromPartial(object: { namePart?: string; isExtension?: boolean; }): _165.UninterpretedOption_NamePart; fromSDK(object: _165.UninterpretedOption_NamePartSDKType): _165.UninterpretedOption_NamePart; toSDK(message: _165.UninterpretedOption_NamePart): _165.UninterpretedOption_NamePartSDKType; fromAmino(object: _165.UninterpretedOption_NamePartAmino): _165.UninterpretedOption_NamePart; toAmino(message: _165.UninterpretedOption_NamePart): _165.UninterpretedOption_NamePartAmino; fromAminoMsg(object: _165.UninterpretedOption_NamePartAminoMsg): _165.UninterpretedOption_NamePart; fromProtoMsg(message: _165.UninterpretedOption_NamePartProtoMsg): _165.UninterpretedOption_NamePart; toProto(message: _165.UninterpretedOption_NamePart): Uint8Array; toProtoMsg(message: _165.UninterpretedOption_NamePart): _165.UninterpretedOption_NamePartProtoMsg; }; SourceCodeInfo: { typeUrl: string; is(o: any): o is _165.SourceCodeInfo; isSDK(o: any): o is _165.SourceCodeInfoSDKType; isAmino(o: any): o is _165.SourceCodeInfoAmino; encode(message: _165.SourceCodeInfo, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: Uint8Array | import("..").BinaryReader, length?: number): _165.SourceCodeInfo; fromJSON(object: any): _165.SourceCodeInfo; toJSON(message: _165.SourceCodeInfo): unknown; fromPartial(object: { location?: { path?: number[]; span?: number[]; leadingComments?: string; trailingComments?: string; leadingDetachedComments?: string[]; }[]; }): _165.SourceCodeInfo; fromSDK(object: _165.SourceCodeInfoSDKType): _165.SourceCodeInfo; toSDK(message: _165.SourceCodeInfo): _165.SourceCodeInfoSDKType; fromAmino(object: _165.SourceCodeInfoAmino): _165.SourceCodeInfo; toAmino(message: _165.SourceCodeInfo): _165.SourceCodeInfoAmino; fromAminoMsg(object: _165.SourceCodeInfoAminoMsg): _165.SourceCodeInfo; fromProtoMsg(message: _165.SourceCodeInfoProtoMsg): _165.SourceCodeInfo; toProto(message: _165.SourceCodeInfo): Uint8Array; toProtoMsg(message: _165.SourceCodeInfo): _165.SourceCodeInfoProtoMsg; }; SourceCodeInfo_Location: { typeUrl: string; is(o: any): o is _165.SourceCodeInfo_Location; isSDK(o: any): o is _165.SourceCodeInfo_LocationSDKType; isAmino(o: any): o is _165.SourceCodeInfo_LocationAmino; encode(message: _165.SourceCodeInfo_Location, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: Uint8Array | import("..").BinaryReader, length?: number): _165.SourceCodeInfo_Location; fromJSON(object: any): _165.SourceCodeInfo_Location; toJSON(message: _165.SourceCodeInfo_Location): unknown; fromPartial(object: { path?: number[]; span?: number[]; leadingComments?: string; trailingComments?: string; leadingDetachedComments?: string[]; }): _165.SourceCodeInfo_Location; fromSDK(object: _165.SourceCodeInfo_LocationSDKType): _165.SourceCodeInfo_Location; toSDK(message: _165.SourceCodeInfo_Location): _165.SourceCodeInfo_LocationSDKType; fromAmino(object: _165.SourceCodeInfo_LocationAmino): _165.SourceCodeInfo_Location; toAmino(message: _165.SourceCodeInfo_Location): _165.SourceCodeInfo_LocationAmino; fromAminoMsg(object: _165.SourceCodeInfo_LocationAminoMsg): _165.SourceCodeInfo_Location; fromProtoMsg(message: _165.SourceCodeInfo_LocationProtoMsg): _165.SourceCodeInfo_Location; toProto(message: _165.SourceCodeInfo_Location): Uint8Array; toProtoMsg(message: _165.SourceCodeInfo_Location): _165.SourceCodeInfo_LocationProtoMsg; }; GeneratedCodeInfo: { typeUrl: string; is(o: any): o is _165.GeneratedCodeInfo; isSDK(o: any): o is _165.GeneratedCodeInfoSDKType; isAmino(o: any): o is _165.GeneratedCodeInfoAmino; encode(message: _165.GeneratedCodeInfo, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: Uint8Array | import("..").BinaryReader, length?: number): _165.GeneratedCodeInfo; fromJSON(object: any): _165.GeneratedCodeInfo; toJSON(message: _165.GeneratedCodeInfo): unknown; fromPartial(object: { annotation?: { path?: number[]; sourceFile?: string; begin?: number; end?: number; }[]; }): _165.GeneratedCodeInfo; fromSDK(object: _165.GeneratedCodeInfoSDKType): _165.GeneratedCodeInfo; toSDK(message: _165.GeneratedCodeInfo): _165.GeneratedCodeInfoSDKType; fromAmino(object: _165.GeneratedCodeInfoAmino): _165.GeneratedCodeInfo; toAmino(message: _165.GeneratedCodeInfo): _165.GeneratedCodeInfoAmino; fromAminoMsg(object: _165.GeneratedCodeInfoAminoMsg): _165.GeneratedCodeInfo; fromProtoMsg(message: _165.GeneratedCodeInfoProtoMsg): _165.GeneratedCodeInfo; toProto(message: _165.GeneratedCodeInfo): Uint8Array; toProtoMsg(message: _165.GeneratedCodeInfo): _165.GeneratedCodeInfoProtoMsg; }; GeneratedCodeInfo_Annotation: { typeUrl: string; is(o: any): o is _165.GeneratedCodeInfo_Annotation; isSDK(o: any): o is _165.GeneratedCodeInfo_AnnotationSDKType; isAmino(o: any): o is _165.GeneratedCodeInfo_AnnotationAmino; encode(message: _165.GeneratedCodeInfo_Annotation, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: Uint8Array | import("..").BinaryReader, length?: number): _165.GeneratedCodeInfo_Annotation; fromJSON(object: any): _165.GeneratedCodeInfo_Annotation; toJSON(message: _165.GeneratedCodeInfo_Annotation): unknown; fromPartial(object: { path?: number[]; sourceFile?: string; begin?: number; end?: number; }): _165.GeneratedCodeInfo_Annotation; fromSDK(object: _165.GeneratedCodeInfo_AnnotationSDKType): _165.GeneratedCodeInfo_Annotation; toSDK(message: _165.GeneratedCodeInfo_Annotation): _165.GeneratedCodeInfo_AnnotationSDKType; fromAmino(object: _165.GeneratedCodeInfo_AnnotationAmino): _165.GeneratedCodeInfo_Annotation; toAmino(message: _165.GeneratedCodeInfo_Annotation): _165.GeneratedCodeInfo_AnnotationAmino; fromAminoMsg(object: _165.GeneratedCodeInfo_AnnotationAminoMsg): _165.GeneratedCodeInfo_Annotation; fromProtoMsg(message: _165.GeneratedCodeInfo_AnnotationProtoMsg): _165.GeneratedCodeInfo_Annotation; toProto(message: _165.GeneratedCodeInfo_Annotation): Uint8Array; toProtoMsg(message: _165.GeneratedCodeInfo_Annotation): _165.GeneratedCodeInfo_AnnotationProtoMsg; }; Any: { typeUrl: string; is(o: any): o is _164.Any; isSDK(o: any): o is _164.AnySDKType; isAmino(o: any): o is _164.AnyAmino; encode(message: _164.Any, writer?: import("..").BinaryWriter): import("..").BinaryWriter; decode(input: Uint8Array | import("..").BinaryReader, length?: number): _164.Any; fromJSON(object: any): _164.Any; toJSON(message: _164.Any): unknown; fromPartial(object: { $typeUrl?: string; typeUrl?: string; value?: Uint8Array; }): _164.Any; fromSDK(object: _164.AnySDKType): _164.Any; toSDK(message: _164.Any): _164.AnySDKType; fromAmino(object: _164.AnyAmino): _164.Any; toAmino(message: _164.Any): _164.AnyAmino; fromAminoMsg(object: _164.AnyAminoMsg): _164.Any; fromProtoMsg(message: _164.AnyProtoMsg): _164.Any; toProto(message: _164.Any): Uint8Array; toProtoMsg(message: _164.Any): _164.AnyProtoMsg; }; }; }