// @flow declare module.exports: { jailBrokenMessage: () => string, isJailBroken: () => boolean, androidRootedDetectionMethods?: { rootBeer: { detectRootManagementApps: boolean; detectPotentiallyDangerousApps: boolean; checkForSuBinary: boolean; checkForDangerousProps: boolean; checkForRWPaths: boolean; detectTestKeys: boolean; checkSuExists: boolean; checkForRootNative: boolean; checkForMagiskBinary: boolean; }, jailMonkey: boolean; }, hookDetected: () => boolean, isDebuggedMode: () => Promise, canMockLocation: () => boolean, trustFall: () => boolean, isOnExternalStorage: () => boolean, AdbEnabled: () => boolean, isDevelopmentSettingsMode: () => Promise, };