export declare const getReqInstance: (config: any) => import("./WxRequest").WxRequest | import("./WebFetch").WebFetch | undefined;
