declare module "fetch-with-proxy" { import nodeFetch from "node-fetch"; export = nodeFetch; }