export declare const protobufPackage = "AcFunDanmu"; export declare enum ChatMediaType { UNKNOWN = 0, AUDIO = 1, VIDEO = 2, UNRECOGNIZED = -1 } export declare function chatMediaTypeFromJSON(object: any): ChatMediaType; export declare function chatMediaTypeToJSON(object: ChatMediaType): string;