export declare function request({ url, device, headers, ...otherOptions }?: { url?: string; device?: string; headers?: {}; }): Promise; export declare function doRequest(url: any, { device, headers, ...otherOptions }?: { device?: string; headers?: {}; }): Promise; export declare function handleResp(resolve: any, reject: any, error: any, resp: any, body: any): void; export declare function normalRequest({ url, device, headers }: { url: any; device?: string; headers?: {}; }): Promise; export declare function proxyRequest({ url, device }: { url: any; device?: string; }): Promise; export declare function proxyCrawlRequest({ url, device }: { url: any; device?: string; }): Promise; //# sourceMappingURL=request.d.ts.map