declare module 'isomorphic-fetch' { export default function fetch(url: string, opts: any): Promise; }