/*! isStandalonePWA 0.1.1 Detect if PWA is running in standalone mode https://github.com/faisalman/is-standalone-pwa Author: Faisal Salman MIT License */ export declare function isStandalonePWA(): boolean;