import { Type as NamePart } from "./(UninterpretedOption)/NamePart"; export declare namespace $.google.protobuf { interface UninterpretedOption { name: NamePart[]; identifierValue?: string; positiveIntValue?: string; negativeIntValue?: string; doubleValue?: number; stringValue?: Uint8Array; aggregateValue?: string; } } export declare type Type = $.google.protobuf.UninterpretedOption; export declare function getDefaultValue(): $.google.protobuf.UninterpretedOption; export declare function createValue(partialValue: Partial<$.google.protobuf.UninterpretedOption>): $.google.protobuf.UninterpretedOption; export declare function encodeJson(value: $.google.protobuf.UninterpretedOption): unknown; export declare function decodeJson(value: any): $.google.protobuf.UninterpretedOption; export declare function encodeBinary(value: $.google.protobuf.UninterpretedOption): Uint8Array; export declare function decodeBinary(binary: Uint8Array): $.google.protobuf.UninterpretedOption; //# sourceMappingURL=UninterpretedOption.d.ts.map