declare module 'get-json' { function getJSON(url: string): Promise; export = getJSON; }