import type { ParsingResult } from '../types';
export declare const crawl: (word: string) => Promise<string>;
export declare const parse: (html: string) => ParsingResult;
