import { Writer, Reader } from 'protobufjs/minimal'; export interface ZtLiveUserIdentity { managerType: ZtLiveUserIdentity_ManagerType; } export declare const protobufPackage = "AcFunDanmu"; export declare enum ZtLiveUserIdentity_ManagerType { UNKNOWN_MANAGER_TYPE = 0, NORMAL = 1, UNRECOGNIZED = -1 } export declare function ztLiveUserIdentity_ManagerTypeFromJSON(object: any): ZtLiveUserIdentity_ManagerType; export declare function ztLiveUserIdentity_ManagerTypeToJSON(object: ZtLiveUserIdentity_ManagerType): string; export declare const ZtLiveUserIdentity: { encode(message: ZtLiveUserIdentity, writer?: Writer): Writer; decode(input: Uint8Array | Reader, length?: number): ZtLiveUserIdentity; fromJSON(object: any): ZtLiveUserIdentity; fromPartial(object: DeepPartial): ZtLiveUserIdentity; toJSON(message: ZtLiveUserIdentity): 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 {};