declare global { interface Navigator { standalone?: boolean; } } declare const isPwaInstalled: () => boolean; export default isPwaInstalled;