export declare namespace $.google.protobuf { interface UInt32Value { value: number; } } export declare type Type = $.google.protobuf.UInt32Value; export declare function getDefaultValue(): $.google.protobuf.UInt32Value; export declare function createValue(partialValue: Partial<$.google.protobuf.UInt32Value>): $.google.protobuf.UInt32Value; export declare function encodeJson(value: $.google.protobuf.UInt32Value): unknown; export declare function decodeJson(value: any): $.google.protobuf.UInt32Value; export declare function encodeBinary(value: $.google.protobuf.UInt32Value): Uint8Array; export declare function decodeBinary(binary: Uint8Array): $.google.protobuf.UInt32Value; //# sourceMappingURL=UInt32Value.d.ts.map