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