declare interface Window { URL: typeof URL, webkitURL: typeof URL } declare var window: Window;