export declare const crawl: (url: string) => Promise<any>;
