import { Type as Option } from "./Option"; import { Type as Syntax } from "./Syntax"; export declare namespace $.google.protobuf { interface Method { name: string; requestTypeUrl: string; requestStreaming: boolean; responseTypeUrl: string; responseStreaming: boolean; options: Option[]; syntax: Syntax; } } export declare type Type = $.google.protobuf.Method; export declare function getDefaultValue(): $.google.protobuf.Method; export declare function createValue(partialValue: Partial<$.google.protobuf.Method>): $.google.protobuf.Method; export declare function encodeJson(value: $.google.protobuf.Method): unknown; export declare function decodeJson(value: any): $.google.protobuf.Method; export declare function encodeBinary(value: $.google.protobuf.Method): Uint8Array; export declare function decodeBinary(binary: Uint8Array): $.google.protobuf.Method; //# sourceMappingURL=Method.d.ts.map