import * as fetchJsonp from 'fetch-jsonp'; export default function jsonp(url: string, config?: fetchJsonp.Options, fetchInterceptor?: {}): Promise;