import { Message, proto3, type BinaryReadOptions, type FieldList, type JsonReadOptions, type JsonValue, type PartialMessage, type PlainMessage } from '@bufbuild/protobuf'; /** * Time represents a time stamp in nanoseconds. In go, use logutil library * to convert times. * * @generated from message vttime.Time */ export declare class Time extends Message