import { Type as MethodOptions } from "./MethodOptions"; export declare namespace $.google.protobuf { interface MethodDescriptorProto { name?: string; inputType?: string; outputType?: string; options?: MethodOptions; clientStreaming?: boolean; serverStreaming?: boolean; } } export declare type Type = $.google.protobuf.MethodDescriptorProto; export declare function getDefaultValue(): $.google.protobuf.MethodDescriptorProto; export declare function createValue(partialValue: Partial<$.google.protobuf.MethodDescriptorProto>): $.google.protobuf.MethodDescriptorProto; export declare function encodeJson(value: $.google.protobuf.MethodDescriptorProto): unknown; export declare function decodeJson(value: any): $.google.protobuf.MethodDescriptorProto; export declare function encodeBinary(value: $.google.protobuf.MethodDescriptorProto): Uint8Array; export declare function decodeBinary(binary: Uint8Array): $.google.protobuf.MethodDescriptorProto; //# sourceMappingURL=MethodDescriptorProto.d.ts.map