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