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