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