declare global { interface Document { webkitExitFullscreen?: () => Promise; webkitFullscreenElement?: Element; } interface HTMLElement { webkitRequestFullscreen?: () => Promise; } } declare module 'exif-reader'; declare module 'photoswipe-dynamic-caption-plugin'; declare module 'photoswipe-video-plugin';