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