import * as Got from 'got'; export declare function scpaping(url: string, opts?: { lang?: string; }): Promise<{ body: string; $: CheerioStatic; response: Got.Response; }>; export declare function get(url: string): Promise; export declare function head(url: string): Promise>;