MethodDescriptorProto: {
    typeUrl: string;
    decode(input: Uint8Array | BinaryReader, length?: number): MethodDescriptorProto;
    encode(message: MethodDescriptorProto, writer?: BinaryWriter): BinaryWriter;
    fromAmino(object: MethodDescriptorProtoAmino): MethodDescriptorProto;
    fromAminoMsg(object: MethodDescriptorProtoAminoMsg): MethodDescriptorProto;
    fromPartial(object: {
        clientStreaming?: boolean;
        inputType?: string;
        name?: string;
        options?: {
            deprecated?: boolean;
            idempotencyLevel?: MethodOptions_IdempotencyLevel;
            uninterpretedOption?: {
                aggregateValue?: string;
                doubleValue?: number;
                identifierValue?: string;
                name?: {
                    isExtension?: (...) | (...) | (...);
                    namePart?: (...) | (...);
                }[];
                negativeIntValue?: bigint;
                positiveIntValue?: bigint;
                stringValue?: Uint8Array;
            }[];
        };
        outputType?: string;
        serverStreaming?: boolean;
    }): MethodDescriptorProto;
    fromProtoMsg(message: MethodDescriptorProtoProtoMsg): MethodDescriptorProto;
    toAmino(message: MethodDescriptorProto): MethodDescriptorProtoAmino;
    toProto(message: MethodDescriptorProto): Uint8Array;
    toProtoMsg(message: MethodDescriptorProto): MethodDescriptorProtoProtoMsg;
}