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