import { ProtobufType } from '../../ProtobufType'; import { TProtobufField } from '../../TProtobufField'; import Long = require('long'); export type TInt64ValueIn = { value: number; }; export type TInt64ValueOut = { value: Long; }; export declare class Int64Value extends ProtobufType { protected fields(): TProtobufField[]; }