import { ZtLiveNotifySignalItem } from './ZtLiveNotifySignalItem'; import { Writer, Reader } from 'protobufjs/minimal'; export interface ZtLiveScNotifySignal { item: ZtLiveNotifySignalItem[]; } export declare const protobufPackage = "AcFunDanmu"; export declare const ZtLiveScNotifySignal: { encode(message: ZtLiveScNotifySignal, writer?: Writer): Writer; decode(input: Uint8Array | Reader, length?: number): ZtLiveScNotifySignal; fromJSON(object: any): ZtLiveScNotifySignal; fromPartial(object: DeepPartial): ZtLiveScNotifySignal; toJSON(message: ZtLiveScNotifySignal): 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 {};