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