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