import { IDoujinInfo } from './Doujin'; declare const parse: (text: string, link: string) => IDoujinInfo; export default parse;