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