/** * Checks if the current app instance is from the phone application */ declare const isPhoneApp: () => boolean; export default isPhoneApp;