import { ZtLiveUserInfo } from './ZtLiveUserInfo'; import * as Long from 'long'; import { Writer, Reader } from 'protobufjs/minimal'; export interface CommonActionSignalUserFollowAuthor { userInfo: ZtLiveUserInfo | undefined; sendTimeMs: Long; } export declare const protobufPackage = "AcFunDanmu"; export declare const CommonActionSignalUserFollowAuthor: { encode(message: CommonActionSignalUserFollowAuthor, writer?: Writer): Writer; decode(input: Uint8Array | Reader, length?: number): CommonActionSignalUserFollowAuthor; fromJSON(object: any): CommonActionSignalUserFollowAuthor; fromPartial(object: DeepPartial): CommonActionSignalUserFollowAuthor; toJSON(message: CommonActionSignalUserFollowAuthor): unknown; }; declare type Builtin = Date | Function | Uint8Array | string | number | undefined; export declare type DeepPartial = T extends Builtin ? T : T extends Array ? Array> : T extends ReadonlyArray ? ReadonlyArray> : T extends {} ? { [K in keyof T]?: DeepPartial; } : Partial; export {};