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