export declare namespace $.google.protobuf { type Syntax = "SYNTAX_PROTO2" | "SYNTAX_PROTO3"; } export declare type Type = $.google.protobuf.Syntax; export declare const num2name: { readonly 0: "SYNTAX_PROTO2"; readonly 1: "SYNTAX_PROTO3"; }; export declare const name2num: { readonly SYNTAX_PROTO2: 0; readonly SYNTAX_PROTO3: 1; }; //# sourceMappingURL=Syntax.d.ts.map