declare module "node-fetch" { function fetch(url: string, options: any): Promise; export default fetch; }