declare function jsonp(url: string, options: { key?: string, timeout?: number }): Promise; export default jsonp;