export function jsonp(url: string, callback: () => void, opt_errback?: () => void, opt_callbackParam?: string): void;