import { IRelatedApp } from './types/types'; export default class Utils { static isAppleMobile(): boolean; static isStandalone(): boolean; static getInstalledRelatedApps(): Promise; static isRelatedAppsInstalled(): Promise; static eventInstalledSuccess(_element: Element): void; static eventInstalledFail(_element: Element): void; static eventUserChoiceResult(_element: Element, message: string): void; static eventInstallAvailable(_element: Element): void; }