import { YoutubeRawData } from "../../common"; import { Reply } from "./Reply"; export declare class ReplyParser { static loadReply(target: Reply, data: YoutubeRawData): Reply; }