import { IMangaResponse } from '../Types'; export declare const parseMangaInfo: (data: string) => IMangaResponse;