From 52828e98cbc3252afab8f01a613e637386e10839 Mon Sep 17 00:00:00 2001 From: Ashoat Tevosyan Date: Fri, 26 Jan 2018 17:15:49 -0700 Subject: [PATCH] Bring back TypeDefinition.js and re-add Flow to NavigationPlayground (#3363) * Bring back TypeDefinition.js and re-add Flow to NavigationPlayground * Type EventListener correctly and ignore metro errors --- .../examples/NavigationPlayground/.flowconfig | 83 + .../examples/NavigationPlayground/app.json | 2 +- .../flow-typed/npm/babel-jest_vx.x.x.js | 4 +- .../flow-typed/npm/expo_vx.x.x.js | 471 +- .../flow-typed/npm/jest-expo_vx.x.x.js | 4 +- .../npm/{jest_v20.x.x.js => jest_v21.x.x.js} | 122 +- .../npm/react-native-scripts_vx.x.x.js | 4 +- .../flow-typed/npm/react-navigation_vx.x.x.js | 92719 ++++++++++++++++ .../npm/react-test-renderer_v16.x.x.js | 62 + .../NavigationPlayground/js/SimpleStack.js | 32 +- .../NavigationPlayground/js/SimpleTabs.js | 13 +- .../NavigationPlayground/package.json | 6 +- .../examples/NavigationPlayground/yarn.lock | 148 +- .../react-navigation/src/TypeDefinition.js | 574 + .../src/getChildEventSubscriber.js | 18 +- packages/react-navigation/yarn.lock | 784 +- 16 files changed, 94485 insertions(+), 561 deletions(-) create mode 100644 packages/react-navigation/examples/NavigationPlayground/.flowconfig rename packages/react-navigation/examples/NavigationPlayground/flow-typed/npm/{jest_v20.x.x.js => jest_v21.x.x.js} (82%) create mode 100644 packages/react-navigation/examples/NavigationPlayground/flow-typed/npm/react-navigation_vx.x.x.js create mode 100644 packages/react-navigation/examples/NavigationPlayground/flow-typed/npm/react-test-renderer_v16.x.x.js create mode 100644 packages/react-navigation/src/TypeDefinition.js diff --git a/packages/react-navigation/examples/NavigationPlayground/.flowconfig b/packages/react-navigation/examples/NavigationPlayground/.flowconfig new file mode 100644 index 00000000..e64a09a9 --- /dev/null +++ b/packages/react-navigation/examples/NavigationPlayground/.flowconfig @@ -0,0 +1,83 @@ +[ignore] +; We fork some components by platform +.*/*[.]android.js + +; Ignore "BUCK" generated dirs +/\.buckd/ + +; Ignore unexpected extra "@providesModule" +.*/node_modules/.*/node_modules/fbjs/.* + +; Ignore duplicate module providers +; For RN Apps installed via npm, "Libraries" folder is inside +; "node_modules/react-native" but in the source repo it is in the root +.*/Libraries/react-native/React.js + +; Ignore polyfills +.*/Libraries/polyfills/.* + +.*/react-navigation/node_modules/.* + +; Additional create-react-native-app ignores + +; Ignore duplicate module providers +.*/node_modules/fbemitter/lib/* + +; Ignore misbehaving dev-dependencies +.*/node_modules/xdl/build/* +.*/node_modules/reqwest/tests/* + +; Ignore missing expo-sdk dependencies (temporarily) +; https://github.com/expo/expo/issues/162 +.*/node_modules/expo/src/* + +; Ignore react-native-fbads dependency of the expo sdk +.*/node_modules/react-native-fbads/* + +.*/react-navigation/lib-rn/.* +.*/react-navigation/lib/.* + +.*/react-navigation/examples/ReduxExample/.* +.*/react-navigation/website/.* + +; This package is required by Expo and causes Flow errors +.*/node_modules/react-native-gesture-handler/.* + +.*/node_modules/metro/.* + +[include] + +[libs] +node_modules/react-native/Libraries/react-native/react-native-interface.js +node_modules/react-native/flow/ +node_modules/react-native/flow-github/ + +[options] +module.system=haste + +emoji=true + +experimental.strict_type_args=true + +munge_underscores=true + +module.name_mapper='^[./a-zA-Z0-9$_-]+\.\(bmp\|gif\|jpg\|jpeg\|png\|psd\|svg\|webp\|m4v\|mov\|mp4\|mpeg\|mpg\|webm\|aac\|aiff\|caf\|m4a\|mp3\|wav\|html\|pdf\)$' -> 'RelativeImageStub' +module.file_ext=.js +module.file_ext=.jsx +module.file_ext=.json +module.file_ext=.native.js + +suppress_type=$FlowIssue +suppress_type=$FlowFixMe +suppress_type=$FlowFixMeProps +suppress_type=$FlowFixMeState + +suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\) +suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)?:? #[0-9]+ +suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy +suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError + +unsafe.enable_getters_and_setters=true + +[version] +^0.61.0 diff --git a/packages/react-navigation/examples/NavigationPlayground/app.json b/packages/react-navigation/examples/NavigationPlayground/app.json index 01d8f52e..859db47a 100644 --- a/packages/react-navigation/examples/NavigationPlayground/app.json +++ b/packages/react-navigation/examples/NavigationPlayground/app.json @@ -11,7 +11,7 @@ "splash": { "image": "./assets/icons/splash.png" }, - "sdkVersion": "24.0.0", + "sdkVersion": "25.0.0", "entryPoint": "./node_modules/react-native-scripts/build/bin/crna-entry.js", "packagerOpts": { "assetExts": [ diff --git a/packages/react-navigation/examples/NavigationPlayground/flow-typed/npm/babel-jest_vx.x.x.js b/packages/react-navigation/examples/NavigationPlayground/flow-typed/npm/babel-jest_vx.x.x.js index 5b13cfd6..9939cffd 100644 --- a/packages/react-navigation/examples/NavigationPlayground/flow-typed/npm/babel-jest_vx.x.x.js +++ b/packages/react-navigation/examples/NavigationPlayground/flow-typed/npm/babel-jest_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: 5964a245d3129ecd50da1f74a2f86454 -// flow-typed version: <>/babel-jest_v^21.0.0/flow_v0.53.0 +// flow-typed signature: ee7b4028012cfdcd83cc6541a39b2282 +// flow-typed version: <>/babel-jest_v^21.0.0/flow_v0.61.0 /** * This is an autogenerated libdef stub for: diff --git a/packages/react-navigation/examples/NavigationPlayground/flow-typed/npm/expo_vx.x.x.js b/packages/react-navigation/examples/NavigationPlayground/flow-typed/npm/expo_vx.x.x.js index 1026154b..1abdd3e8 100644 --- a/packages/react-navigation/examples/NavigationPlayground/flow-typed/npm/expo_vx.x.x.js +++ b/packages/react-navigation/examples/NavigationPlayground/flow-typed/npm/expo_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: 4fb1f6897647ab1ad25d819aa06d2d6c -// flow-typed version: <>/expo_v^22.0.0/flow_v0.53.0 +// flow-typed signature: c1ecfe71fbb86c3602b7da3d7c141df1 +// flow-typed version: <>/expo_v^24.0.2/flow_v0.61.0 /** * This is an autogenerated libdef stub for: @@ -26,6 +26,18 @@ declare module 'expo/AppEntry' { declare module.exports: any; } +declare module 'expo/flow/metro-bundler' { + declare module.exports: any; +} + +declare module 'expo/flow/react-native-gesture-handler' { + declare module.exports: any; +} + +declare module 'expo/src/__mocks__/Constants-development' { + declare module.exports: any; +} + declare module 'expo/src/__tests__/Amplitude-test' { declare module.exports: any; } @@ -50,6 +62,10 @@ declare module 'expo/src/__tests__/Facebook-test' { declare module.exports: any; } +declare module 'expo/src/__tests__/Font-test' { + declare module.exports: any; +} + declare module 'expo/src/__tests__/Location-test' { declare module.exports: any; } @@ -70,6 +86,22 @@ declare module 'expo/src/__tests__/WebBrowser-test' { declare module.exports: any; } +declare module 'expo/src/admob/RNAdMobBanner' { + declare module.exports: any; +} + +declare module 'expo/src/admob/RNAdMobInterstitial' { + declare module.exports: any; +} + +declare module 'expo/src/admob/RNAdMobRewarded' { + declare module.exports: any; +} + +declare module 'expo/src/admob/RNPublisherBanner' { + declare module.exports: any; +} + declare module 'expo/src/Amplitude' { declare module.exports: any; } @@ -78,43 +110,39 @@ declare module 'expo/src/apisAreAvailable' { declare module.exports: any; } -declare module 'expo/src/AppLoading' { - declare module.exports: any; -} - -declare module 'expo/src/AppLoadingNativeWrapper.android' { - declare module.exports: any; -} - -declare module 'expo/src/AppLoadingNativeWrapper.ios' { - declare module.exports: any; -} - declare module 'expo/src/Asset' { declare module.exports: any; } -declare module 'expo/src/Audio' { - declare module.exports: any; -} - declare module 'expo/src/AuthSession' { declare module.exports: any; } -declare module 'expo/src/AV' { +declare module 'expo/src/av/Audio' { declare module.exports: any; } -declare module 'expo/src/BarCodeScanner' { +declare module 'expo/src/av/Audio/Recording' { declare module.exports: any; } -declare module 'expo/src/BlurView.android' { +declare module 'expo/src/av/Audio/Sound' { declare module.exports: any; } -declare module 'expo/src/BlurView.ios' { +declare module 'expo/src/av/AV' { + declare module.exports: any; +} + +declare module 'expo/src/av/Video' { + declare module.exports: any; +} + +declare module 'expo/src/BarCodeScanner.android' { + declare module.exports: any; +} + +declare module 'expo/src/BarCodeScanner.ios' { declare module.exports: any; } @@ -126,6 +154,10 @@ declare module 'expo/src/Camera' { declare module.exports: any; } +declare module 'expo/src/CameraBasedBarCodeScanner' { + declare module.exports: any; +} + declare module 'expo/src/Constants' { declare module.exports: any; } @@ -142,6 +174,34 @@ declare module 'expo/src/DocumentPicker' { declare module.exports: any; } +declare module 'expo/src/effects/BlurView.android' { + declare module.exports: any; +} + +declare module 'expo/src/effects/BlurView.ios' { + declare module.exports: any; +} + +declare module 'expo/src/effects/LinearGradient.android' { + declare module.exports: any; +} + +declare module 'expo/src/effects/LinearGradient.ios' { + declare module.exports: any; +} + +declare module 'expo/src/environment/__tests__/validate-test' { + declare module.exports: any; +} + +declare module 'expo/src/environment/logging' { + declare module.exports: any; +} + +declare module 'expo/src/environment/validate' { + declare module.exports: any; +} + declare module 'expo/src/ErrorRecovery' { declare module.exports: any; } @@ -150,31 +210,35 @@ declare module 'expo/src/Expo' { declare module.exports: any; } +declare module 'expo/src/facebook-ads/AdSettings' { + declare module.exports: any; +} + +declare module 'expo/src/facebook-ads/BannerViewManager' { + declare module.exports: any; +} + +declare module 'expo/src/facebook-ads/index' { + declare module.exports: any; +} + +declare module 'expo/src/facebook-ads/InterstitialAdManager' { + declare module.exports: any; +} + +declare module 'expo/src/facebook-ads/NativeAdsManager' { + declare module.exports: any; +} + +declare module 'expo/src/facebook-ads/withNativeAd' { + declare module.exports: any; +} + declare module 'expo/src/Facebook' { declare module.exports: any; } -declare module 'expo/src/FacebookAds/AdSettings' { - declare module.exports: any; -} - -declare module 'expo/src/FacebookAds/BannerViewManager' { - declare module.exports: any; -} - -declare module 'expo/src/FacebookAds/index' { - declare module.exports: any; -} - -declare module 'expo/src/FacebookAds/InterstitialAdManager' { - declare module.exports: any; -} - -declare module 'expo/src/FacebookAds/NativeAdsManager' { - declare module.exports: any; -} - -declare module 'expo/src/FacebookAds/withNativeAd' { +declare module 'expo/src/FaceDetector' { declare module.exports: any; } @@ -202,6 +266,10 @@ declare module 'expo/src/Icon' { declare module.exports: any; } +declare module 'expo/src/ImageManipulator' { + declare module.exports: any; +} + declare module 'expo/src/ImagePicker' { declare module.exports: any; } @@ -214,11 +282,23 @@ declare module 'expo/src/KeepAwake' { declare module.exports: any; } -declare module 'expo/src/LegacyAsyncStorage.android' { +declare module 'expo/src/launch/AppLoading' { declare module.exports: any; } -declare module 'expo/src/LegacyAsyncStorage.ios' { +declare module 'expo/src/launch/AppLoadingNativeWrapper.android' { + declare module.exports: any; +} + +declare module 'expo/src/launch/AppLoadingNativeWrapper.ios' { + declare module.exports: any; +} + +declare module 'expo/src/launch/registerRootComponent' { + declare module.exports: any; +} + +declare module 'expo/src/launch/RootErrorBoundary' { declare module.exports: any; } @@ -226,35 +306,59 @@ declare module 'expo/src/lib/Queue' { declare module.exports: any; } -declare module 'expo/src/LinearGradient.android' { - declare module.exports: any; -} - -declare module 'expo/src/LinearGradient.ios' { - declare module.exports: any; -} - declare module 'expo/src/Location' { declare module.exports: any; } -declare module 'expo/src/Logs' { +declare module 'expo/src/logs/__tests__/Logs-test' { declare module.exports: any; } -declare module 'expo/src/Modal/Modal' { +declare module 'expo/src/logs/__tests__/LogSerialization-test' { declare module.exports: any; } -declare module 'expo/src/Modal/ModalHost' { +declare module 'expo/src/logs/__tests__/RemoteConsole-test' { declare module.exports: any; } -declare module 'expo/src/Modal/ModalImplementation' { +declare module 'expo/src/logs/__tests__/RemoteLogging-test' { declare module.exports: any; } -declare module 'expo/src/Modal/PureContainer' { +declare module 'expo/src/logs/__tests__/RemoteLogs-test' { + declare module.exports: any; +} + +declare module 'expo/src/logs/Logs' { + declare module.exports: any; +} + +declare module 'expo/src/logs/LogSerialization' { + declare module.exports: any; +} + +declare module 'expo/src/logs/RemoteConsole' { + declare module.exports: any; +} + +declare module 'expo/src/logs/RemoteLogging' { + declare module.exports: any; +} + +declare module 'expo/src/modal/Modal' { + declare module.exports: any; +} + +declare module 'expo/src/modal/ModalHost' { + declare module.exports: any; +} + +declare module 'expo/src/modal/ModalImplementation' { + declare module.exports: any; +} + +declare module 'expo/src/modal/PureContainer' { declare module.exports: any; } @@ -262,6 +366,10 @@ declare module 'expo/src/Notifications' { declare module.exports: any; } +declare module 'expo/src/OldBarCodeScanner' { + declare module.exports: any; +} + declare module 'expo/src/Payments' { declare module.exports: any; } @@ -274,30 +382,6 @@ declare module 'expo/src/Permissions' { declare module.exports: any; } -declare module 'expo/src/registerRootComponent' { - declare module.exports: any; -} - -declare module 'expo/src/RNAdMobBanner' { - declare module.exports: any; -} - -declare module 'expo/src/RNAdMobInterstitial' { - declare module.exports: any; -} - -declare module 'expo/src/RNAdMobRewarded' { - declare module.exports: any; -} - -declare module 'expo/src/RNPublisherBanner' { - declare module.exports: any; -} - -declare module 'expo/src/RootErrorBoundary' { - declare module.exports: any; -} - declare module 'expo/src/ScreenOrientation' { declare module.exports: any; } @@ -374,11 +458,11 @@ declare module 'expo/src/takeSnapshotAsync' { declare module.exports: any; } -declare module 'expo/src/Util' { +declare module 'expo/src/timer/polyfillNextTick' { declare module.exports: any; } -declare module 'expo/src/Video' { +declare module 'expo/src/Util' { declare module.exports: any; } @@ -398,6 +482,15 @@ declare module 'expo/tools/LogReporter' { declare module 'expo/AppEntry.js' { declare module.exports: $Exports<'expo/AppEntry'>; } +declare module 'expo/flow/metro-bundler.js' { + declare module.exports: $Exports<'expo/flow/metro-bundler'>; +} +declare module 'expo/flow/react-native-gesture-handler.js' { + declare module.exports: $Exports<'expo/flow/react-native-gesture-handler'>; +} +declare module 'expo/src/__mocks__/Constants-development.js' { + declare module.exports: $Exports<'expo/src/__mocks__/Constants-development'>; +} declare module 'expo/src/__tests__/Amplitude-test.js' { declare module.exports: $Exports<'expo/src/__tests__/Amplitude-test'>; } @@ -416,6 +509,9 @@ declare module 'expo/src/__tests__/Expo-test.js' { declare module 'expo/src/__tests__/Facebook-test.js' { declare module.exports: $Exports<'expo/src/__tests__/Facebook-test'>; } +declare module 'expo/src/__tests__/Font-test.js' { + declare module.exports: $Exports<'expo/src/__tests__/Font-test'>; +} declare module 'expo/src/__tests__/Location-test.js' { declare module.exports: $Exports<'expo/src/__tests__/Location-test'>; } @@ -431,41 +527,50 @@ declare module 'expo/src/__tests__/Segment-test.js' { declare module 'expo/src/__tests__/WebBrowser-test.js' { declare module.exports: $Exports<'expo/src/__tests__/WebBrowser-test'>; } +declare module 'expo/src/admob/RNAdMobBanner.js' { + declare module.exports: $Exports<'expo/src/admob/RNAdMobBanner'>; +} +declare module 'expo/src/admob/RNAdMobInterstitial.js' { + declare module.exports: $Exports<'expo/src/admob/RNAdMobInterstitial'>; +} +declare module 'expo/src/admob/RNAdMobRewarded.js' { + declare module.exports: $Exports<'expo/src/admob/RNAdMobRewarded'>; +} +declare module 'expo/src/admob/RNPublisherBanner.js' { + declare module.exports: $Exports<'expo/src/admob/RNPublisherBanner'>; +} declare module 'expo/src/Amplitude.js' { declare module.exports: $Exports<'expo/src/Amplitude'>; } declare module 'expo/src/apisAreAvailable.js' { declare module.exports: $Exports<'expo/src/apisAreAvailable'>; } -declare module 'expo/src/AppLoading.js' { - declare module.exports: $Exports<'expo/src/AppLoading'>; -} -declare module 'expo/src/AppLoadingNativeWrapper.android.js' { - declare module.exports: $Exports<'expo/src/AppLoadingNativeWrapper.android'>; -} -declare module 'expo/src/AppLoadingNativeWrapper.ios.js' { - declare module.exports: $Exports<'expo/src/AppLoadingNativeWrapper.ios'>; -} declare module 'expo/src/Asset.js' { declare module.exports: $Exports<'expo/src/Asset'>; } -declare module 'expo/src/Audio.js' { - declare module.exports: $Exports<'expo/src/Audio'>; -} declare module 'expo/src/AuthSession.js' { declare module.exports: $Exports<'expo/src/AuthSession'>; } -declare module 'expo/src/AV.js' { - declare module.exports: $Exports<'expo/src/AV'>; +declare module 'expo/src/av/Audio.js' { + declare module.exports: $Exports<'expo/src/av/Audio'>; } -declare module 'expo/src/BarCodeScanner.js' { - declare module.exports: $Exports<'expo/src/BarCodeScanner'>; +declare module 'expo/src/av/Audio/Recording.js' { + declare module.exports: $Exports<'expo/src/av/Audio/Recording'>; } -declare module 'expo/src/BlurView.android.js' { - declare module.exports: $Exports<'expo/src/BlurView.android'>; +declare module 'expo/src/av/Audio/Sound.js' { + declare module.exports: $Exports<'expo/src/av/Audio/Sound'>; } -declare module 'expo/src/BlurView.ios.js' { - declare module.exports: $Exports<'expo/src/BlurView.ios'>; +declare module 'expo/src/av/AV.js' { + declare module.exports: $Exports<'expo/src/av/AV'>; +} +declare module 'expo/src/av/Video.js' { + declare module.exports: $Exports<'expo/src/av/Video'>; +} +declare module 'expo/src/BarCodeScanner.android.js' { + declare module.exports: $Exports<'expo/src/BarCodeScanner.android'>; +} +declare module 'expo/src/BarCodeScanner.ios.js' { + declare module.exports: $Exports<'expo/src/BarCodeScanner.ios'>; } declare module 'expo/src/Brightness.js' { declare module.exports: $Exports<'expo/src/Brightness'>; @@ -473,6 +578,9 @@ declare module 'expo/src/Brightness.js' { declare module 'expo/src/Camera.js' { declare module.exports: $Exports<'expo/src/Camera'>; } +declare module 'expo/src/CameraBasedBarCodeScanner.js' { + declare module.exports: $Exports<'expo/src/CameraBasedBarCodeScanner'>; +} declare module 'expo/src/Constants.js' { declare module.exports: $Exports<'expo/src/Constants'>; } @@ -485,32 +593,56 @@ declare module 'expo/src/DangerZone.js' { declare module 'expo/src/DocumentPicker.js' { declare module.exports: $Exports<'expo/src/DocumentPicker'>; } +declare module 'expo/src/effects/BlurView.android.js' { + declare module.exports: $Exports<'expo/src/effects/BlurView.android'>; +} +declare module 'expo/src/effects/BlurView.ios.js' { + declare module.exports: $Exports<'expo/src/effects/BlurView.ios'>; +} +declare module 'expo/src/effects/LinearGradient.android.js' { + declare module.exports: $Exports<'expo/src/effects/LinearGradient.android'>; +} +declare module 'expo/src/effects/LinearGradient.ios.js' { + declare module.exports: $Exports<'expo/src/effects/LinearGradient.ios'>; +} +declare module 'expo/src/environment/__tests__/validate-test.js' { + declare module.exports: $Exports<'expo/src/environment/__tests__/validate-test'>; +} +declare module 'expo/src/environment/logging.js' { + declare module.exports: $Exports<'expo/src/environment/logging'>; +} +declare module 'expo/src/environment/validate.js' { + declare module.exports: $Exports<'expo/src/environment/validate'>; +} declare module 'expo/src/ErrorRecovery.js' { declare module.exports: $Exports<'expo/src/ErrorRecovery'>; } declare module 'expo/src/Expo.js' { declare module.exports: $Exports<'expo/src/Expo'>; } +declare module 'expo/src/facebook-ads/AdSettings.js' { + declare module.exports: $Exports<'expo/src/facebook-ads/AdSettings'>; +} +declare module 'expo/src/facebook-ads/BannerViewManager.js' { + declare module.exports: $Exports<'expo/src/facebook-ads/BannerViewManager'>; +} +declare module 'expo/src/facebook-ads/index.js' { + declare module.exports: $Exports<'expo/src/facebook-ads/index'>; +} +declare module 'expo/src/facebook-ads/InterstitialAdManager.js' { + declare module.exports: $Exports<'expo/src/facebook-ads/InterstitialAdManager'>; +} +declare module 'expo/src/facebook-ads/NativeAdsManager.js' { + declare module.exports: $Exports<'expo/src/facebook-ads/NativeAdsManager'>; +} +declare module 'expo/src/facebook-ads/withNativeAd.js' { + declare module.exports: $Exports<'expo/src/facebook-ads/withNativeAd'>; +} declare module 'expo/src/Facebook.js' { declare module.exports: $Exports<'expo/src/Facebook'>; } -declare module 'expo/src/FacebookAds/AdSettings.js' { - declare module.exports: $Exports<'expo/src/FacebookAds/AdSettings'>; -} -declare module 'expo/src/FacebookAds/BannerViewManager.js' { - declare module.exports: $Exports<'expo/src/FacebookAds/BannerViewManager'>; -} -declare module 'expo/src/FacebookAds/index.js' { - declare module.exports: $Exports<'expo/src/FacebookAds/index'>; -} -declare module 'expo/src/FacebookAds/InterstitialAdManager.js' { - declare module.exports: $Exports<'expo/src/FacebookAds/InterstitialAdManager'>; -} -declare module 'expo/src/FacebookAds/NativeAdsManager.js' { - declare module.exports: $Exports<'expo/src/FacebookAds/NativeAdsManager'>; -} -declare module 'expo/src/FacebookAds/withNativeAd.js' { - declare module.exports: $Exports<'expo/src/FacebookAds/withNativeAd'>; +declare module 'expo/src/FaceDetector.js' { + declare module.exports: $Exports<'expo/src/FaceDetector'>; } declare module 'expo/src/FileSystem.js' { declare module.exports: $Exports<'expo/src/FileSystem'>; @@ -530,6 +662,9 @@ declare module 'expo/src/Google.js' { declare module 'expo/src/Icon.js' { declare module.exports: $Exports<'expo/src/Icon'>; } +declare module 'expo/src/ImageManipulator.js' { + declare module.exports: $Exports<'expo/src/ImageManipulator'>; +} declare module 'expo/src/ImagePicker.js' { declare module.exports: $Exports<'expo/src/ImagePicker'>; } @@ -539,42 +674,72 @@ declare module 'expo/src/IntentLauncherAndroid.js' { declare module 'expo/src/KeepAwake.js' { declare module.exports: $Exports<'expo/src/KeepAwake'>; } -declare module 'expo/src/LegacyAsyncStorage.android.js' { - declare module.exports: $Exports<'expo/src/LegacyAsyncStorage.android'>; +declare module 'expo/src/launch/AppLoading.js' { + declare module.exports: $Exports<'expo/src/launch/AppLoading'>; } -declare module 'expo/src/LegacyAsyncStorage.ios.js' { - declare module.exports: $Exports<'expo/src/LegacyAsyncStorage.ios'>; +declare module 'expo/src/launch/AppLoadingNativeWrapper.android.js' { + declare module.exports: $Exports<'expo/src/launch/AppLoadingNativeWrapper.android'>; +} +declare module 'expo/src/launch/AppLoadingNativeWrapper.ios.js' { + declare module.exports: $Exports<'expo/src/launch/AppLoadingNativeWrapper.ios'>; +} +declare module 'expo/src/launch/registerRootComponent.js' { + declare module.exports: $Exports<'expo/src/launch/registerRootComponent'>; +} +declare module 'expo/src/launch/RootErrorBoundary.js' { + declare module.exports: $Exports<'expo/src/launch/RootErrorBoundary'>; } declare module 'expo/src/lib/Queue.js' { declare module.exports: $Exports<'expo/src/lib/Queue'>; } -declare module 'expo/src/LinearGradient.android.js' { - declare module.exports: $Exports<'expo/src/LinearGradient.android'>; -} -declare module 'expo/src/LinearGradient.ios.js' { - declare module.exports: $Exports<'expo/src/LinearGradient.ios'>; -} declare module 'expo/src/Location.js' { declare module.exports: $Exports<'expo/src/Location'>; } -declare module 'expo/src/Logs.js' { - declare module.exports: $Exports<'expo/src/Logs'>; +declare module 'expo/src/logs/__tests__/Logs-test.js' { + declare module.exports: $Exports<'expo/src/logs/__tests__/Logs-test'>; } -declare module 'expo/src/Modal/Modal.js' { - declare module.exports: $Exports<'expo/src/Modal/Modal'>; +declare module 'expo/src/logs/__tests__/LogSerialization-test.js' { + declare module.exports: $Exports<'expo/src/logs/__tests__/LogSerialization-test'>; } -declare module 'expo/src/Modal/ModalHost.js' { - declare module.exports: $Exports<'expo/src/Modal/ModalHost'>; +declare module 'expo/src/logs/__tests__/RemoteConsole-test.js' { + declare module.exports: $Exports<'expo/src/logs/__tests__/RemoteConsole-test'>; } -declare module 'expo/src/Modal/ModalImplementation.js' { - declare module.exports: $Exports<'expo/src/Modal/ModalImplementation'>; +declare module 'expo/src/logs/__tests__/RemoteLogging-test.js' { + declare module.exports: $Exports<'expo/src/logs/__tests__/RemoteLogging-test'>; } -declare module 'expo/src/Modal/PureContainer.js' { - declare module.exports: $Exports<'expo/src/Modal/PureContainer'>; +declare module 'expo/src/logs/__tests__/RemoteLogs-test.js' { + declare module.exports: $Exports<'expo/src/logs/__tests__/RemoteLogs-test'>; +} +declare module 'expo/src/logs/Logs.js' { + declare module.exports: $Exports<'expo/src/logs/Logs'>; +} +declare module 'expo/src/logs/LogSerialization.js' { + declare module.exports: $Exports<'expo/src/logs/LogSerialization'>; +} +declare module 'expo/src/logs/RemoteConsole.js' { + declare module.exports: $Exports<'expo/src/logs/RemoteConsole'>; +} +declare module 'expo/src/logs/RemoteLogging.js' { + declare module.exports: $Exports<'expo/src/logs/RemoteLogging'>; +} +declare module 'expo/src/modal/Modal.js' { + declare module.exports: $Exports<'expo/src/modal/Modal'>; +} +declare module 'expo/src/modal/ModalHost.js' { + declare module.exports: $Exports<'expo/src/modal/ModalHost'>; +} +declare module 'expo/src/modal/ModalImplementation.js' { + declare module.exports: $Exports<'expo/src/modal/ModalImplementation'>; +} +declare module 'expo/src/modal/PureContainer.js' { + declare module.exports: $Exports<'expo/src/modal/PureContainer'>; } declare module 'expo/src/Notifications.js' { declare module.exports: $Exports<'expo/src/Notifications'>; } +declare module 'expo/src/OldBarCodeScanner.js' { + declare module.exports: $Exports<'expo/src/OldBarCodeScanner'>; +} declare module 'expo/src/Payments.js' { declare module.exports: $Exports<'expo/src/Payments'>; } @@ -584,24 +749,6 @@ declare module 'expo/src/Pedometer.js' { declare module 'expo/src/Permissions.js' { declare module.exports: $Exports<'expo/src/Permissions'>; } -declare module 'expo/src/registerRootComponent.js' { - declare module.exports: $Exports<'expo/src/registerRootComponent'>; -} -declare module 'expo/src/RNAdMobBanner.js' { - declare module.exports: $Exports<'expo/src/RNAdMobBanner'>; -} -declare module 'expo/src/RNAdMobInterstitial.js' { - declare module.exports: $Exports<'expo/src/RNAdMobInterstitial'>; -} -declare module 'expo/src/RNAdMobRewarded.js' { - declare module.exports: $Exports<'expo/src/RNAdMobRewarded'>; -} -declare module 'expo/src/RNPublisherBanner.js' { - declare module.exports: $Exports<'expo/src/RNPublisherBanner'>; -} -declare module 'expo/src/RootErrorBoundary.js' { - declare module.exports: $Exports<'expo/src/RootErrorBoundary'>; -} declare module 'expo/src/ScreenOrientation.js' { declare module.exports: $Exports<'expo/src/ScreenOrientation'>; } @@ -659,12 +806,12 @@ declare module 'expo/src/Svg.js' { declare module 'expo/src/takeSnapshotAsync.js' { declare module.exports: $Exports<'expo/src/takeSnapshotAsync'>; } +declare module 'expo/src/timer/polyfillNextTick.js' { + declare module.exports: $Exports<'expo/src/timer/polyfillNextTick'>; +} declare module 'expo/src/Util.js' { declare module.exports: $Exports<'expo/src/Util'>; } -declare module 'expo/src/Video.js' { - declare module.exports: $Exports<'expo/src/Video'>; -} declare module 'expo/src/WebBrowser.js' { declare module.exports: $Exports<'expo/src/WebBrowser'>; } diff --git a/packages/react-navigation/examples/NavigationPlayground/flow-typed/npm/jest-expo_vx.x.x.js b/packages/react-navigation/examples/NavigationPlayground/flow-typed/npm/jest-expo_vx.x.x.js index e5ce5209..eb09bbd0 100644 --- a/packages/react-navigation/examples/NavigationPlayground/flow-typed/npm/jest-expo_vx.x.x.js +++ b/packages/react-navigation/examples/NavigationPlayground/flow-typed/npm/jest-expo_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: 72ab5b9c7dcb88b82de627702a0db27a -// flow-typed version: <>/jest-expo_v^22.0.0/flow_v0.53.0 +// flow-typed signature: b1e3826a494aecf4ff482336321b54bd +// flow-typed version: <>/jest-expo_v^24.0.0/flow_v0.61.0 /** * This is an autogenerated libdef stub for: diff --git a/packages/react-navigation/examples/NavigationPlayground/flow-typed/npm/jest_v20.x.x.js b/packages/react-navigation/examples/NavigationPlayground/flow-typed/npm/jest_v21.x.x.js similarity index 82% rename from packages/react-navigation/examples/NavigationPlayground/flow-typed/npm/jest_v20.x.x.js rename to packages/react-navigation/examples/NavigationPlayground/flow-typed/npm/jest_v21.x.x.js index 0ed2c4ba..daaeda70 100644 --- a/packages/react-navigation/examples/NavigationPlayground/flow-typed/npm/jest_v20.x.x.js +++ b/packages/react-navigation/examples/NavigationPlayground/flow-typed/npm/jest_v21.x.x.js @@ -1,8 +1,8 @@ -// flow-typed signature: a0369c11661f437ec4ccdd805579ddcf -// flow-typed version: c4b9fea7c9/jest_v20.x.x/flow_>=v0.33.x +// flow-typed signature: 107cf7068b8835594e97f938e8848244 +// flow-typed version: 8b4dd96654/jest_v21.x.x/flow_>=v0.39.x -type JestMockFn = { - (...args: Array): any, +type JestMockFn, TReturn> = { + (...args: TArguments): TReturn, /** * An object for introspecting mock calls */ @@ -12,24 +12,24 @@ type JestMockFn = { * function. Each call is represented by an array of arguments that were * passed during the call. */ - calls: Array>, + calls: Array, /** * An array that contains all the object instances that have been * instantiated from this mock function. */ - instances: mixed + instances: Array }, /** * Resets all information stored in the mockFn.mock.calls and * mockFn.mock.instances arrays. Often this is useful when you want to clean * up a mock's usage data between two assertions. */ - mockClear(): Function, + mockClear(): void, /** * Resets all information stored in the mock. This is useful when you want to * completely restore a mock back to its initial state. */ - mockReset(): Function, + mockReset(): void, /** * Removes the mock and restores the initial implementation. This is useful * when you want to mock functions in certain test cases and restore the @@ -37,20 +37,24 @@ type JestMockFn = { * works when mock was created with jest.spyOn. Thus you have to take care of * restoration yourself when manually assigning jest.fn(). */ - mockRestore(): Function, + mockRestore(): void, /** * Accepts a function that should be used as the implementation of the mock. * The mock itself will still record all calls that go into and instances * that come from itself -- the only difference is that the implementation * will also be executed when the mock is called. */ - mockImplementation(fn: Function): JestMockFn, + mockImplementation( + fn: (...args: TArguments) => TReturn + ): JestMockFn, /** * Accepts a function that will be used as an implementation of the mock for * one call to the mocked function. Can be chained so that multiple function * calls produce different results. */ - mockImplementationOnce(fn: Function): JestMockFn, + mockImplementationOnce( + fn: (...args: TArguments) => TReturn + ): JestMockFn, /** * Just a simple sugar function for returning `this` */ @@ -58,11 +62,11 @@ type JestMockFn = { /** * Deprecated: use jest.fn(() => value) instead */ - mockReturnValue(value: any): JestMockFn, + mockReturnValue(value: TReturn): JestMockFn, /** * Sugar for only returning a value once inside your mock */ - mockReturnValueOnce(value: any): JestMockFn + mockReturnValueOnce(value: TReturn): JestMockFn }; type JestAsymmetricEqualityType = { @@ -129,7 +133,7 @@ type EnzymeMatchersType = { toIncludeText(text: string): void, toHaveValue(value: any): void, toMatchElement(element: React$Element): void, - toMatchSelector(selector: string): void, + toMatchSelector(selector: string): void }; type JestExpectType = { @@ -254,7 +258,7 @@ type JestExpectType = { /** * Use .toMatchObject to check that a javascript object matches a subset of the properties of an object. */ - toMatchObject(object: Object): void, + toMatchObject(object: Object | Array): void, /** * This ensures that a React component matches the most recent snapshot. */ @@ -267,8 +271,8 @@ type JestExpectType = { * * Alias: .toThrowError */ - toThrow(message?: string | Error | RegExp): void, - toThrowError(message?: string | Error | RegExp): void, + toThrow(message?: string | Error | Class | RegExp): void, + toThrowError(message?: string | Error | Class | RegExp): void, /** * Use .toThrowErrorMatchingSnapshot to test that a function throws a error * matching the most recent snapshot when it is called. @@ -324,7 +328,9 @@ type JestObjectType = { * Returns a new, unused mock function. Optionally takes a mock * implementation. */ - fn(implementation?: Function): JestMockFn, + fn, TReturn>( + implementation?: (...args: TArguments) => TReturn + ): JestMockFn, /** * Determines if the given function is a mocked function. */ @@ -348,6 +354,16 @@ type JestObjectType = { moduleFactory?: any, options?: Object ): JestObjectType, + /** + * Returns the actual module instead of a mock, bypassing all checks on + * whether the module should receive a mock implementation or not. + */ + requireActual(moduleName: string): any, + /** + * Returns a mock module instead of the actual module, bypassing all checks + * on whether the module should be required normally or not. + */ + requireMock(moduleName: string): any, /** * Resets the module registry - the cache of all required modules. This is * useful to isolate modules where local state might conflict between tests. @@ -404,7 +420,12 @@ type JestObjectType = { * Creates a mock function similar to jest.fn but also tracks calls to * object[methodName]. */ - spyOn(object: Object, methodName: string): JestMockFn + spyOn(object: Object, methodName: string): JestMockFn, + /** + * Set the default timeout interval for tests and before/after hooks in milliseconds. + * Note: The default timeout interval is 5 seconds if this method is not called. + */ + setTimeout(timeout: number): JestObjectType }; type JestSpyType = { @@ -412,33 +433,44 @@ type JestSpyType = { }; /** Runs this function after every test inside this context */ -declare function afterEach(fn: Function): void; +declare function afterEach( + fn: (done: () => void) => ?Promise, + timeout?: number +): void; /** Runs this function before every test inside this context */ -declare function beforeEach(fn: Function): void; +declare function beforeEach( + fn: (done: () => void) => ?Promise, + timeout?: number +): void; /** Runs this function after all tests have finished inside this context */ -declare function afterAll(fn: Function): void; +declare function afterAll( + fn: (done: () => void) => ?Promise, + timeout?: number +): void; /** Runs this function before any tests have started inside this context */ -declare function beforeAll(fn: Function): void; +declare function beforeAll( + fn: (done: () => void) => ?Promise, + timeout?: number +): void; /** A context for grouping tests together */ declare var describe: { /** * Creates a block that groups together several related tests in one "test suite" */ - (name: string, fn: Function): void, + (name: string, fn: () => void): void, /** * Only run this describe block */ - only(name: string, fn: Function): void, + only(name: string, fn: () => void): void, /** * Skip running this describe block */ - skip(name: string, fn: Function): void, + skip(name: string, fn: () => void): void }; - /** An individual test unit */ declare var it: { /** @@ -446,31 +478,55 @@ declare var it: { * * @param {string} Name of Test * @param {Function} Test + * @param {number} Timeout for the test, in milliseconds. */ - (name: string, fn?: Function): ?Promise, + ( + name: string, + fn?: (done: () => void) => ?Promise, + timeout?: number + ): void, /** * Only run this test * * @param {string} Name of Test * @param {Function} Test + * @param {number} Timeout for the test, in milliseconds. */ - only(name: string, fn?: Function): ?Promise, + only( + name: string, + fn?: (done: () => void) => ?Promise, + timeout?: number + ): void, /** * Skip running this test * * @param {string} Name of Test * @param {Function} Test + * @param {number} Timeout for the test, in milliseconds. */ - skip(name: string, fn?: Function): ?Promise, + skip( + name: string, + fn?: (done: () => void) => ?Promise, + timeout?: number + ): void, /** * Run the test concurrently * * @param {string} Name of Test * @param {Function} Test + * @param {number} Timeout for the test, in milliseconds. */ - concurrent(name: string, fn?: Function): ?Promise + concurrent( + name: string, + fn?: (done: () => void) => ?Promise, + timeout?: number + ): void }; -declare function fit(name: string, fn: Function): ?Promise; +declare function fit( + name: string, + fn: (done: () => void) => ?Promise, + timeout?: number +): void; /** An individual test unit */ declare var test: typeof it; /** A disabled group of tests */ @@ -509,7 +565,7 @@ declare function spyOn(value: mixed, method: string): Object; declare var jest: JestObjectType; /** - * The global Jamine object, this is generally not exposed as the public API, + * The global Jasmine object, this is generally not exposed as the public API, * using features inside here could break in later versions of Jest. */ declare var jasmine: { diff --git a/packages/react-navigation/examples/NavigationPlayground/flow-typed/npm/react-native-scripts_vx.x.x.js b/packages/react-navigation/examples/NavigationPlayground/flow-typed/npm/react-native-scripts_vx.x.x.js index 11ad9314..9f5dcc4e 100644 --- a/packages/react-navigation/examples/NavigationPlayground/flow-typed/npm/react-native-scripts_vx.x.x.js +++ b/packages/react-navigation/examples/NavigationPlayground/flow-typed/npm/react-native-scripts_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: bd52927dcfdd08c54751906ebaf7cfa1 -// flow-typed version: <>/react-native-scripts_v^1.3.1/flow_v0.53.0 +// flow-typed signature: 42d8cd2e84e894c09d28f891fef9f01d +// flow-typed version: <>/react-native-scripts_v^1.5.0/flow_v0.61.0 /** * This is an autogenerated libdef stub for: diff --git a/packages/react-navigation/examples/NavigationPlayground/flow-typed/npm/react-navigation_vx.x.x.js b/packages/react-navigation/examples/NavigationPlayground/flow-typed/npm/react-navigation_vx.x.x.js new file mode 100644 index 00000000..da942e8f --- /dev/null +++ b/packages/react-navigation/examples/NavigationPlayground/flow-typed/npm/react-navigation_vx.x.x.js @@ -0,0 +1,92719 @@ +// flow-typed signature: 11767b947d88ca32d2a3cc70f47fb35b +// flow-typed version: <>/react-navigation_v1.0.0-beta.27/flow_v0.61.0 + +/** + * This is an autogenerated libdef stub for: + * + * 'react-navigation' + * + * Fill this stub out by replacing all the `any` types. + * + * Once filled out, we encourage you to share your work with the + * community by sending a pull request to: + * https://github.com/flowtype/flow-typed + */ + +declare module 'react-navigation' { + declare module.exports: any; +} + +/** + * We include stubs for each file inside this npm package in case you need to + * require those files directly. Feel free to delete any files that aren't + * needed. + */ +declare module 'react-navigation/coverage/lcov-report/prettify' { + declare module.exports: any; +} + +declare module 'react-navigation/coverage/lcov-report/sorter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/App' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/App.test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/flow-typed/npm/babel-jest_vx.x.x' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/flow-typed/npm/expo_vx.x.x' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/flow-typed/npm/flow-bin_v0.x.x' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/flow-typed/npm/jest_v21.x.x' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/flow-typed/npm/jest_vx.x.x' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/flow-typed/npm/jest-expo_vx.x.x' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/flow-typed/npm/react-addons-test-utils_vx.x.x' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/flow-typed/npm/react-native_vx.x.x' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/flow-typed/npm/react-native-scripts_vx.x.x' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/flow-typed/npm/react-test-renderer_v16.x.x' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/flow-typed/npm/react-test-renderer_vx.x.x' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/js/App' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/js/Banner' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/js/CustomTabs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/js/CustomTransitioner' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/js/Drawer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/js/ModalStack' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/js/MultipleDrawer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/js/SampleText' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/js/SimpleStack' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/js/SimpleTabs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/js/StacksInTabs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/js/StacksOverTabs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/js/TabAnimations' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/js/TabsInDrawer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/bunyan/lib/bunyan' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/json-file/__tests__/JsonFile-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/json-file/__tests__/JsonFileError-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/json-file/JsonFile' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/json-file/JsonFileError' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/osascript/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/osascript/src/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/schemer/build/Error' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/schemer/build/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/schemer/build/Util' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/schemer/node_modules/file-type/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/schemer/node_modules/instapromise/build/instapromise' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/schemer/node_modules/instapromise/build/promisify' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/spawn-async/build/spawnAsync' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/createIconSet' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/createIconSetFromFontello' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/createIconSetFromIcoMoon' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/Entypo' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/EvilIcons' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/Feather' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/FontAwesome' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/Foundation' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/iconFontSources' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/Ionicons' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/MaterialCommunityIcons' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/MaterialIcons' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/Octicons' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/SimpleLineIcons' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/vendor/react-native-vector-icons/Entypo' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/vendor/react-native-vector-icons/EvilIcons' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/vendor/react-native-vector-icons/Feather' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/vendor/react-native-vector-icons/FontAwesome' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/vendor/react-native-vector-icons/Foundation' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/vendor/react-native-vector-icons/generate-icon' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/vendor/react-native-vector-icons/generate-material-icons' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/vendor/react-native-vector-icons/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/vendor/react-native-vector-icons/Ionicons' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/vendor/react-native-vector-icons/lib/create-icon-set-from-fontello' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/vendor/react-native-vector-icons/lib/create-icon-set-from-icomoon' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/vendor/react-native-vector-icons/lib/create-icon-set' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/vendor/react-native-vector-icons/lib/generate-icon-set-from-css' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/vendor/react-native-vector-icons/lib/icon-button' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/vendor/react-native-vector-icons/lib/react-native' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/vendor/react-native-vector-icons/lib/react-native.osx' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/vendor/react-native-vector-icons/lib/tab-bar-item-ios' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/vendor/react-native-vector-icons/lib/toolbar-android' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/vendor/react-native-vector-icons/MaterialCommunityIcons' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/vendor/react-native-vector-icons/MaterialIcons' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/vendor/react-native-vector-icons/Octicons' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/vendor/react-native-vector-icons/RNIMigration' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/vendor/react-native-vector-icons/SimpleLineIcons' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/vendor/react-native-vector-icons/Zocial' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/website/err-if-inside-universe' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/website/src/App' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/website/src/Icon' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/website/src/IconConstants' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/website/src/IconList' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/website/src/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/Zocial' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@segment/loosely-validate-event/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@segment/loosely-validate-event/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/abab/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/abab/lib/atob' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/abab/lib/btoa' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/abbrev/abbrev' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/absolute-path/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/absolute-path/test/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/accepts/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/acorn-globals/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/acorn/dist/acorn_loose.es' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/acorn/dist/acorn_loose' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/acorn/dist/acorn.es' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/acorn/dist/acorn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/acorn/dist/walk.es' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/acorn/dist/walk' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/acorn/src/bin/acorn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/acorn/src/expression' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/acorn/src/identifier' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/acorn/src/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/acorn/src/location' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/acorn/src/locutil' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/acorn/src/loose/expression' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/acorn/src/loose/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/acorn/src/loose/parseutil' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/acorn/src/loose/state' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/acorn/src/loose/statement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/acorn/src/loose/tokenize' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/acorn/src/lval' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/acorn/src/node' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/acorn/src/options' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/acorn/src/parseutil' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/acorn/src/state' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/acorn/src/statement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/acorn/src/tokencontext' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/acorn/src/tokenize' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/acorn/src/tokentype' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/acorn/src/util' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/acorn/src/walk/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/acorn/src/whitespace' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/agent-base/agent' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/agent-base/node_modules/semver/semver' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/agent-base/node_modules/semver/test/big-numbers' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/agent-base/node_modules/semver/test/clean' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/agent-base/node_modules/semver/test/gtr' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/agent-base/node_modules/semver/test/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/agent-base/node_modules/semver/test/ltr' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/agent-base/node_modules/semver/test/major-minor-patch' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/agent-base/patch-core' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/agent-base/test/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/dist/ajv.bundle' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/dist/ajv.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/dist/nodent.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/dist/regenerator.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/$data' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/ajv' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/cache' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/compile/_rules' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/compile/async' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/compile/equal' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/compile/error_classes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/compile/formats' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/compile/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/compile/resolve' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/compile/rules' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/compile/schema_obj' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/compile/ucs2length' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/compile/util' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/dotjs/_limit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/dotjs/_limitItems' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/dotjs/_limitLength' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/dotjs/_limitProperties' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/dotjs/allOf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/dotjs/anyOf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/dotjs/const' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/dotjs/contains' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/dotjs/custom' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/dotjs/dependencies' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/dotjs/enum' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/dotjs/format' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/dotjs/items' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/dotjs/multipleOf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/dotjs/not' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/dotjs/oneOf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/dotjs/pattern' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/dotjs/properties' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/dotjs/propertyNames' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/dotjs/ref' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/dotjs/required' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/dotjs/uniqueItems' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/dotjs/validate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/keyword' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/patternGroups' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/scripts/bundle' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/scripts/compile-dots' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/align-text/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/amdefine/amdefine' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/amdefine/intercept' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/analytics-node/analytics-node' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/analytics-node/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/analytics-node/test/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/analytics-node/test/server' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ansi-escapes/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ansi-gray/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ansi-regex/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ansi-styles/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ansi-wrap/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ansi/examples/beep/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ansi/examples/clear/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ansi/examples/cursorPosition' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ansi/examples/progress/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ansi/lib/ansi' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ansi/lib/newlines' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/any-promise/implementation' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/any-promise/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/any-promise/loader' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/any-promise/optional' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/any-promise/register-shim' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/any-promise/register' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/any-promise/register/bluebird' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/any-promise/register/es6-promise' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/any-promise/register/lie' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/any-promise/register/native-promise-only' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/any-promise/register/pinkie' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/any-promise/register/promise' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/any-promise/register/q' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/any-promise/register/rsvp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/any-promise/register/vow' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/any-promise/register/when' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/anymatch/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/append-transform/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/aproba/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/are-we-there-yet/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/are-we-there-yet/tracker-base' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/are-we-there-yet/tracker-group' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/are-we-there-yet/tracker-stream' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/are-we-there-yet/tracker' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/argparse/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/argparse/lib/action_container' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/argparse/lib/action' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/argparse/lib/action/append' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/argparse/lib/action/append/constant' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/argparse/lib/action/count' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/argparse/lib/action/help' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/argparse/lib/action/store' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/argparse/lib/action/store/constant' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/argparse/lib/action/store/false' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/argparse/lib/action/store/true' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/argparse/lib/action/subparsers' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/argparse/lib/action/version' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/argparse/lib/argparse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/argparse/lib/argument_parser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/argparse/lib/argument/error' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/argparse/lib/argument/exclusive' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/argparse/lib/argument/group' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/argparse/lib/const' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/argparse/lib/help/added_formatters' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/argparse/lib/help/formatter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/argparse/lib/namespace' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/argparse/lib/utils' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/argsarray/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/argsarray/test/test.basic' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/argsarray/test/test.noargs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/argsarray/test/test.scope' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/arr-diff/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/arr-flatten/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/array-differ/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/array-equal/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/array-filter/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/array-filter/test/filter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/array-filter/test/holes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/array-flatten/array-flatten' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/array-map/example/map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/array-map/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/array-map/test/map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/array-reduce/example/sum' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/array-reduce/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/array-reduce/test/reduce' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/array-union/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/array-uniq/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/array-unique/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/arrify/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/core/class' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/core/color' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/core/path' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/core/transform' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/dom/container' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/dom/dummy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/dom/native' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/dom/shadow' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/lib/Sheet.Cascade' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/metrics/path' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/canvas' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/canvas/_image' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/canvas/base' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/canvas/clippingrectangle' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/canvas/group' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/canvas/node' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/canvas/path' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/canvas/shape' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/canvas/surface' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/canvas/text' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/current' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/dom' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/fast-noSideEffects' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/fast' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/script' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/script/_image' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/script/base' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/script/font' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/script/group' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/script/modulizer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/script/node' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/script/path' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/script/shape' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/script/surface' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/script/text' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/svg' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/svg/_image' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/svg/base' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/svg/dom' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/svg/group' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/svg/node' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/svg/path' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/svg/shape' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/svg/surface' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/svg/text' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/vml' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/vml/base' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/vml/clippingrectangle' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/vml/dom' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/vml/group' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/vml/node' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/vml/path' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/vml/shape' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/vml/surface' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/vml/text' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/morph/path' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/parsers/svg' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/parsers/svg/colors' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/parsers/svg/core' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/parsers/svg/externals' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/parsers/svg/fonts' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/parsers/svg/markers' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/parsers/svg/paints' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/parsers/svg/shapes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/parsers/svg/styles' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/parsers/svg/text' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/shapes/ellipse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/shapes/font' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/shapes/generic' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/shapes/pill' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/shapes/rectangle' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/shapes/wedge' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/asap/asap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/asap/browser-asap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/asap/browser-raw' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/asap/raw' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/asn1/lib/ber/errors' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/asn1/lib/ber/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/asn1/lib/ber/reader' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/asn1/lib/ber/types' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/asn1/lib/ber/writer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/asn1/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/asn1/tst/ber/reader.test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/asn1/tst/ber/writer.test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/assert-plus/assert' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ast-types/def/babel-core' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ast-types/def/babel' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ast-types/def/core' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ast-types/def/e4x' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ast-types/def/es6' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ast-types/def/es7' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ast-types/def/esprima' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ast-types/def/flow' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ast-types/def/jsx' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ast-types/def/mozilla' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ast-types/fork' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ast-types/lib/equiv' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ast-types/lib/node-path' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ast-types/lib/path-visitor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ast-types/lib/path' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ast-types/lib/scope' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ast-types/lib/shared' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ast-types/lib/types' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ast-types/main' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/astral-regex/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/async/dist/async' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/async/dist/async.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/async/lib/async' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/asynckit/bench' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/asynckit/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/asynckit/lib/abort' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/asynckit/lib/async' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/asynckit/lib/defer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/asynckit/lib/iterate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/asynckit/lib/readable_asynckit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/asynckit/lib/readable_parallel' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/asynckit/lib/readable_serial_ordered' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/asynckit/lib/readable_serial' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/asynckit/lib/state' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/asynckit/lib/streamify' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/asynckit/lib/terminator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/asynckit/parallel' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/asynckit/serial' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/asynckit/serialOrdered' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/asynckit/stream' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/Gruntfile' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/lib/assert_required' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/lib/base64_url' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/lib/IframeHandler' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/lib/index-of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/lib/is-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/lib/json-parse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/lib/LoginError' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/lib/nonce-generator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/lib/same-origin' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/lib/SilentAuthenticationHandler' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/lib/use_jsonp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/node_modules/object-keys/foreach' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/node_modules/object-keys/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/node_modules/object-keys/isArguments' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/node_modules/object-keys/shim' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/node_modules/object-keys/test/foreach' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/node_modules/object-keys/test/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/node_modules/object-keys/test/isArguments' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/node_modules/object-keys/test/shim' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/node_modules/xtend/has-keys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/node_modules/xtend/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/node_modules/xtend/mutable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/node_modules/xtend/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/standalone' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/test/iframe-handler.test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/test/index.tests' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/test/logout.tests' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/test/passwordless.tests' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/test/support/config' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/test/user-and-pass.tests' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/version' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0/docs/scripts/linenumber' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0/docs/scripts/prettify/lang-css' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0/docs/scripts/prettify/prettify' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0/scripts/changelog' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0/scripts/cleanup' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0/scripts/jsdocs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0/scripts/prepare' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/auth/DatabaseAuthenticator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/auth/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/auth/OAuthAuthenticator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/auth/PasswordlessAuthenticator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/auth/TokensManager' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/auth/UsersManager' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/Auth0RestClient' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/management/BlacklistedTokensManager' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/management/ClientGrantsManager' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/management/ClientsManager' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/management/ConnectionsManager' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/management/DeviceCredentialsManager' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/management/EmailProviderManager' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/management/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/management/JobsManager' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/management/LogsManager' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/management/ManagementTokenProvider' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/management/ResourceServersManager' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/management/RulesManager' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/management/StatsManager' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/management/TenantManager' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/management/TicketsManager' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/management/UsersManager' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/RetryRestClient' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/utils' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0/webpack.config' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/aws-sign2/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/aws4/aws4' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/aws4/lru' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/axios/dist/axios' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/axios/dist/axios.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/axios/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/adapters/http' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/adapters/xhr' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/axios' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/cancel/Cancel' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/cancel/CancelToken' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/cancel/isCancel' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/core/Axios' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/core/createError' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/core/dispatchRequest' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/core/enhanceError' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/core/InterceptorManager' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/core/settle' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/core/transformData' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/defaults' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/helpers/bind' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/helpers/btoa' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/helpers/buildURL' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/helpers/combineURLs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/helpers/cookies' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/helpers/deprecatedMethod' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/helpers/isAbsoluteURL' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/helpers/isURLSameOrigin' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/helpers/normalizeHeaderName' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/helpers/parseHeaders' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/helpers/spread' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/utils' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-code-frame/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-code-frame/node_modules/ansi-styles/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-code-frame/node_modules/chalk/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-code-frame/node_modules/supports-color/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-core/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/api/browser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/api/node' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/helpers/get-possible-plugin-names' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/helpers/get-possible-preset-names' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/helpers/merge' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/helpers/normalize-ast' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/helpers/resolve-from-possible-names' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/helpers/resolve-plugin' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/helpers/resolve-preset' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/helpers/resolve' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/store' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/tools/build-external-helpers' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/transformation/file/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/transformation/file/logger' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/transformation/file/metadata' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/transformation/file/options/build-config-chain' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/transformation/file/options/config' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/transformation/file/options/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/transformation/file/options/option-manager' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/transformation/file/options/parsers' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/transformation/file/options/removed' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/transformation/internal-plugins/block-hoist' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/transformation/internal-plugins/shadow-functions' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/transformation/pipeline' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/transformation/plugin-pass' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/transformation/plugin' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/util' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-core/register' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-generator/lib/buffer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-generator/lib/generators/base' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-generator/lib/generators/classes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-generator/lib/generators/expressions' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-generator/lib/generators/flow' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-generator/lib/generators/jsx' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-generator/lib/generators/methods' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-generator/lib/generators/modules' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-generator/lib/generators/statements' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-generator/lib/generators/template-literals' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-generator/lib/generators/types' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-generator/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-generator/lib/node/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-generator/lib/node/parentheses' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-generator/lib/node/whitespace' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-generator/lib/printer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-generator/lib/source-map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-generator/lib/whitespace' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-helper-builder-binary-assignment-operator-visitor/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-helper-builder-react-jsx/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-helper-call-delegate/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-helper-define-map/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-helper-explode-assignable-expression/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-helper-function-name/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-helper-get-function-arity/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-helper-hoist-variables/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-helper-optimise-call-expression/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-helper-regex/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-helper-remap-async-to-generator/lib/for-await' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-helper-remap-async-to-generator/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-helper-replace-supers/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-helpers/lib/helpers' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-helpers/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-jest/build/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-messages/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-check-es2015-constants/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-external-helpers/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-istanbul/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-jest-hoist/build/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-module-resolver/lib/getRealPath' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-module-resolver/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-module-resolver/lib/log' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-module-resolver/lib/mapToRelative' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-module-resolver/lib/normalizeOptions' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-module-resolver/lib/transformers/call' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-module-resolver/lib/transformers/import' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-module-resolver/lib/transformers/jest' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-module-resolver/lib/transformers/require' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-module-resolver/lib/transformers/systemImport' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-module-resolver/lib/utils' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-call-expression-with-render-method/actual' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-call-expression-with-render-method/expected' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-class-expression-extends-react-component-with-render-method/actual' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-class-expression-extends-react-component-with-render-method/expected' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-class-expression/actual' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-class-expression/expected' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-class-extends-component-with-render-method/actual' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-class-extends-component-with-render-method/expected' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-class-extends-purecomponent-with-render-method/actual' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-class-extends-purecomponent-with-render-method/expected' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-class-extends-react-component-with-render-method/actual' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-class-extends-react-component-with-render-method/expected' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-class-extends-react-component/actual' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-class-extends-react-component/expected' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-class-with-render-method/actual' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-class-with-render-method/expected' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-class-within-function-extends-react-component-with-render-method/actual' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-class-within-function-extends-react-component-with-render-method/expected' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-class-within-function/actual' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-class-within-function/expected' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-class-without-name-extends-react-component-with-render-method/actual' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-class-without-name-extends-react-component-with-render-method/expected' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-class-without-name/actual' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-class-without-name/expected' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-exports/actual' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-exports/expected' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-ignore/actual' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-ignore/expected' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-react-create-class-with-dynamic-display-name/actual' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-react-create-class-with-dynamic-display-name/expected' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-react-create-class-with-render-method/actual' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-react-create-class-with-render-method/expected' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-react-create-class-with-string-literal-display-name-with-render-method/actual' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-react-create-class-with-string-literal-display-name-with-render-method/expected' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-react-create-class-with-string-literal-display-name/actual' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-react-create-class-with-string-literal-display-name/expected' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-react-create-class-without-display-name/actual' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-react-create-class-without-display-name/expected' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-react-create-class/actual' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-react-create-class/expected' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/options-custom-factories-with-render-method/actual' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/options-custom-factories-with-render-method/expected' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/options-custom-factories/actual' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/options-custom-factories/expected' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/options-custom-super-classes-with-render-method/actual' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/options-custom-super-classes-with-render-method/expected' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/options-custom-super-classes/actual' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/options-custom-super-classes/expected' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/options-multiple-transforms-with-render-method/actual' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/options-multiple-transforms-with-render-method/expected' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/options-multiple-transforms/actual' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/options-multiple-transforms/expected' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/options-with-imports-with-render-method/actual' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/options-with-imports-with-render-method/expected' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/options-with-imports/actual' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/options-with-imports/expected' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/options-with-locals-with-render-method/actual' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/options-with-locals-with-render-method/expected' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/options-with-locals/actual' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/options-with-locals/expected' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-syntax-async-functions/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-syntax-class-properties/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-syntax-decorators/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-syntax-dynamic-import/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-syntax-exponentiation-operator/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-syntax-export-extensions/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-syntax-flow/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-syntax-jsx/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-syntax-object-rest-spread/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-syntax-trailing-function-commas/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-async-to-generator/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-class-properties/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-decorators-legacy/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-define/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-define/src/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-define/test/0/actual' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-define/test/0/expected' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-define/test/emptyString/actual' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-define/test/emptyString/expected' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-define/test/false/actual' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-define/test/false/expected' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-define/test/identifier/actual' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-define/test/identifier/expected' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-define/test/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-define/test/load-config-file/actual' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-define/test/load-config-file/config' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-define/test/load-config-file/expected' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-define/test/member-expression/actual' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-define/test/member-expression/expected' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-define/test/null/actual' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-define/test/null/expected' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-define/test/unary-expression/actual' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-define/test/unary-expression/expected' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-define/test/undefined/actual' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-define/test/undefined/expected' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es2015-arrow-functions/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es2015-block-scoped-functions/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es2015-block-scoping/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es2015-block-scoping/lib/tdz' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es2015-classes/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es2015-classes/lib/lib/memoise-decorators' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es2015-classes/lib/loose' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es2015-classes/lib/vanilla' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es2015-computed-properties/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es2015-destructuring/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es2015-for-of/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es2015-function-name/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es2015-literals/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es2015-modules-commonjs/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es2015-object-super/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es2015-parameters/lib/default' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es2015-parameters/lib/destructuring' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es2015-parameters/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es2015-parameters/lib/rest' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es2015-shorthand-properties/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es2015-spread/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es2015-sticky-regex/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es2015-template-literals/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es2015-unicode-regex/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es3-member-expression-literals/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es3-property-literals/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-exponentiation-operator/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-export-extensions/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-flow-strip-types/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-object-assign/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-object-rest-spread/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-react-display-name/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-react-jsx-source/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-react-jsx/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-regenerator/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-strict-mode/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-polyfill/browser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-polyfill/dist/polyfill' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-polyfill/dist/polyfill.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-polyfill/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-polyfill/node_modules/regenerator-runtime/path' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-polyfill/node_modules/regenerator-runtime/runtime-module' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-polyfill/node_modules/regenerator-runtime/runtime' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-polyfill/scripts/postpublish' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-polyfill/scripts/prepublish' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-preset-es2015-node/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-preset-expo/__tests__/index-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-preset-expo/__tests__/samples/App' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-preset-expo/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-preset-fbjs/configure' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-preset-fbjs/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-preset-fbjs/plugins/auto-importer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-preset-fbjs/plugins/dev-declaration' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-preset-fbjs/plugins/dev-expression' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-preset-fbjs/plugins/inline-requires' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-preset-fbjs/plugins/object-assign' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-preset-fbjs/plugins/rewrite-modules' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-preset-flow/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-preset-jest/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-preset-react-native/configs/hmr' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-preset-react-native/configs/main' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-preset-react-native/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-preset-react-native/lib/resolvePlugins' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-preset-react-native/plugins' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-preset-react-native/transforms/transform-dynamic-import' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-preset-react-native/transforms/transform-symbol-member' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-register/lib/browser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-register/lib/cache' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-register/lib/node' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/concat' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/copy-within' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/entries' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/every' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/fill' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/filter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/find-index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/find' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/for-each' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/from' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/includes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/index-of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/join' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/keys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/last-index-of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/pop' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/push' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/reduce-right' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/reduce' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/reverse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/shift' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/slice' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/some' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/sort' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/splice' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/unshift' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/values' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/asap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/clear-immediate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/error/is-error' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/get-iterator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/is-iterable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/json/stringify' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/math/acosh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/math/asinh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/math/atanh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/math/cbrt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/math/clz32' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/math/cosh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/math/expm1' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/math/fround' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/math/hypot' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/math/iaddh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/math/imul' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/math/imulh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/math/isubh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/math/log10' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/math/log1p' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/math/log2' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/math/sign' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/math/sinh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/math/tanh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/math/trunc' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/math/umulh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/number/epsilon' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/number/is-finite' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/number/is-integer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/number/is-nan' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/number/is-safe-integer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/number/max-safe-integer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/number/min-safe-integer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/number/parse-float' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/number/parse-int' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/object/assign' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/object/create' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/object/define-properties' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/object/define-property' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/object/entries' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/object/freeze' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/object/get-own-property-descriptor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/object/get-own-property-descriptors' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/object/get-own-property-names' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/object/get-own-property-symbols' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/object/get-prototype-of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/object/is-extensible' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/object/is-frozen' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/object/is-sealed' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/object/is' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/object/keys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/object/prevent-extensions' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/object/seal' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/object/set-prototype-of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/object/values' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/observable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/promise' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/reflect/apply' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/reflect/construct' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/reflect/define-metadata' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/reflect/define-property' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/reflect/delete-metadata' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/reflect/delete-property' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/reflect/enumerate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/reflect/get-metadata-keys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/reflect/get-metadata' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/reflect/get-own-metadata-keys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/reflect/get-own-metadata' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/reflect/get-own-property-descriptor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/reflect/get-prototype-of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/reflect/get' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/reflect/has-metadata' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/reflect/has-own-metadata' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/reflect/has' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/reflect/is-extensible' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/reflect/metadata' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/reflect/own-keys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/reflect/prevent-extensions' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/reflect/set-prototype-of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/reflect/set' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/regexp/escape' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/set-immediate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/set' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/string/at' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/string/code-point-at' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/string/ends-with' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/string/from-code-point' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/string/includes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/string/match-all' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/string/pad-end' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/string/pad-left' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/string/pad-right' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/string/pad-start' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/string/raw' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/string/repeat' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/string/starts-with' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/string/trim-end' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/string/trim-left' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/string/trim-right' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/string/trim-start' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/string/trim' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/symbol' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/symbol/async-iterator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/symbol/for' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/symbol/has-instance' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/symbol/is-concat-spreadable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/symbol/iterator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/symbol/key-for' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/symbol/match' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/symbol/observable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/symbol/replace' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/symbol/search' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/symbol/species' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/symbol/split' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/symbol/to-primitive' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/symbol/to-string-tag' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/symbol/unscopables' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/system/global' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/weak-map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/weak-set' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_async-generator-delegate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_async-generator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_async-iterator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_async-to-generator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_class-call-check' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_create-class' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_defaults' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_define-enumerable-properties' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_define-property' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_extends' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_get' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_inherits' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_instanceof' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_interop-require-default' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_interop-require-wildcard' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_jsx' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_new-arrow-check' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_object-destructuring-empty' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_object-without-properties' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_possible-constructor-return' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_self-global' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_set' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_sliced-to-array-loose' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_sliced-to-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_tagged-template-literal-loose' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_tagged-template-literal' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_temporal-ref' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_temporal-undefined' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_to-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_to-consumable-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_typeof' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/async-generator-delegate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/async-generator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/async-iterator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/async-to-generator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/asyncGenerator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/asyncGeneratorDelegate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/asyncIterator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/asyncToGenerator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/class-call-check' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/classCallCheck' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/create-class' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/createClass' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/defaults' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/define-enumerable-properties' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/define-property' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/defineEnumerableProperties' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/defineProperty' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/extends' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/get' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/inherits' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/instanceof' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/interop-require-default' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/interop-require-wildcard' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/interopRequireDefault' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/interopRequireWildcard' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/jsx' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/new-arrow-check' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/newArrowCheck' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/object-destructuring-empty' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/object-without-properties' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/objectDestructuringEmpty' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/objectWithoutProperties' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/possible-constructor-return' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/possibleConstructorReturn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/self-global' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/selfGlobal' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/set' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/sliced-to-array-loose' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/sliced-to-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/slicedToArray' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/slicedToArrayLoose' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/tagged-template-literal-loose' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/tagged-template-literal' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/taggedTemplateLiteral' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/taggedTemplateLiteralLoose' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/temporal-ref' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/temporal-undefined' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/temporalRef' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/temporalUndefined' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/to-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/to-consumable-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/toArray' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/toConsumableArray' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/typeof' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/regenerator/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-template/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/cache' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/context' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/hub' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/path/ancestry' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/path/comments' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/path/context' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/path/conversion' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/path/evaluation' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/path/family' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/path/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/path/inference/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/path/inference/inferer-reference' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/path/inference/inferers' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/path/introspection' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/path/lib/hoister' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/path/lib/removal-hooks' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/path/lib/virtual-types' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/path/modification' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/path/removal' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/path/replacement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/scope/binding' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/scope/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/scope/lib/renamer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/visitors' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-types/lib/constants' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-types/lib/converters' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-types/lib/definitions/core' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-types/lib/definitions/es2015' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-types/lib/definitions/experimental' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-types/lib/definitions/flow' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-types/lib/definitions/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-types/lib/definitions/init' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-types/lib/definitions/jsx' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-types/lib/definitions/misc' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-types/lib/flow' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-types/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-types/lib/react' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-types/lib/retrievers' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-types/lib/validators' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babylon/bin/babylon' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babylon/bin/generate-identifier-regex' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babylon/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/balanced-match/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/base64-js/base64js.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/base64-js/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/base64-js/test/big-data' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/base64-js/test/convert' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/base64-js/test/url-safe' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/base64-url/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/Base64/base64' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/Base64/base64.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/base64url/dist/base64url' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/base64url/dist/pad-string' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/base64url/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/basic-auth-connect/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/basic-auth/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/batch/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bcrypt-pbkdf/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/beeper/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/big-integer/BigInteger' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/big-integer/BigInteger.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/block-stream/block-stream' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/browser/bluebird' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/browser/bluebird.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/any' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/assert' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/async' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/bind' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/bluebird' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/call_get' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/cancel' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/captured_trace' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/catch_filter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/context' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/debuggability' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/direct_resolve' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/each' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/errors' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/es5' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/filter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/finally' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/generators' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/join' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/method' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/nodeify' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/progress' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/promise_array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/promise_resolver' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/promise' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/promisify' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/props' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/queue' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/race' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/reduce' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/schedule' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/settle' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/some' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/synchronous_inspection' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/thenables' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/timers' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/using' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/util' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/body-parser/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/body-parser/lib/read' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/body-parser/lib/types/json' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/body-parser/lib/types/raw' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/body-parser/lib/types/text' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/body-parser/lib/types/urlencoded' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/body-parser/node_modules/bytes/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/body-parser/node_modules/http-errors/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/body-parser/node_modules/statuses/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/boom/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/boom/node_modules/hoek/lib/escape' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/boom/node_modules/hoek/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/boom/node_modules/hoek/test/escaper' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/boom/node_modules/hoek/test/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/boom/node_modules/hoek/test/modules/test1' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/boom/node_modules/hoek/test/modules/test2' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/boom/node_modules/hoek/test/modules/test3' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/boom/test/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bplist-creator/bplistCreator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bplist-creator/test/creatorTest' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bplist-parser/bplistParser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bplist-parser/test/parseTest' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/brace-expansion/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/braces/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/empty' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/example/async' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/example/sync' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/lib/async' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/lib/caller' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/lib/core' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/lib/node-modules-paths' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/lib/sync' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/core' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/dotdot' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/dotdot/abc/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/dotdot/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/faulty_basedir' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/filter_sync' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/filter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/mock_sync' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/mock' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/module_dir' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/module_dir/xmodules/aaa/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/module_dir/ymodules/aaa/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/module_dir/zmodules/bbb/main' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/node_path' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/node_path/x/aaa/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/node_path/x/ccc/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/node_path/y/bbb/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/node_path/y/ccc/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/nonstring' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/pathfilter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/pathfilter/deep_ref/main' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/pathfilter/deep_ref/node_modules/deep/alt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/pathfilter/deep_ref/node_modules/deep/deeper/ref' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/pathfilter/deep_ref/node_modules/deep/ref' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/precedence' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/precedence/aaa' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/precedence/aaa/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/precedence/aaa/main' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/precedence/bbb' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/precedence/bbb/main' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/resolver_sync' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/resolver' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/resolver/bar/node_modules/foo/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/resolver/baz/doom' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/resolver/baz/quux' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/resolver/biz/node_modules/garply/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/resolver/biz/node_modules/grux/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/resolver/biz/node_modules/tiv/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/resolver/foo' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/resolver/incorrect_main/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/resolver/mug' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/resolver/other_path/lib/other-lib' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/resolver/other_path/root' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/resolver/punycode/node_modules/punycode/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/resolver/quux/foo/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/resolver/without_basedir/main' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/resolver/without_basedir/node_modules/mymodule' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/subdirs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bser/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/buffer-alloc-unsafe/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/buffer-alloc-unsafe/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/buffer-alloc/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/buffer-alloc/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/buffer-equal-constant-time/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/buffer-equal-constant-time/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/buffer-fill/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/buffer-fill/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/builtin-modules/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/builtin-modules/static' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bytes/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/callsite/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/callsites/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/camel-case/camel-case' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/camelcase/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/capture-stack-trace/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/caseless/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/caseless/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/center-align/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/center-align/utils' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/chalk/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/chalk/templates' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/change-case/change-case' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/chardet/encoding/iso2022' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/chardet/encoding/mbcs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/chardet/encoding/sbcs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/chardet/encoding/unicode' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/chardet/encoding/utf8' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/chardet/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/chardet/match' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/chownr/chownr' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ci-info/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/clamp/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/clamp/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cli-cursor/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cli-width/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cliui/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/clone-stats/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/clone-stats/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/clone/clone' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/co/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/code-point-at/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/color-convert/conversions' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/color-convert/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/color-convert/route' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/color-name/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/color-name/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/color-string/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/color-support/bin' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/color-support/browser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/color-support/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/color/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/combined-stream/lib/combined_stream' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/commander/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/component-emitter/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/component-type/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/component-type/test/mocha' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/component-type/test/tests' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/compressible/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/compressible/node_modules/mime-db/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/compression/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/compression/node_modules/debug/browser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/compression/node_modules/debug/debug' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/compression/node_modules/debug/node' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/compression/node_modules/vary/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/concat-map/example/map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/concat-map/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/concat-map/test/map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/concat-stream/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect-timeout/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect-timeout/node_modules/debug/browser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect-timeout/node_modules/debug/debug' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect-timeout/node_modules/debug/node' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/cache' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/connect' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/middleware/basicAuth' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/middleware/bodyParser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/middleware/compress' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/middleware/cookieParser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/middleware/cookieSession' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/middleware/csrf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/middleware/directory' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/middleware/errorHandler' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/middleware/favicon' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/middleware/json' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/middleware/limit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/middleware/logger' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/middleware/methodOverride' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/middleware/multipart' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/middleware/query' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/middleware/responseTime' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/middleware/session' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/middleware/static' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/middleware/staticCache' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/middleware/timeout' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/middleware/urlencoded' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/middleware/vhost' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/patch' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/proto' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/utils' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/body-parser/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/body-parser/lib/read' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/body-parser/lib/types/json' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/body-parser/lib/types/raw' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/body-parser/lib/types/text' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/body-parser/lib/types/urlencoded' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/debug/browser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/debug/debug' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/debug/node' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/depd/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/depd/lib/compat/buffer-concat' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/depd/lib/compat/callsite-tostring' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/depd/lib/compat/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/iconv-lite/encodings/dbcs-codec' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/iconv-lite/encodings/dbcs-data' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/iconv-lite/encodings/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/iconv-lite/encodings/internal' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/iconv-lite/encodings/sbcs-codec' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/iconv-lite/encodings/sbcs-data-generated' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/iconv-lite/encodings/sbcs-data' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/iconv-lite/encodings/utf16' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/iconv-lite/encodings/utf7' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/iconv-lite/lib/bom-handling' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/iconv-lite/lib/extend-node' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/iconv-lite/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/iconv-lite/lib/streams' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/qs/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/qs/lib/parse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/qs/lib/stringify' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/qs/lib/utils' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/qs/test/parse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/qs/test/stringify' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/qs/test/utils' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/raw-body/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/raw-body/node_modules/bytes/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/raw-body/node_modules/iconv-lite/encodings/dbcs-codec' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/raw-body/node_modules/iconv-lite/encodings/dbcs-data' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/raw-body/node_modules/iconv-lite/encodings/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/raw-body/node_modules/iconv-lite/encodings/internal' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/raw-body/node_modules/iconv-lite/encodings/sbcs-codec' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/raw-body/node_modules/iconv-lite/encodings/sbcs-data-generated' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/raw-body/node_modules/iconv-lite/encodings/sbcs-data' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/raw-body/node_modules/iconv-lite/encodings/utf16' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/raw-body/node_modules/iconv-lite/encodings/utf7' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/raw-body/node_modules/iconv-lite/lib/bom-handling' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/raw-body/node_modules/iconv-lite/lib/extend-node' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/raw-body/node_modules/iconv-lite/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/raw-body/node_modules/iconv-lite/lib/streams' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/console-control-strings/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/constant-case/constant-case' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/content-disposition/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/content-type-parser/lib/content-type-parser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/content-type/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/convert-source-map/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cookie-parser/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cookie-parser/lib/parse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cookie-signature/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cookie/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cookiejar/cookiejar' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/copy-paste/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/copy-paste/platform/darwin' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/copy-paste/platform/linux' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/copy-paste/platform/win32' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/copy-paste/test/copypaste' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/build/config' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/build/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/client/core' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/client/core.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/client/library' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/client/library.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/client/shim' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/client/shim.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/core/_' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/core/delay' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/core/dict' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/core/function' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/core/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/core/number' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/core/object' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/core/regexp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/core/string' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/es5/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/es6/array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/es6/date' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/es6/function' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/es6/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/es6/map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/es6/math' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/es6/number' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/es6/object' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/es6/parse-float' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/es6/parse-int' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/es6/promise' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/es6/reflect' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/es6/regexp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/es6/set' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/es6/string' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/es6/symbol' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/es6/typed' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/es6/weak-map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/es6/weak-set' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/es7/array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/es7/asap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/es7/error' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/es7/global' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/es7/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/es7/map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/es7/math' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/es7/object' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/es7/observable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/es7/promise' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/es7/reflect' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/es7/set' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/es7/string' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/es7/symbol' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/es7/system' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/es7/weak-map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/es7/weak-set' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/_' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/concat' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/copy-within' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/entries' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/every' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/fill' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/filter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/find-index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/find' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/flat-map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/flatten' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/for-each' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/from' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/includes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/index-of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/is-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/iterator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/join' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/keys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/last-index-of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/pop' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/push' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/reduce-right' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/reduce' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/reverse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/shift' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/slice' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/some' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/sort' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/splice' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/unshift' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/values' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/virtual/copy-within' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/virtual/entries' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/virtual/every' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/virtual/fill' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/virtual/filter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/virtual/find-index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/virtual/find' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/virtual/flat-map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/virtual/flatten' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/virtual/for-each' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/virtual/includes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/virtual/index-of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/virtual/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/virtual/iterator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/virtual/join' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/virtual/keys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/virtual/last-index-of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/virtual/map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/virtual/reduce-right' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/virtual/reduce' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/virtual/slice' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/virtual/some' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/virtual/sort' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/virtual/values' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/asap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/clear-immediate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/date/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/date/now' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/date/to-iso-string' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/date/to-json' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/date/to-primitive' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/date/to-string' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/delay' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/dict' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/dom-collections/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/dom-collections/iterator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/error/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/error/is-error' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/function/bind' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/function/has-instance' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/function/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/function/name' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/function/part' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/function/virtual/bind' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/function/virtual/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/function/virtual/part' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/get-iterator-method' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/get-iterator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/global' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/is-iterable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/json/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/json/stringify' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/map/from' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/map/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/map/of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/acosh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/asinh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/atanh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/cbrt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/clamp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/clz32' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/cosh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/deg-per-rad' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/degrees' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/expm1' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/fround' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/fscale' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/hypot' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/iaddh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/imul' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/imulh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/isubh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/log10' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/log1p' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/log2' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/rad-per-deg' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/radians' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/scale' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/sign' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/signbit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/sinh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/tanh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/trunc' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/umulh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/number/constructor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/number/epsilon' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/number/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/number/is-finite' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/number/is-integer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/number/is-nan' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/number/is-safe-integer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/number/iterator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/number/max-safe-integer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/number/min-safe-integer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/number/parse-float' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/number/parse-int' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/number/to-fixed' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/number/to-precision' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/number/virtual/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/number/virtual/iterator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/number/virtual/to-fixed' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/number/virtual/to-precision' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/assign' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/classof' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/create' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/define-getter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/define-properties' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/define-property' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/define-setter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/define' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/entries' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/freeze' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/get-own-property-descriptor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/get-own-property-descriptors' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/get-own-property-names' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/get-own-property-symbols' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/get-prototype-of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/is-extensible' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/is-frozen' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/is-object' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/is-sealed' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/is' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/keys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/lookup-getter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/lookup-setter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/make' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/prevent-extensions' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/seal' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/set-prototype-of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/values' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/observable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/parse-float' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/parse-int' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/promise' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/promise/finally' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/promise/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/promise/try' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/reflect/apply' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/reflect/construct' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/reflect/define-metadata' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/reflect/define-property' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/reflect/delete-metadata' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/reflect/delete-property' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/reflect/enumerate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/reflect/get-metadata-keys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/reflect/get-metadata' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/reflect/get-own-metadata-keys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/reflect/get-own-metadata' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/reflect/get-own-property-descriptor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/reflect/get-prototype-of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/reflect/get' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/reflect/has-metadata' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/reflect/has-own-metadata' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/reflect/has' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/reflect/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/reflect/is-extensible' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/reflect/metadata' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/reflect/own-keys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/reflect/prevent-extensions' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/reflect/set-prototype-of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/reflect/set' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/regexp/constructor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/regexp/escape' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/regexp/flags' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/regexp/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/regexp/match' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/regexp/replace' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/regexp/search' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/regexp/split' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/regexp/to-string' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/set-immediate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/set-interval' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/set-timeout' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/set' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/set/from' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/set/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/set/of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/anchor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/at' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/big' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/blink' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/bold' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/code-point-at' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/ends-with' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/escape-html' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/fixed' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/fontcolor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/fontsize' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/from-code-point' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/includes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/italics' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/iterator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/link' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/match-all' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/pad-end' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/pad-start' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/raw' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/repeat' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/small' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/starts-with' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/strike' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/sub' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/sup' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/trim-end' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/trim-left' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/trim-right' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/trim-start' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/trim' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/unescape-html' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/anchor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/at' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/big' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/blink' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/bold' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/code-point-at' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/ends-with' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/escape-html' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/fixed' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/fontcolor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/fontsize' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/includes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/italics' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/iterator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/link' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/match-all' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/pad-end' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/pad-start' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/repeat' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/small' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/starts-with' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/strike' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/sub' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/sup' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/trim-end' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/trim-left' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/trim-right' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/trim-start' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/trim' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/unescape-html' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/symbol/async-iterator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/symbol/for' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/symbol/has-instance' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/symbol/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/symbol/is-concat-spreadable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/symbol/iterator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/symbol/key-for' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/symbol/match' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/symbol/observable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/symbol/replace' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/symbol/search' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/symbol/species' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/symbol/split' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/symbol/to-primitive' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/symbol/to-string-tag' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/symbol/unscopables' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/system/global' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/system/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/typed/array-buffer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/typed/data-view' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/typed/float32-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/typed/float64-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/typed/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/typed/int16-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/typed/int32-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/typed/int8-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/typed/uint16-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/typed/uint32-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/typed/uint8-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/typed/uint8-clamped-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/weak-map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/weak-map/from' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/weak-map/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/weak-map/of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/weak-set' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/weak-set/from' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/weak-set/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/weak-set/of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/Gruntfile' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/core/_' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/core/delay' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/core/dict' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/core/function' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/core/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/core/number' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/core/object' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/core/regexp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/core/string' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es5/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es6/array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es6/date' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es6/function' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es6/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es6/map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es6/math' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es6/number' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es6/object' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es6/parse-float' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es6/parse-int' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es6/promise' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es6/reflect' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es6/regexp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es6/set' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es6/string' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es6/symbol' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es6/typed' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es6/weak-map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es6/weak-set' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es7/array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es7/asap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es7/error' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es7/global' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es7/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es7/map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es7/math' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es7/object' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es7/observable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es7/promise' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es7/reflect' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es7/set' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es7/string' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es7/symbol' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es7/system' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es7/weak-map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es7/weak-set' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/_' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/concat' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/copy-within' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/entries' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/every' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/fill' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/filter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/find-index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/find' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/flat-map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/flatten' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/for-each' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/from' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/includes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/index-of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/is-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/iterator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/join' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/keys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/last-index-of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/pop' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/push' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/reduce-right' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/reduce' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/reverse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/shift' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/slice' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/some' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/sort' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/splice' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/unshift' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/values' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/virtual/copy-within' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/virtual/entries' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/virtual/every' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/virtual/fill' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/virtual/filter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/virtual/find-index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/virtual/find' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/virtual/flat-map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/virtual/flatten' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/virtual/for-each' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/virtual/includes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/virtual/index-of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/virtual/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/virtual/iterator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/virtual/join' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/virtual/keys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/virtual/last-index-of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/virtual/map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/virtual/reduce-right' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/virtual/reduce' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/virtual/slice' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/virtual/some' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/virtual/sort' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/virtual/values' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/asap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/clear-immediate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/date/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/date/now' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/date/to-iso-string' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/date/to-json' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/date/to-primitive' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/date/to-string' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/delay' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/dict' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/dom-collections/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/dom-collections/iterator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/error/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/error/is-error' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/function/bind' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/function/has-instance' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/function/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/function/name' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/function/part' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/function/virtual/bind' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/function/virtual/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/function/virtual/part' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/get-iterator-method' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/get-iterator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/global' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/is-iterable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/json/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/json/stringify' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/map/from' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/map/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/map/of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/acosh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/asinh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/atanh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/cbrt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/clamp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/clz32' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/cosh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/deg-per-rad' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/degrees' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/expm1' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/fround' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/fscale' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/hypot' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/iaddh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/imul' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/imulh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/isubh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/log10' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/log1p' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/log2' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/rad-per-deg' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/radians' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/scale' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/sign' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/signbit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/sinh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/tanh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/trunc' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/umulh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/number/constructor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/number/epsilon' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/number/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/number/is-finite' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/number/is-integer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/number/is-nan' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/number/is-safe-integer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/number/iterator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/number/max-safe-integer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/number/min-safe-integer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/number/parse-float' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/number/parse-int' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/number/to-fixed' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/number/to-precision' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/number/virtual/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/number/virtual/iterator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/number/virtual/to-fixed' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/number/virtual/to-precision' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/assign' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/classof' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/create' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/define-getter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/define-properties' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/define-property' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/define-setter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/define' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/entries' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/freeze' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/get-own-property-descriptor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/get-own-property-descriptors' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/get-own-property-names' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/get-own-property-symbols' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/get-prototype-of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/is-extensible' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/is-frozen' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/is-object' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/is-sealed' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/is' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/keys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/lookup-getter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/lookup-setter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/make' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/prevent-extensions' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/seal' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/set-prototype-of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/values' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/observable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/parse-float' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/parse-int' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/promise' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/promise/finally' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/promise/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/promise/try' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/reflect/apply' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/reflect/construct' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/reflect/define-metadata' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/reflect/define-property' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/reflect/delete-metadata' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/reflect/delete-property' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/reflect/enumerate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/reflect/get-metadata-keys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/reflect/get-metadata' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/reflect/get-own-metadata-keys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/reflect/get-own-metadata' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/reflect/get-own-property-descriptor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/reflect/get-prototype-of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/reflect/get' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/reflect/has-metadata' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/reflect/has-own-metadata' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/reflect/has' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/reflect/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/reflect/is-extensible' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/reflect/metadata' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/reflect/own-keys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/reflect/prevent-extensions' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/reflect/set-prototype-of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/reflect/set' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/regexp/constructor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/regexp/escape' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/regexp/flags' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/regexp/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/regexp/match' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/regexp/replace' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/regexp/search' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/regexp/split' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/regexp/to-string' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/set-immediate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/set-interval' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/set-timeout' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/set' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/set/from' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/set/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/set/of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/anchor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/at' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/big' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/blink' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/bold' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/code-point-at' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/ends-with' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/escape-html' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/fixed' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/fontcolor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/fontsize' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/from-code-point' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/includes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/italics' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/iterator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/link' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/match-all' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/pad-end' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/pad-start' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/raw' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/repeat' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/small' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/starts-with' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/strike' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/sub' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/sup' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/trim-end' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/trim-left' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/trim-right' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/trim-start' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/trim' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/unescape-html' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/anchor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/at' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/big' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/blink' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/bold' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/code-point-at' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/ends-with' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/escape-html' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/fixed' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/fontcolor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/fontsize' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/includes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/italics' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/iterator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/link' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/match-all' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/pad-end' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/pad-start' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/repeat' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/small' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/starts-with' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/strike' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/sub' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/sup' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/trim-end' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/trim-left' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/trim-right' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/trim-start' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/trim' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/unescape-html' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/symbol/async-iterator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/symbol/for' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/symbol/has-instance' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/symbol/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/symbol/is-concat-spreadable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/symbol/iterator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/symbol/key-for' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/symbol/match' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/symbol/observable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/symbol/replace' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/symbol/search' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/symbol/species' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/symbol/split' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/symbol/to-primitive' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/symbol/to-string-tag' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/symbol/unscopables' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/system/global' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/system/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/typed/array-buffer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/typed/data-view' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/typed/float32-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/typed/float64-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/typed/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/typed/int16-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/typed/int32-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/typed/int8-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/typed/uint16-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/typed/uint32-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/typed/uint8-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/typed/uint8-clamped-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/weak-map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/weak-map/from' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/weak-map/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/weak-map/of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/weak-set' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/weak-set/from' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/weak-set/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/weak-set/of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_a-function' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_a-number-value' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_add-to-unscopables' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_an-instance' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_an-object' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_array-copy-within' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_array-fill' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_array-from-iterable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_array-includes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_array-methods' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_array-reduce' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_array-species-constructor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_array-species-create' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_bind' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_classof' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_cof' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_collection-strong' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_collection-to-json' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_collection-weak' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_collection' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_core' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_create-property' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_ctx' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_date-to-iso-string' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_date-to-primitive' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_defined' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_descriptors' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_dom-create' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_entry-virtual' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_enum-bug-keys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_enum-keys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_export' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_fails-is-regexp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_fails' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_fix-re-wks' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_flags' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_flatten-into-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_for-of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_global' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_has' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_hide' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_html' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_ie8-dom-define' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_inherit-if-required' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_invoke' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_iobject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_is-array-iter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_is-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_is-integer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_is-object' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_is-regexp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_iter-call' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_iter-create' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_iter-define' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_iter-detect' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_iter-step' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_iterators' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_keyof' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_library' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_math-expm1' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_math-fround' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_math-log1p' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_math-scale' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_math-sign' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_meta' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_metadata' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_microtask' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_new-promise-capability' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_object-assign' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_object-create' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_object-define' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_object-dp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_object-dps' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_object-forced-pam' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_object-gopd' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_object-gopn-ext' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_object-gopn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_object-gops' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_object-gpo' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_object-keys-internal' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_object-keys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_object-pie' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_object-sap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_object-to-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_own-keys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_parse-float' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_parse-int' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_partial' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_path' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_perform' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_promise-resolve' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_property-desc' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_redefine-all' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_redefine' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_replacer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_same-value' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_set-collection-from' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_set-collection-of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_set-proto' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_set-species' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_set-to-string-tag' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_shared-key' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_shared' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_species-constructor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_strict-method' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_string-at' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_string-context' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_string-html' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_string-pad' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_string-repeat' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_string-trim' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_string-ws' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_task' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_to-absolute-index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_to-index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_to-integer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_to-iobject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_to-length' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_to-object' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_to-primitive' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_typed-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_typed-buffer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_typed' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_uid' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_user-agent' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_validate-collection' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_wks-define' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_wks-ext' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_wks' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/core.delay' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/core.dict' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/core.function.part' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/core.get-iterator-method' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/core.get-iterator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/core.is-iterable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/core.number.iterator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/core.object.classof' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/core.object.define' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/core.object.is-object' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/core.object.make' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/core.regexp.escape' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/core.string.escape-html' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/core.string.unescape-html' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es5' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.array.copy-within' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.array.every' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.array.fill' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.array.filter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.array.find-index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.array.find' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.array.for-each' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.array.from' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.array.index-of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.array.is-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.array.iterator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.array.join' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.array.last-index-of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.array.map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.array.of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.array.reduce-right' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.array.reduce' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.array.slice' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.array.some' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.array.sort' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.array.species' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.date.now' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.date.to-iso-string' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.date.to-json' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.date.to-primitive' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.date.to-string' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.function.bind' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.function.has-instance' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.function.name' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.math.acosh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.math.asinh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.math.atanh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.math.cbrt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.math.clz32' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.math.cosh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.math.expm1' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.math.fround' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.math.hypot' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.math.imul' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.math.log10' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.math.log1p' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.math.log2' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.math.sign' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.math.sinh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.math.tanh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.math.trunc' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.number.constructor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.number.epsilon' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.number.is-finite' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.number.is-integer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.number.is-nan' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.number.is-safe-integer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.number.max-safe-integer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.number.min-safe-integer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.number.parse-float' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.number.parse-int' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.number.to-fixed' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.number.to-precision' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.object.assign' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.object.create' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.object.define-properties' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.object.define-property' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.object.freeze' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.object.get-own-property-descriptor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.object.get-own-property-names' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.object.get-prototype-of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.object.is-extensible' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.object.is-frozen' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.object.is-sealed' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.object.is' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.object.keys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.object.prevent-extensions' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.object.seal' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.object.set-prototype-of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.object.to-string' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.parse-float' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.parse-int' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.promise' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.reflect.apply' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.reflect.construct' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.reflect.define-property' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.reflect.delete-property' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.reflect.enumerate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.reflect.get-own-property-descriptor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.reflect.get-prototype-of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.reflect.get' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.reflect.has' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.reflect.is-extensible' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.reflect.own-keys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.reflect.prevent-extensions' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.reflect.set-prototype-of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.reflect.set' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.regexp.constructor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.regexp.flags' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.regexp.match' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.regexp.replace' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.regexp.search' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.regexp.split' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.regexp.to-string' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.set' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.string.anchor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.string.big' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.string.blink' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.string.bold' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.string.code-point-at' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.string.ends-with' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.string.fixed' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.string.fontcolor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.string.fontsize' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.string.from-code-point' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.string.includes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.string.italics' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.string.iterator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.string.link' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.string.raw' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.string.repeat' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.string.small' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.string.starts-with' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.string.strike' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.string.sub' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.string.sup' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.string.trim' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.symbol' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.typed.array-buffer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.typed.data-view' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.typed.float32-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.typed.float64-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.typed.int16-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.typed.int32-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.typed.int8-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.typed.uint16-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.typed.uint32-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.typed.uint8-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.typed.uint8-clamped-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.weak-map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.weak-set' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.array.flat-map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.array.flatten' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.array.includes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.asap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.error.is-error' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.global' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.map.from' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.map.of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.map.to-json' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.math.clamp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.math.deg-per-rad' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.math.degrees' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.math.fscale' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.math.iaddh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.math.imulh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.math.isubh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.math.rad-per-deg' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.math.radians' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.math.scale' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.math.signbit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.math.umulh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.object.define-getter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.object.define-setter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.object.entries' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.object.get-own-property-descriptors' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.object.lookup-getter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.object.lookup-setter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.object.values' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.observable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.promise.finally' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.promise.try' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.reflect.define-metadata' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.reflect.delete-metadata' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.reflect.get-metadata-keys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.reflect.get-metadata' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.reflect.get-own-metadata-keys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.reflect.get-own-metadata' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.reflect.has-metadata' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.reflect.has-own-metadata' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.reflect.metadata' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.set.from' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.set.of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.set.to-json' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.string.at' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.string.match-all' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.string.pad-end' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.string.pad-start' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.string.trim-left' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.string.trim-right' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.symbol.async-iterator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.symbol.observable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.system.global' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.weak-map.from' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.weak-map.of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.weak-set.from' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.weak-set.of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/web.dom.iterable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/web.immediate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/web.timers' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/shim' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/stage/0' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/stage/1' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/stage/2' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/stage/3' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/stage/4' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/stage/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/stage/pre' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/web/dom-collections' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/web/immediate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/web/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/web/timers' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_a-function' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_a-number-value' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_add-to-unscopables' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_an-instance' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_an-object' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_array-copy-within' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_array-fill' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_array-from-iterable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_array-includes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_array-methods' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_array-reduce' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_array-species-constructor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_array-species-create' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_bind' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_classof' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_cof' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_collection-strong' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_collection-to-json' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_collection-weak' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_collection' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_core' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_create-property' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_ctx' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_date-to-iso-string' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_date-to-primitive' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_defined' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_descriptors' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_dom-create' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_entry-virtual' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_enum-bug-keys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_enum-keys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_export' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_fails-is-regexp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_fails' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_fix-re-wks' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_flags' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_flatten-into-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_for-of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_global' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_has' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_hide' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_html' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_ie8-dom-define' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_inherit-if-required' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_invoke' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_iobject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_is-array-iter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_is-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_is-integer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_is-object' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_is-regexp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_iter-call' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_iter-create' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_iter-define' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_iter-detect' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_iter-step' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_iterators' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_keyof' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_library' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_math-expm1' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_math-fround' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_math-log1p' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_math-scale' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_math-sign' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_meta' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_metadata' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_microtask' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_new-promise-capability' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_object-assign' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_object-create' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_object-define' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_object-dp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_object-dps' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_object-forced-pam' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_object-gopd' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_object-gopn-ext' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_object-gopn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_object-gops' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_object-gpo' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_object-keys-internal' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_object-keys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_object-pie' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_object-sap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_object-to-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_own-keys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_parse-float' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_parse-int' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_partial' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_path' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_perform' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_promise-resolve' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_property-desc' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_redefine-all' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_redefine' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_replacer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_same-value' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_set-collection-from' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_set-collection-of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_set-proto' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_set-species' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_set-to-string-tag' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_shared-key' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_shared' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_species-constructor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_strict-method' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_string-at' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_string-context' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_string-html' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_string-pad' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_string-repeat' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_string-trim' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_string-ws' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_task' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_to-absolute-index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_to-index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_to-integer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_to-iobject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_to-length' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_to-object' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_to-primitive' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_typed-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_typed-buffer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_typed' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_uid' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_user-agent' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_validate-collection' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_wks-define' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_wks-ext' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_wks' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/core.delay' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/core.dict' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/core.function.part' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/core.get-iterator-method' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/core.get-iterator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/core.is-iterable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/core.number.iterator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/core.object.classof' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/core.object.define' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/core.object.is-object' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/core.object.make' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/core.regexp.escape' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/core.string.escape-html' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/core.string.unescape-html' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es5' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.array.copy-within' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.array.every' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.array.fill' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.array.filter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.array.find-index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.array.find' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.array.for-each' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.array.from' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.array.index-of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.array.is-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.array.iterator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.array.join' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.array.last-index-of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.array.map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.array.of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.array.reduce-right' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.array.reduce' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.array.slice' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.array.some' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.array.sort' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.array.species' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.date.now' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.date.to-iso-string' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.date.to-json' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.date.to-primitive' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.date.to-string' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.function.bind' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.function.has-instance' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.function.name' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.math.acosh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.math.asinh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.math.atanh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.math.cbrt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.math.clz32' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.math.cosh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.math.expm1' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.math.fround' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.math.hypot' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.math.imul' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.math.log10' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.math.log1p' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.math.log2' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.math.sign' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.math.sinh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.math.tanh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.math.trunc' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.number.constructor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.number.epsilon' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.number.is-finite' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.number.is-integer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.number.is-nan' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.number.is-safe-integer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.number.max-safe-integer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.number.min-safe-integer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.number.parse-float' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.number.parse-int' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.number.to-fixed' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.number.to-precision' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.object.assign' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.object.create' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.object.define-properties' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.object.define-property' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.object.freeze' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.object.get-own-property-descriptor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.object.get-own-property-names' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.object.get-prototype-of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.object.is-extensible' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.object.is-frozen' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.object.is-sealed' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.object.is' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.object.keys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.object.prevent-extensions' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.object.seal' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.object.set-prototype-of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.object.to-string' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.parse-float' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.parse-int' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.promise' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.reflect.apply' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.reflect.construct' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.reflect.define-property' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.reflect.delete-property' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.reflect.enumerate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.reflect.get-own-property-descriptor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.reflect.get-prototype-of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.reflect.get' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.reflect.has' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.reflect.is-extensible' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.reflect.own-keys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.reflect.prevent-extensions' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.reflect.set-prototype-of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.reflect.set' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.regexp.constructor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.regexp.flags' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.regexp.match' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.regexp.replace' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.regexp.search' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.regexp.split' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.regexp.to-string' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.set' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.string.anchor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.string.big' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.string.blink' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.string.bold' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.string.code-point-at' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.string.ends-with' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.string.fixed' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.string.fontcolor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.string.fontsize' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.string.from-code-point' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.string.includes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.string.italics' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.string.iterator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.string.link' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.string.raw' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.string.repeat' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.string.small' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.string.starts-with' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.string.strike' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.string.sub' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.string.sup' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.string.trim' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.symbol' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.typed.array-buffer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.typed.data-view' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.typed.float32-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.typed.float64-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.typed.int16-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.typed.int32-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.typed.int8-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.typed.uint16-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.typed.uint32-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.typed.uint8-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.typed.uint8-clamped-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.weak-map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.weak-set' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.array.flat-map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.array.flatten' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.array.includes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.asap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.error.is-error' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.global' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.map.from' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.map.of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.map.to-json' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.math.clamp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.math.deg-per-rad' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.math.degrees' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.math.fscale' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.math.iaddh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.math.imulh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.math.isubh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.math.rad-per-deg' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.math.radians' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.math.scale' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.math.signbit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.math.umulh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.object.define-getter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.object.define-setter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.object.entries' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.object.get-own-property-descriptors' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.object.lookup-getter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.object.lookup-setter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.object.values' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.observable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.promise.finally' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.promise.try' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.reflect.define-metadata' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.reflect.delete-metadata' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.reflect.get-metadata-keys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.reflect.get-metadata' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.reflect.get-own-metadata-keys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.reflect.get-own-metadata' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.reflect.has-metadata' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.reflect.has-own-metadata' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.reflect.metadata' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.set.from' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.set.of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.set.to-json' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.string.at' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.string.match-all' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.string.pad-end' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.string.pad-start' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.string.trim-left' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.string.trim-right' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.symbol.async-iterator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.symbol.observable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.system.global' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.weak-map.from' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.weak-map.of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.weak-set.from' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.weak-set.of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/library/_add-to-unscopables' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/library/_collection' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/library/_export' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/library/_library' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/library/_path' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/library/_redefine-all' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/library/_redefine' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/library/_set-species' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/library/es6.date.to-json' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/library/es6.date.to-primitive' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/library/es6.date.to-string' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/library/es6.function.name' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/library/es6.number.constructor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/library/es6.object.to-string' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/library/es6.regexp.constructor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/library/es6.regexp.flags' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/library/es6.regexp.match' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/library/es6.regexp.replace' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/library/es6.regexp.search' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/library/es6.regexp.split' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/library/es6.regexp.to-string' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/library/web.dom.iterable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/web.dom.iterable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/web.immediate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/web.timers' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/shim' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/stage/0' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/stage/1' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/stage/2' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/stage/3' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/stage/4' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/stage/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/stage/pre' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/web/dom-collections' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/web/immediate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/web/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/web/timers' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-util-is/lib/util' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-util-is/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/crc/lib/crc' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/crc/lib/crc1' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/crc/lib/crc16_ccitt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/crc/lib/crc16_modbus' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/crc/lib/crc16_xmodem' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/crc/lib/crc16' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/crc/lib/crc24' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/crc/lib/crc32' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/crc/lib/crc8_1wire' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/crc/lib/crc8' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/crc/lib/create' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/crc/lib/hex' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/crc/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/create-error-class/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/create-react-class/create-react-class' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/create-react-class/create-react-class.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/create-react-class/factory' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/create-react-class/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cross-spawn/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cross-spawn/lib/enoent' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cross-spawn/lib/parse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cross-spawn/lib/util/escapeArgument' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cross-spawn/lib/util/escapeCommand' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cross-spawn/lib/util/hasEmptyArgumentBug' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cross-spawn/lib/util/readShebang' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cross-spawn/lib/util/resolveCommand' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cryptiles/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cryptiles/test/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/crypto-token/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/crypto-token/test/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/csrf/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/csrf/node_modules/uid-safe/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssom/lib/clone' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssom/lib/CSSDocumentRule' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssom/lib/CSSFontFaceRule' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssom/lib/CSSHostRule' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssom/lib/CSSImportRule' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssom/lib/CSSKeyframeRule' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssom/lib/CSSKeyframesRule' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssom/lib/CSSMediaRule' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssom/lib/CSSOM' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssom/lib/CSSRule' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssom/lib/CSSStyleDeclaration' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssom/lib/CSSStyleRule' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssom/lib/CSSStyleSheet' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssom/lib/CSSValue' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssom/lib/CSSValueExpression' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssom/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssom/lib/MatcherList' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssom/lib/MediaList' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssom/lib/parse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssom/lib/Parser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssom/lib/snapshot' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssom/lib/StyleSheet' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/CSSStyleDeclaration' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/parsers' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/alignmentBaseline' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/azimuth' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/background' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/backgroundAttachment' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/backgroundClip' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/backgroundColor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/backgroundImage' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/backgroundOrigin' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/backgroundPosition' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/backgroundPositionX' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/backgroundPositionY' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/backgroundRepeat' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/backgroundRepeatX' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/backgroundRepeatY' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/backgroundSize' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/baselineShift' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/border' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderBottom' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderBottomColor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderBottomLeftRadius' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderBottomRightRadius' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderBottomStyle' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderBottomWidth' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderCollapse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderColor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderImage' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderImageOutset' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderImageRepeat' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderImageSlice' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderImageSource' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderImageWidth' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderLeft' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderLeftColor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderLeftStyle' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderLeftWidth' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderRadius' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderRightColor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderRightStyle' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderRightWidth' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderSpacing' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderStyle' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderTop' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderTopColor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderTopLeftRadius' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderTopRightRadius' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderTopStyle' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderTopWidth' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderWidth' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/bottom' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/boxShadow' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/boxSizing' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/captionSide' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/clear' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/clip' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/color' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/colorInterpolation' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/colorInterpolationFilters' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/colorProfile' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/colorRendering' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/content' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/counterIncrement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/counterReset' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/cssFloat' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/cue' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/cueAfter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/cueBefore' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/cursor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/direction' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/display' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/dominantBaseline' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/elevation' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/emptyCells' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/enableBackground' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/fill' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/fillOpacity' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/fillRule' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/filter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/floodColor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/floodOpacity' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/font' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/fontFamily' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/fontSize' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/fontSizeAdjust' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/fontStretch' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/fontStyle' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/fontVariant' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/fontWeight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/glyphOrientationHorizontal' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/glyphOrientationVertical' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/height' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/imageRendering' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/kerning' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/left' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/letterSpacing' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/lightingColor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/lineHeight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/listStyle' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/listStyleImage' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/listStylePosition' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/listStyleType' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/margin' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/marginBottom' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/marginLeft' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/marginRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/marginTop' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/marker' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/markerEnd' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/markerMid' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/markerOffset' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/markerStart' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/marks' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/mask' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/maxHeight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/maxWidth' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/minHeight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/minWidth' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/opacity' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/orphans' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/outline' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/outlineColor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/outlineOffset' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/outlineStyle' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/outlineWidth' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/overflow' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/overflowX' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/overflowY' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/padding' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/paddingBottom' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/paddingLeft' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/paddingRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/paddingTop' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/page' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/pageBreakAfter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/pageBreakBefore' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/pageBreakInside' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/pause' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/pauseAfter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/pauseBefore' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/pitch' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/pitchRange' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/playDuring' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/pointerEvents' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/position' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/quotes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/resize' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/richness' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/right' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/shapeRendering' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/size' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/speak' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/speakHeader' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/speakNumeral' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/speakPunctuation' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/speechRate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/src' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/stopColor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/stopOpacity' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/stress' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/stroke' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/strokeDasharray' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/strokeDashoffset' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/strokeLinecap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/strokeLinejoin' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/strokeMiterlimit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/strokeOpacity' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/strokeWidth' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/tableLayout' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/textAlign' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/textAnchor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/textDecoration' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/textIndent' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/textLineThrough' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/textLineThroughColor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/textLineThroughMode' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/textLineThroughStyle' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/textLineThroughWidth' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/textOverflow' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/textOverline' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/textOverlineColor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/textOverlineMode' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/textOverlineStyle' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/textOverlineWidth' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/textRendering' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/textShadow' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/textTransform' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/textUnderline' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/textUnderlineColor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/textUnderlineMode' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/textUnderlineStyle' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/textUnderlineWidth' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/top' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/unicodeBidi' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/unicodeRange' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/vectorEffect' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/verticalAlign' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/visibility' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/voiceFamily' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/volume' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitAnimation' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitAnimationDelay' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitAnimationDirection' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitAnimationDuration' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitAnimationFillMode' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitAnimationIterationCount' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitAnimationName' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitAnimationPlayState' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitAnimationTimingFunction' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitAppearance' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitAspectRatio' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBackfaceVisibility' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBackgroundClip' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBackgroundComposite' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBackgroundOrigin' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBackgroundSize' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBorderAfter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBorderAfterColor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBorderAfterStyle' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBorderAfterWidth' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBorderBefore' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBorderBeforeColor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBorderBeforeStyle' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBorderBeforeWidth' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBorderEnd' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBorderEndColor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBorderEndStyle' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBorderEndWidth' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBorderFit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBorderHorizontalSpacing' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBorderImage' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBorderRadius' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBorderStart' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBorderStartColor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBorderStartStyle' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBorderStartWidth' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBorderVerticalSpacing' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBoxAlign' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBoxDirection' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBoxFlex' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBoxFlexGroup' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBoxLines' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBoxOrdinalGroup' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBoxOrient' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBoxPack' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBoxReflect' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBoxShadow' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitColorCorrection' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitColumnAxis' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitColumnBreakAfter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitColumnBreakBefore' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitColumnBreakInside' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitColumnCount' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitColumnGap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitColumnRule' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitColumnRuleColor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitColumnRuleStyle' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitColumnRuleWidth' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitColumns' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitColumnSpan' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitColumnWidth' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitFilter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitFlexAlign' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitFlexDirection' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitFlexFlow' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitFlexItemAlign' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitFlexLinePack' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitFlexOrder' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitFlexPack' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitFlexWrap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitFlowFrom' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitFlowInto' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitFontFeatureSettings' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitFontKerning' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitFontSizeDelta' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitFontSmoothing' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitFontVariantLigatures' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitHighlight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitHyphenateCharacter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitHyphenateLimitAfter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitHyphenateLimitBefore' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitHyphenateLimitLines' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitHyphens' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitLineAlign' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitLineBoxContain' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitLineBreak' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitLineClamp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitLineGrid' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitLineSnap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitLocale' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitLogicalHeight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitLogicalWidth' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMarginAfter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMarginAfterCollapse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMarginBefore' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMarginBeforeCollapse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMarginBottomCollapse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMarginCollapse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMarginEnd' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMarginStart' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMarginTopCollapse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMarquee' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMarqueeDirection' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMarqueeIncrement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMarqueeRepetition' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMarqueeSpeed' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMarqueeStyle' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMask' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMaskAttachment' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMaskBoxImage' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMaskBoxImageOutset' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMaskBoxImageRepeat' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMaskBoxImageSlice' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMaskBoxImageSource' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMaskBoxImageWidth' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMaskClip' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMaskComposite' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMaskImage' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMaskOrigin' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMaskPosition' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMaskPositionX' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMaskPositionY' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMaskRepeat' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMaskRepeatX' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMaskRepeatY' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMaskSize' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMatchNearestMailBlockquoteColor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMaxLogicalHeight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMaxLogicalWidth' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMinLogicalHeight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMinLogicalWidth' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitNbspMode' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitOverflowScrolling' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitPaddingAfter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitPaddingBefore' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitPaddingEnd' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitPaddingStart' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitPerspective' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitPerspectiveOrigin' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitPerspectiveOriginX' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitPerspectiveOriginY' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitPrintColorAdjust' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitRegionBreakAfter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitRegionBreakBefore' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitRegionBreakInside' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitRegionOverflow' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitRtlOrdering' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitSvgShadow' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTapHighlightColor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTextCombine' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTextDecorationsInEffect' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTextEmphasis' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTextEmphasisColor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTextEmphasisPosition' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTextEmphasisStyle' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTextFillColor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTextOrientation' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTextSecurity' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTextSizeAdjust' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTextStroke' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTextStrokeColor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTextStrokeWidth' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTransform' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTransformOrigin' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTransformOriginX' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTransformOriginY' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTransformOriginZ' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTransformStyle' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTransition' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTransitionDelay' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTransitionDuration' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTransitionProperty' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTransitionTimingFunction' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitUserDrag' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitUserModify' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitUserSelect' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitWrap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitWrapFlow' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitWrapMargin' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitWrapPadding' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitWrapShapeInside' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitWrapShapeOutside' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitWrapThrough' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitWritingMode' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/whiteSpace' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/widows' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/width' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/wordBreak' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/wordSpacing' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/wordWrap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/writingMode' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/zIndex' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/zoom' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/scripts/generate_properties' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/tests/tests' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/csurf/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/dashdash/lib/dashdash' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/data-uri-to-buffer/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/data-uri-to-buffer/test/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/dateformat/lib/dateformat' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/debug/karma.conf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/debug/node_modules/ms/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/debug/node' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/debug/src/browser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/debug/src/debug' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/debug/src/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/debug/src/inspector-log' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/debug/src/node' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/decache/decache' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/decache/lib/mymodule/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/decache/lib/othermodule' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/decache/setup' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/decache/test/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/decamelize/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/dedent/dist/dedent' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/deep-diff/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/deep-diff/releases/deep-diff-0.1.3.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/deep-diff/releases/deep-diff-0.1.4.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/deep-diff/releases/deep-diff-0.1.5.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/deep-diff/releases/deep-diff-0.1.6.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/deep-diff/releases/deep-diff-0.1.7.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/deep-diff/releases/deep-diff-0.2.0.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/deep-diff/releases/deep-diff-0.3.0.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/deep-diff/releases/deep-diff-0.3.1.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/deep-diff/releases/deep-diff-0.3.2.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/deep-diff/releases/deep-diff-0.3.3.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/deep-diff/releases/deep-diff-0.3.4.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/deep-diff/releases/deep-diff-debug.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/deep-extend/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/deep-extend/lib/deep-extend' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/deep-is/example/cmp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/deep-is/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/deep-is/test/cmp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/deep-is/test/NaN' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/deep-is/test/neg-vs-pos-0' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/deepmerge/dist/cjs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/deepmerge/dist/es' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/deepmerge/dist/umd' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/deepmerge/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/deepmerge/rollup.config' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/default-require-extensions/js' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/default-require-extensions/json' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/define-properties/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/define-properties/test/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/degenerator/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/degenerator/test/basic.expected' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/degenerator/test/basic' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/degenerator/test/get-example.expected' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/degenerator/test/get-example' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/degenerator/test/multiple.expected' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/degenerator/test/multiple' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/degenerator/test/pac-resolver-gh-16.expected' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/degenerator/test/pac-resolver-gh-16' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/degenerator/test/pac-resolver-gh-3.expected' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/degenerator/test/pac-resolver-gh-3' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/degenerator/test/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/delay-async/delayAsync' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/delayed-stream/lib/delayed_stream' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/delegates/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/delegates/test/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/denodeify/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/denodeify/test/es6-promise-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/denodeify/test/es6-shim-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/denodeify/test/helpers' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/denodeify/test/lie-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/denodeify/test/native-promise-only-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/depd/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/depd/lib/browser/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/depd/lib/compat/callsite-tostring' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/depd/lib/compat/event-listener-count' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/depd/lib/compat/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/destroy/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/detect-indent/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/detect-libc/bin/detect-libc' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/detect-libc/lib/detect-libc' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/detect-newline/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/diff/dist/diff' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/diff/dist/diff.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/diff/lib/convert/dmp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/diff/lib/convert/xml' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/diff/lib/diff/array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/diff/lib/diff/base' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/diff/lib/diff/character' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/diff/lib/diff/css' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/diff/lib/diff/json' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/diff/lib/diff/line' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/diff/lib/diff/sentence' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/diff/lib/diff/word' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/diff/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/diff/lib/patch/apply' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/diff/lib/patch/create' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/diff/lib/patch/merge' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/diff/lib/patch/parse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/diff/lib/util/array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/diff/lib/util/distance-iterator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/diff/lib/util/params' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/diff/runtime' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/dom-walk/example/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/dom-walk/example/static/bundle' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/dom-walk/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/dot-case/dot-case' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/duplexer2/example' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/duplexer2/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/duplexer2/node_modules/readable-stream/duplex' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/duplexer2/node_modules/readable-stream/lib/_stream_duplex' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/duplexer2/node_modules/readable-stream/lib/_stream_passthrough' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/duplexer2/node_modules/readable-stream/lib/_stream_readable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/duplexer2/node_modules/readable-stream/lib/_stream_transform' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/duplexer2/node_modules/readable-stream/lib/_stream_writable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/duplexer2/node_modules/readable-stream/passthrough' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/duplexer2/node_modules/readable-stream/readable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/duplexer2/node_modules/readable-stream/transform' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/duplexer2/node_modules/readable-stream/writable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/duplexer2/node_modules/string_decoder/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/duplexer2/test/tests' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/duplexer3/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ecc-jsbn/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ecc-jsbn/lib/ec' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ecc-jsbn/lib/sec' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ecc-jsbn/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ecdsa-sig-formatter/src/ecdsa-sig-formatter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ecdsa-sig-formatter/src/param-bytes-for-alg' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ee-first/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/encodeurl/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/encoding/lib/encoding' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/encoding/lib/iconv-loader' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/encoding/test/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/envinfo/src/cli' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/envinfo/src/envinfo' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/envinfo/src/helpers' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/errno/build' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/errno/cli' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/errno/custom' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/errno/errno' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/errno/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/error-ex/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/errorhandler/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/errorhandler/node_modules/accepts/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/errorhandler/node_modules/negotiator/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/errorhandler/node_modules/negotiator/lib/charset' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/errorhandler/node_modules/negotiator/lib/encoding' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/errorhandler/node_modules/negotiator/lib/language' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/errorhandler/node_modules/negotiator/lib/mediaType' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/es2015' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/es2016' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/es2017' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/es5' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/es6' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/es7' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/helpers/assign' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/helpers/isFinite' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/helpers/isNaN' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/helpers/isPrimitive' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/helpers/mod' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/helpers/sign' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/operations/2015' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/operations/2016' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/operations/2017' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/operations/es5' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/test/diffOps' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/test/es2015' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/test/es2016' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/test/es2017' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/test/es5' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/test/es6' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/test/es7' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/test/helpers/values' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/test/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/test/tests' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es-to-primitive/es5' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es-to-primitive/es6' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es-to-primitive/helpers/isPrimitive' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es-to-primitive/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es-to-primitive/test/es5' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es-to-primitive/test/es6' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es-to-primitive/test/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es6-error/babel-config' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es6-error/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es6-error/lib/index.jsnext' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es6-error/lib/index.ts' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es6-error/src/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es6-error/test/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es6-promise/auto' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es6-promise/dist/es6-promise.auto' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es6-promise/dist/es6-promise.auto.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es6-promise/dist/es6-promise' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es6-promise/dist/es6-promise.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es6-promise/lib/es6-promise.auto' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es6-promise/lib/es6-promise' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es6-promise/lib/es6-promise/-internal' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es6-promise/lib/es6-promise/asap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es6-promise/lib/es6-promise/enumerator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es6-promise/lib/es6-promise/polyfill' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es6-promise/lib/es6-promise/promise' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es6-promise/lib/es6-promise/promise/all' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es6-promise/lib/es6-promise/promise/race' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es6-promise/lib/es6-promise/promise/reject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es6-promise/lib/es6-promise/promise/resolve' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es6-promise/lib/es6-promise/then' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es6-promise/lib/es6-promise/utils' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es6-promisify/dist/promise' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es6-promisify/dist/promisify' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/escape-html/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/escape-string-regexp/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/escodegen/bin/escodegen' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/escodegen/bin/esgenerate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/escodegen/escodegen' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/esprima/bin/esparse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/esprima/bin/esvalidate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/esprima/dist/esprima' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/estraverse/estraverse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/estraverse/gulpfile' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/esutils/lib/ast' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/esutils/lib/code' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/esutils/lib/keyword' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/esutils/lib/utils' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/etag/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/event-target-shim/dist/event-target-shim' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/event-target-shim/dist/event-target-shim.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/event-target-shim/lib/commons' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/event-target-shim/lib/custom-event-target' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/event-target-shim/lib/event-target' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/event-target-shim/lib/event-wrapper' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/eventemitter3/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/eventemitter3/umd/eventemitter3.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/exec-async/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/exec-sh/example/example' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/exec-sh/lib/exec-sh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/execa/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/execa/lib/errname' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/execa/lib/stdio' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/exists-async/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expand-brackets/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expand-range/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expect/build-es5/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expect/build/asymmetric_matchers' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expect/build/extract_expected_assertions_errors' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expect/build/fake_chalk' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expect/build/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expect/build/jasmine_utils' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expect/build/jest_matchers_object' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expect/build/matchers' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expect/build/spy_matchers' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expect/build/to_throw_matchers' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expect/build/utils' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/AppEntry' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/flow/metro-bundler' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/flow/react-native-gesture-handler' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/__mocks__/Constants-development' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/__tests__/Amplitude-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/__tests__/AuthSession-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/__tests__/Constants-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/__tests__/ErrorRecovery-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/__tests__/Expo-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/__tests__/Facebook-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/__tests__/Font-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/__tests__/Location-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/__tests__/Notifications-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/__tests__/SecureStore-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/__tests__/Segment-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/__tests__/WebBrowser-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/admob/RNAdMobBanner' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/admob/RNAdMobInterstitial' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/admob/RNAdMobRewarded' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/admob/RNPublisherBanner' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/Amplitude' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/apisAreAvailable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/Asset' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/AuthSession' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/av/Audio' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/av/Audio/Recording' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/av/Audio/Sound' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/av/AV' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/av/Video' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/BarCodeScanner.android' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/BarCodeScanner.ios' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/Brightness' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/Camera' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/CameraBasedBarCodeScanner' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/Constants' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/Contacts' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/DangerZone' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/DocumentPicker' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/effects/BlurView.android' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/effects/BlurView.ios' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/effects/LinearGradient.android' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/effects/LinearGradient.ios' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/environment/__tests__/validate-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/environment/logging' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/environment/validate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/ErrorRecovery' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/Expo' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/facebook-ads/AdSettings' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/facebook-ads/BannerViewManager' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/facebook-ads/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/facebook-ads/InterstitialAdManager' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/facebook-ads/NativeAdsManager' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/facebook-ads/withNativeAd' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/Facebook' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/FaceDetector' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/FileSystem' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/Fingerprint' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/Font' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/GLView' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/Google' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/Icon' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/ImageManipulator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/ImagePicker' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/IntentLauncherAndroid' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/KeepAwake' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/launch/AppLoading' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/launch/AppLoadingNativeWrapper.android' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/launch/AppLoadingNativeWrapper.ios' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/launch/registerRootComponent' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/launch/RootErrorBoundary' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/lib/Queue' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/Location' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/logs/__tests__/Logs-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/logs/__tests__/LogSerialization-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/logs/__tests__/RemoteConsole-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/logs/__tests__/RemoteLogging-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/logs/__tests__/RemoteLogs-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/logs/Logs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/logs/LogSerialization' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/logs/RemoteConsole' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/logs/RemoteLogging' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/modal/Modal' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/modal/ModalHost' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/modal/ModalImplementation' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/modal/PureContainer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/Notifications' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/OldBarCodeScanner' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/Payments' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/Pedometer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/Permissions' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/ScreenOrientation' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/SecureStore' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/Segment' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/sensor/__tests__/Accelerometer-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/sensor/__tests__/DeviceMotion-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/sensor/__tests__/DeviceSensor-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/sensor/__tests__/Gyroscope-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/sensor/__tests__/Magnetometer-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/sensor/Accelerometer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/sensor/DeviceMotion' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/sensor/DeviceSensor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/sensor/Gyroscope' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/sensor/Magnetometer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/sensor/MagnetometerUncalibrated' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/sensor/ThreeAxisSensor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/Speech' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/SQLite' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/Svg' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/takeSnapshotAsync' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/timer/polyfillNextTick' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/Util' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/WebBrowser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/tools/hashAssetFiles' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/tools/LogReporter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express-session/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express-session/node_modules/debug/browser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express-session/node_modules/debug/debug' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express-session/node_modules/debug/node' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express-session/node_modules/depd/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express-session/node_modules/depd/lib/compat/buffer-concat' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express-session/node_modules/depd/lib/compat/callsite-tostring' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express-session/node_modules/depd/lib/compat/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express-session/session/cookie' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express-session/session/memory' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express-session/session/session' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express-session/session/store' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express/lib/application' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express/lib/express' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express/lib/middleware/init' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express/lib/middleware/query' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express/lib/request' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express/lib/response' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express/lib/router/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express/lib/router/layer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express/lib/router/route' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express/lib/utils' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express/lib/view' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express/node_modules/accepts/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express/node_modules/cookie/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express/node_modules/etag/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express/node_modules/finalhandler/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express/node_modules/fresh/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express/node_modules/negotiator/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express/node_modules/negotiator/lib/charset' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express/node_modules/negotiator/lib/encoding' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express/node_modules/negotiator/lib/language' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express/node_modules/negotiator/lib/mediaType' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express/node_modules/path-to-regexp/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express/node_modules/serve-static/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express/node_modules/setprototypeof/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express/node_modules/utils-merge/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/extend/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/external-editor/example_async' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/external-editor/example_sync' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/external-editor/main/errors/CreateFileError' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/external-editor/main/errors/LaunchEditorError' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/external-editor/main/errors/ReadFileError' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/external-editor/main/errors/RemoveFileError' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/external-editor/main/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/extglob/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/extsprintf/lib/extsprintf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fancy-log/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fast-deep-equal/benchmark/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fast-deep-equal/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fast-deep-equal/spec/index.spec' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fast-deep-equal/spec/tests' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fast-json-stable-stringify/benchmark/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fast-json-stable-stringify/example/key_cmp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fast-json-stable-stringify/example/nested' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fast-json-stable-stringify/example/str' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fast-json-stable-stringify/example/value_cmp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fast-json-stable-stringify/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fast-json-stable-stringify/test/cmp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fast-json-stable-stringify/test/nested' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fast-json-stable-stringify/test/str' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fast-json-stable-stringify/test/to-json' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fast-levenshtein/levenshtein' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fb-watchman/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbemitter/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbemitter/lib/BaseEventEmitter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbemitter/lib/EmitterSubscription' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbemitter/lib/EventSubscription' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbemitter/lib/EventSubscriptionVendor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs-scripts/babel/default-options' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs-scripts/gulp/check-dependencies' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs-scripts/gulp/module-map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs-scripts/gulp/shared/provides-module' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs-scripts/gulp/strip-provides-module' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs-scripts/jest/createCacheKeyFunction' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs-scripts/jest/environment' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs-scripts/jest/preprocessor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs-scripts/node/check-dev-engines' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs-scripts/node/check-lib-requires' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/flow/lib/dev' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/__mocks__/base62' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/__mocks__/crc32' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/__mocks__/ErrorUtils' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/__mocks__/fetch' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/__mocks__/fetchWithRetries' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/__mocks__/nullthrows' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/_shouldPolyfillES6Collection' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/areEqual' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/base62' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/camelize' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/camelizeStyleName' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/compactArray' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/concatAllArray' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/containsNode' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/countDistinct' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/crc32' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/createArrayFromMixed' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/createNodesFromMarkup' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/CSSCore' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/cx' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/DataTransfer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/Deferred' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/distinctArray' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/emptyFunction' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/emptyObject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/enumerate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/equalsIterable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/equalsSet' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/ErrorUtils' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/EventListener' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/everyObject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/everySet' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/ExecutionEnvironment' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/fetch' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/fetchWithRetries' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/filterObject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/flatMapArray' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/flattenArray' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/focusNode' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/forEachObject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/getActiveElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/getDocumentScrollElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/getElementPosition' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/getElementRect' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/getMarkupWrap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/getScrollPosition' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/getStyleProperty' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/getUnboundedScrollPosition' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/getViewportDimensions' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/groupArray' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/hyphenate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/hyphenateStyleName' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/invariant' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/isEmpty' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/isNode' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/isTextNode' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/joinClasses' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/keyMirror' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/keyMirrorRecursive' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/keyOf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/Keys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/Map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/mapObject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/maxBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/memoizeStringOnly' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/minBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/monitorCodeUse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/nativeRequestAnimationFrame' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/nullthrows' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/partitionArray' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/partitionObject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/partitionObjectByKey' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/performance' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/performanceNow' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/PhotosMimeType' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/Promise' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/Promise.native' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/PromiseMap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/removeFromArray' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/requestAnimationFrame' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/resolveImmediate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/Scroll' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/Set' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/setImmediate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/shallowEqual' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/someObject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/someSet' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/sprintf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/Style' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/TokenizeUtil' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/TouchEventUtils' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/UnicodeBidi' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/UnicodeBidiDirection' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/UnicodeBidiService' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/UnicodeCJK' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/UnicodeHangulKorean' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/UnicodeUtils' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/UnicodeUtilsExtra' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/URI' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/UserAgent' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/UserAgentData' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/VersionRange' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/warning' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/xhrSimpleDataSerializer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/build/config' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/build/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/client/core' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/client/core.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/client/library' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/client/library.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/client/shim' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/client/shim.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/core/_' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/core/delay' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/core/dict' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/core/function' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/core/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/core/log' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/core/number' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/core/object' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/core/string' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/es5/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/es6/array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/es6/function' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/es6/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/es6/map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/es6/math' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/es6/number' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/es6/object' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/es6/promise' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/es6/reflect' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/es6/regexp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/es6/set' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/es6/string' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/es6/symbol' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/es6/weak-map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/es6/weak-set' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/es7/array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/es7/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/es7/map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/es7/object' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/es7/regexp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/es7/set' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/es7/string' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/_' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/concat' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/copy-within' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/entries' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/every' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/fill' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/filter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/find-index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/find' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/for-each' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/from' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/includes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/index-of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/iterator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/join' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/keys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/last-index-of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/pop' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/push' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/reduce-right' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/reduce' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/reverse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/shift' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/slice' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/some' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/sort' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/splice' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/unshift' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/values' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/clear-immediate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/delay' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/dict' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/function/has-instance' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/function/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/function/name' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/function/part' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/get-iterator-method' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/get-iterator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/html-collection/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/html-collection/iterator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/is-iterable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/json/stringify' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/log' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/math/acosh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/math/asinh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/math/atanh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/math/cbrt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/math/clz32' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/math/cosh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/math/expm1' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/math/fround' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/math/hypot' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/math/imul' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/math/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/math/log10' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/math/log1p' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/math/log2' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/math/sign' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/math/sinh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/math/tanh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/math/trunc' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/node-list/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/node-list/iterator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/number/epsilon' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/number/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/number/is-finite' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/number/is-integer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/number/is-nan' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/number/is-safe-integer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/number/iterator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/number/max-safe-integer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/number/min-safe-integer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/number/parse-float' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/number/parse-int' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/assign' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/classof' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/create' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/define-properties' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/define-property' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/define' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/entries' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/freeze' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/get-own-property-descriptor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/get-own-property-descriptors' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/get-own-property-names' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/get-own-property-symbols' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/get-prototype-of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/is-extensible' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/is-frozen' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/is-object' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/is-sealed' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/is' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/keys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/make' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/prevent-extensions' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/seal' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/set-prototype-of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/values' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/promise' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/reflect/apply' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/reflect/construct' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/reflect/define-property' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/reflect/delete-property' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/reflect/enumerate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/reflect/get-own-property-descriptor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/reflect/get-prototype-of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/reflect/get' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/reflect/has' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/reflect/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/reflect/is-extensible' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/reflect/own-keys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/reflect/prevent-extensions' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/reflect/set-prototype-of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/reflect/set' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/regexp/escape' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/regexp/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/set-immediate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/set-interval' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/set-timeout' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/set' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/string/at' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/string/code-point-at' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/string/ends-with' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/string/escape-html' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/string/from-code-point' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/string/includes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/string/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/string/iterator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/string/pad-left' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/string/pad-right' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/string/raw' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/string/repeat' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/string/starts-with' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/string/trim-left' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/string/trim-right' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/string/trim' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/string/unescape-html' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/symbol/for' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/symbol/has-instance' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/symbol/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/symbol/is-concat-spreadable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/symbol/iterator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/symbol/key-for' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/symbol/match' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/symbol/replace' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/symbol/search' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/symbol/species' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/symbol/split' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/symbol/to-primitive' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/symbol/to-string-tag' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/symbol/unscopables' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/weak-map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/weak-set' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/Gruntfile' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/js/array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/js/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/core/_' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/core/delay' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/core/dict' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/core/function' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/core/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/core/log' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/core/number' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/core/object' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/core/string' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/es5/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/es6/array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/es6/function' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/es6/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/es6/map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/es6/math' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/es6/number' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/es6/object' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/es6/promise' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/es6/reflect' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/es6/regexp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/es6/set' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/es6/string' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/es6/symbol' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/es6/weak-map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/es6/weak-set' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/es7/array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/es7/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/es7/map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/es7/object' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/es7/regexp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/es7/set' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/es7/string' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/_' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/concat' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/copy-within' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/entries' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/every' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/fill' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/filter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/find-index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/find' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/for-each' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/from' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/includes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/index-of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/iterator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/join' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/keys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/last-index-of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/pop' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/push' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/reduce-right' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/reduce' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/reverse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/shift' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/slice' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/some' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/sort' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/splice' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/unshift' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/values' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/clear-immediate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/delay' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/dict' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/function/has-instance' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/function/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/function/name' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/function/part' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/get-iterator-method' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/get-iterator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/html-collection/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/html-collection/iterator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/is-iterable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/json/stringify' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/log' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/math/acosh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/math/asinh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/math/atanh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/math/cbrt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/math/clz32' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/math/cosh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/math/expm1' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/math/fround' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/math/hypot' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/math/imul' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/math/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/math/log10' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/math/log1p' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/math/log2' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/math/sign' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/math/sinh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/math/tanh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/math/trunc' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/node-list/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/node-list/iterator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/number/epsilon' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/number/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/number/is-finite' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/number/is-integer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/number/is-nan' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/number/is-safe-integer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/number/iterator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/number/max-safe-integer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/number/min-safe-integer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/number/parse-float' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/number/parse-int' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/assign' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/classof' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/create' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/define-properties' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/define-property' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/define' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/entries' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/freeze' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/get-own-property-descriptor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/get-own-property-descriptors' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/get-own-property-names' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/get-own-property-symbols' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/get-prototype-of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/is-extensible' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/is-frozen' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/is-object' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/is-sealed' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/is' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/keys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/make' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/prevent-extensions' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/seal' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/set-prototype-of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/values' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/promise' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/reflect/apply' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/reflect/construct' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/reflect/define-property' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/reflect/delete-property' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/reflect/enumerate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/reflect/get-own-property-descriptor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/reflect/get-prototype-of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/reflect/get' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/reflect/has' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/reflect/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/reflect/is-extensible' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/reflect/own-keys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/reflect/prevent-extensions' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/reflect/set-prototype-of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/reflect/set' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/regexp/escape' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/regexp/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/set-immediate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/set-interval' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/set-timeout' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/set' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/string/at' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/string/code-point-at' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/string/ends-with' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/string/escape-html' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/string/from-code-point' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/string/includes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/string/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/string/iterator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/string/pad-left' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/string/pad-right' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/string/raw' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/string/repeat' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/string/starts-with' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/string/trim-left' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/string/trim-right' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/string/trim' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/string/unescape-html' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/symbol/for' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/symbol/has-instance' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/symbol/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/symbol/is-concat-spreadable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/symbol/iterator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/symbol/key-for' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/symbol/match' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/symbol/replace' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/symbol/search' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/symbol/species' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/symbol/split' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/symbol/to-primitive' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/symbol/to-string-tag' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/symbol/unscopables' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/weak-map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/weak-set' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/js/array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/js/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.a-function' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.add-to-unscopables' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.an-object' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.array-copy-within' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.array-fill' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.array-includes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.array-methods' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.array-species-create' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.buffer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.classof' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.cof' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.collection-strong' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.collection-to-json' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.collection-weak' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.collection' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.core' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.ctx' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.defined' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.descriptors' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.dom-create' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.enum-keys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.export' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.fails-is-regexp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.fails' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.fix-re-wks' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.flags' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.for-of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.get-names' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.global' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.has' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.hide' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.html' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.invoke' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.iobject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.is-array-iter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.is-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.is-integer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.is-object' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.is-regexp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.iter-call' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.iter-create' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.iter-define' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.iter-detect' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.iter-step' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.iterators' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.keyof' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.library' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.math-expm1' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.math-log1p' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.math-sign' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.microtask' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.object-assign' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.object-define' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.object-sap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.object-to-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.own-keys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.partial' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.path' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.property-desc' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.redefine-all' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.redefine' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.replacer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.same-value' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.set-proto' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.set-species' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.set-to-string-tag' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.shared' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.species-constructor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.strict-new' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.string-at' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.string-context' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.string-pad' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.string-repeat' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.string-trim' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.task' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.to-index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.to-integer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.to-iobject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.to-length' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.to-object' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.to-primitive' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.typed-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.typed' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.uid' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.wks' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/core.delay' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/core.dict' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/core.function.part' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/core.get-iterator-method' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/core.get-iterator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/core.is-iterable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/core.log' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/core.number.iterator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/core.object.classof' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/core.object.define' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/core.object.is-object' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/core.object.make' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/core.string.escape-html' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/core.string.unescape-html' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es5' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.array.copy-within' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.array.fill' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.array.find-index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.array.find' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.array.from' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.array.iterator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.array.of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.array.species' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.date.to-string' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.function.has-instance' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.function.name' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.math.acosh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.math.asinh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.math.atanh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.math.cbrt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.math.clz32' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.math.cosh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.math.expm1' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.math.fround' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.math.hypot' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.math.imul' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.math.log10' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.math.log1p' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.math.log2' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.math.sign' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.math.sinh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.math.tanh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.math.trunc' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.number.constructor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.number.epsilon' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.number.is-finite' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.number.is-integer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.number.is-nan' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.number.is-safe-integer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.number.max-safe-integer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.number.min-safe-integer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.number.parse-float' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.number.parse-int' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.object.assign' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.object.freeze' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.object.get-own-property-descriptor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.object.get-own-property-names' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.object.get-prototype-of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.object.is-extensible' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.object.is-frozen' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.object.is-sealed' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.object.is' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.object.keys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.object.prevent-extensions' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.object.seal' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.object.set-prototype-of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.object.to-string' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.promise' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.reflect.apply' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.reflect.construct' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.reflect.define-property' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.reflect.delete-property' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.reflect.enumerate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.reflect.get-own-property-descriptor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.reflect.get-prototype-of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.reflect.get' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.reflect.has' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.reflect.is-extensible' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.reflect.own-keys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.reflect.prevent-extensions' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.reflect.set-prototype-of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.reflect.set' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.regexp.constructor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.regexp.flags' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.regexp.match' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.regexp.replace' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.regexp.search' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.regexp.split' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.set' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.string.code-point-at' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.string.ends-with' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.string.from-code-point' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.string.includes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.string.iterator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.string.raw' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.string.repeat' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.string.starts-with' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.string.trim' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.symbol' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.typed.array-buffer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.typed.data-view' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.typed.float32-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.typed.float64-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.typed.int16-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.typed.int32-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.typed.int8-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.typed.uint16-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.typed.uint32-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.typed.uint8-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.typed.uint8-clamped-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.weak-map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.weak-set' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es7.array.includes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es7.map.to-json' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es7.object.entries' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es7.object.get-own-property-descriptors' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es7.object.values' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es7.regexp.escape' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es7.set.to-json' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es7.string.at' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es7.string.pad-left' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es7.string.pad-right' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es7.string.trim-left' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es7.string.trim-right' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/js.array.statics' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/web.dom.iterable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/web.immediate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/web.timers' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/shim' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/web/dom' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/web/immediate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/web/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/web/timers' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.a-function' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.add-to-unscopables' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.an-object' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.array-copy-within' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.array-fill' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.array-includes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.array-methods' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.array-species-create' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.buffer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.classof' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.cof' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.collection-strong' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.collection-to-json' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.collection-weak' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.collection' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.core' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.ctx' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.defined' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.descriptors' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.dom-create' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.enum-keys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.export' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.fails-is-regexp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.fails' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.fix-re-wks' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.flags' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.for-of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.get-names' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.global' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.has' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.hide' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.html' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.invoke' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.iobject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.is-array-iter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.is-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.is-integer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.is-object' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.is-regexp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.iter-call' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.iter-create' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.iter-define' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.iter-detect' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.iter-step' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.iterators' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.keyof' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.library' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.math-expm1' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.math-log1p' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.math-sign' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.microtask' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.object-assign' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.object-define' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.object-sap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.object-to-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.own-keys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.partial' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.path' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.property-desc' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.redefine-all' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.redefine' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.replacer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.same-value' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.set-proto' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.set-species' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.set-to-string-tag' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.shared' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.species-constructor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.strict-new' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.string-at' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.string-context' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.string-pad' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.string-repeat' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.string-trim' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.task' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.to-index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.to-integer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.to-iobject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.to-length' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.to-object' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.to-primitive' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.typed-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.typed' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.uid' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.wks' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/core.delay' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/core.dict' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/core.function.part' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/core.get-iterator-method' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/core.get-iterator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/core.is-iterable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/core.log' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/core.number.iterator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/core.object.classof' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/core.object.define' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/core.object.is-object' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/core.object.make' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/core.string.escape-html' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/core.string.unescape-html' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es5' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.array.copy-within' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.array.fill' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.array.find-index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.array.find' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.array.from' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.array.iterator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.array.of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.array.species' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.date.to-string' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.function.has-instance' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.function.name' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.math.acosh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.math.asinh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.math.atanh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.math.cbrt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.math.clz32' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.math.cosh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.math.expm1' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.math.fround' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.math.hypot' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.math.imul' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.math.log10' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.math.log1p' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.math.log2' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.math.sign' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.math.sinh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.math.tanh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.math.trunc' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.number.constructor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.number.epsilon' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.number.is-finite' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.number.is-integer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.number.is-nan' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.number.is-safe-integer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.number.max-safe-integer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.number.min-safe-integer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.number.parse-float' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.number.parse-int' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.object.assign' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.object.freeze' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.object.get-own-property-descriptor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.object.get-own-property-names' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.object.get-prototype-of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.object.is-extensible' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.object.is-frozen' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.object.is-sealed' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.object.is' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.object.keys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.object.prevent-extensions' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.object.seal' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.object.set-prototype-of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.object.to-string' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.promise' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.reflect.apply' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.reflect.construct' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.reflect.define-property' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.reflect.delete-property' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.reflect.enumerate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.reflect.get-own-property-descriptor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.reflect.get-prototype-of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.reflect.get' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.reflect.has' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.reflect.is-extensible' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.reflect.own-keys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.reflect.prevent-extensions' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.reflect.set-prototype-of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.reflect.set' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.regexp.constructor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.regexp.flags' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.regexp.match' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.regexp.replace' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.regexp.search' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.regexp.split' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.set' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.string.code-point-at' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.string.ends-with' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.string.from-code-point' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.string.includes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.string.iterator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.string.raw' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.string.repeat' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.string.starts-with' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.string.trim' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.symbol' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.typed.array-buffer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.typed.data-view' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.typed.float32-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.typed.float64-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.typed.int16-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.typed.int32-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.typed.int8-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.typed.uint16-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.typed.uint32-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.typed.uint8-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.typed.uint8-clamped-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.weak-map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.weak-set' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es7.array.includes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es7.map.to-json' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es7.object.entries' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es7.object.get-own-property-descriptors' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es7.object.values' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es7.regexp.escape' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es7.set.to-json' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es7.string.at' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es7.string.pad-left' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es7.string.pad-right' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es7.string.trim-left' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es7.string.trim-right' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/js.array.statics' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/library/$.add-to-unscopables' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/library/$.collection' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/library/$.export' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/library/$.library' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/library/$.path' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/library/$.redefine' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/library/$.set-species' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/library/es6.date.to-string' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/library/es6.function.name' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/library/es6.number.constructor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/library/es6.object.to-string' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/library/es6.regexp.constructor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/library/es6.regexp.flags' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/library/es6.regexp.match' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/library/es6.regexp.replace' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/library/es6.regexp.search' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/library/es6.regexp.split' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/library/web.dom.iterable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/web.dom.iterable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/web.immediate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/web.timers' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/shim' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/web/dom' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/web/immediate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/web/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/web/timers' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/figures/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/file-type/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/file-uri-to-path/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/file-uri-to-path/test/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/filename-regex/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fileset/lib/fileset' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fileset/test/fixtures/an (odd) filename' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fileset/test/mocha' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fill-range/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/finalhandler/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/finalhandler/node_modules/debug/browser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/finalhandler/node_modules/debug/debug' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/finalhandler/node_modules/debug/node' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/finalhandler/node_modules/escape-html/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/find-babel-config/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/find-up/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/flow-bin/cli' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/flow-bin/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/follow-redirects/http' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/follow-redirects/https' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/follow-redirects/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/follow-redirects/node_modules/debug/karma.conf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/follow-redirects/node_modules/debug/node' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/follow-redirects/node_modules/debug/src/browser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/follow-redirects/node_modules/debug/src/debug' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/follow-redirects/node_modules/debug/src/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/follow-redirects/node_modules/debug/src/node' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/follow-redirects/node_modules/ms/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/for-in/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/for-own/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/foreach/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/foreach/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/forever-agent/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/form-data/lib/browser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/form-data/lib/form_data' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/form-data/lib/populate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/formidable/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/formidable/lib/file' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/formidable/lib/incoming_form' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/formidable/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/formidable/lib/json_parser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/formidable/lib/multipart_parser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/formidable/lib/octet_parser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/formidable/lib/querystring_parser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/forwarded/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/freeport-async/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fresh/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/copy-sync/copy-file-sync' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/copy-sync/copy-sync' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/copy-sync/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/copy/copy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/copy/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/copy/ncp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/empty/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/ensure/file' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/ensure/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/ensure/link' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/ensure/symlink-paths' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/ensure/symlink-type' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/ensure/symlink' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/json/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/json/jsonfile' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/json/output-json-sync' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/json/output-json' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/mkdirs/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/mkdirs/mkdirs-sync' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/mkdirs/mkdirs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/mkdirs/win32' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/move/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/output/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/remove/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/remove/rimraf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/util/assign' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/util/utimes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/walk-sync/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/walk/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fs-minipass/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fs.realpath/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fs.realpath/old' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/fsevents' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/install' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/abbrev/abbrev' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/dist/ajv.bundle' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/dist/ajv.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/dist/nodent.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/dist/regenerator.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/ajv' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/async' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/cache' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/compile/_rules' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/compile/equal' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/compile/formats' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/compile/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/compile/resolve' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/compile/rules' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/compile/schema_obj' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/compile/ucs2length' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/compile/util' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/compile/validation_error' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/dotjs/_formatLimit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/dotjs/_limit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/dotjs/_limitItems' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/dotjs/_limitLength' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/dotjs/_limitProperties' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/dotjs/allOf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/dotjs/anyOf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/dotjs/constant' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/dotjs/custom' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/dotjs/dependencies' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/dotjs/enum' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/dotjs/format' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/dotjs/items' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/dotjs/multipleOf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/dotjs/not' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/dotjs/oneOf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/dotjs/pattern' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/dotjs/patternRequired' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/dotjs/properties' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/dotjs/ref' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/dotjs/required' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/dotjs/switch' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/dotjs/uniqueItems' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/dotjs/validate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/keyword' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/v5' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/scripts/bundle' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/scripts/compile-dots' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ansi-regex/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/aproba/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/are-we-there-yet/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/are-we-there-yet/tracker-base' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/are-we-there-yet/tracker-group' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/are-we-there-yet/tracker-stream' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/are-we-there-yet/tracker' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asn1/lib/ber/errors' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asn1/lib/ber/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asn1/lib/ber/reader' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asn1/lib/ber/types' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asn1/lib/ber/writer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asn1/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asn1/tst/ber/reader.test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asn1/tst/ber/writer.test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/assert-plus/assert' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asynckit/bench' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asynckit/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asynckit/lib/abort' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asynckit/lib/async' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asynckit/lib/defer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asynckit/lib/iterate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asynckit/lib/readable_asynckit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asynckit/lib/readable_parallel' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asynckit/lib/readable_serial_ordered' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asynckit/lib/readable_serial' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asynckit/lib/state' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asynckit/lib/streamify' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asynckit/lib/terminator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asynckit/parallel' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asynckit/serial' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asynckit/serialOrdered' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asynckit/stream' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/aws-sign2/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/aws4/aws4' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/aws4/lru' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/balanced-match/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/bcrypt-pbkdf/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/block-stream/block-stream' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/boom/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/boom/test/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/brace-expansion/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/buffer-shims/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/caseless/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/caseless/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/co/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/code-point-at/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/combined-stream/lib/combined_stream' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/concat-map/example/map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/concat-map/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/concat-map/test/map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/console-control-strings/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/core-util-is/lib/util' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/core-util-is/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/cryptiles/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/cryptiles/test/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/dashdash/lib/dashdash' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/dashdash/node_modules/assert-plus/assert' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/debug/karma.conf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/debug/node' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/debug/src/browser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/debug/src/debug' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/debug/src/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/debug/src/node' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/deep-extend/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/deep-extend/lib/deep-extend' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/delayed-stream/lib/delayed_stream' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/delegates/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/delegates/test/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/detect-libc/bin/detect-libc' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/detect-libc/lib/detect-libc' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ecc-jsbn/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ecc-jsbn/lib/ec' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ecc-jsbn/lib/sec' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ecc-jsbn/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/extend/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/extsprintf/examples/simple' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/extsprintf/lib/extsprintf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/forever-agent/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/form-data/lib/browser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/form-data/lib/form_data' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/form-data/lib/populate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/fs.realpath/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/fs.realpath/old' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/fstream-ignore/ignore' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/fstream/examples/filter-pipe' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/fstream/examples/pipe' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/fstream/examples/reader' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/fstream/examples/symlink-write' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/fstream/fstream' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/fstream/lib/abstract' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/fstream/lib/collect' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/fstream/lib/dir-reader' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/fstream/lib/dir-writer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/fstream/lib/file-reader' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/fstream/lib/file-writer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/fstream/lib/get-type' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/fstream/lib/link-reader' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/fstream/lib/link-writer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/fstream/lib/proxy-reader' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/fstream/lib/proxy-writer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/fstream/lib/reader' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/fstream/lib/socket-reader' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/fstream/lib/writer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/gauge/base-theme' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/gauge/error' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/gauge/has-color' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/gauge/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/gauge/plumbing' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/gauge/process' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/gauge/progress-bar' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/gauge/render-template' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/gauge/set-immediate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/gauge/set-interval' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/gauge/spin' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/gauge/template-item' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/gauge/theme-set' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/gauge/themes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/gauge/wide-truncate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/getpass/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/getpass/node_modules/assert-plus/assert' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/glob/common' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/glob/glob' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/glob/sync' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/graceful-fs/fs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/graceful-fs/graceful-fs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/graceful-fs/legacy-streams' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/graceful-fs/polyfills' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/har-schema/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/har-validator/lib/browser/async' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/har-validator/lib/browser/error' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/har-validator/lib/browser/promise' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/har-validator/lib/node4/async' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/har-validator/lib/node4/error' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/har-validator/lib/node4/promise' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/har-validator/lib/node6/async' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/har-validator/lib/node6/error' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/har-validator/lib/node6/promise' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/har-validator/lib/node7/async' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/har-validator/lib/node7/error' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/har-validator/lib/node7/promise' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/har-validator/src/async' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/har-validator/src/error' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/har-validator/src/promise' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/has-unicode/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/hawk/dist/client' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/hawk/example/usage' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/hawk/lib/browser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/hawk/lib/client' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/hawk/lib/crypto' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/hawk/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/hawk/lib/server' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/hawk/lib/utils' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/hawk/test/browser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/hawk/test/client' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/hawk/test/crypto' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/hawk/test/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/hawk/test/readme' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/hawk/test/server' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/hawk/test/uri' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/hawk/test/utils' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/hoek/lib/escape' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/hoek/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/hoek/test/escaper' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/hoek/test/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/hoek/test/modules/test1' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/hoek/test/modules/test2' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/hoek/test/modules/test3' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/http-signature/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/http-signature/lib/parser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/http-signature/lib/signer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/http-signature/lib/utils' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/http-signature/lib/verify' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/inflight/inflight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/inherits/inherits_browser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/inherits/inherits' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ini/ini' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/is-fullwidth-code-point/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/is-typedarray/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/is-typedarray/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/isarray/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/isarray/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/isstream/isstream' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/isstream/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/jodid25519/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/jodid25519/lib/core' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/jodid25519/lib/curve255' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/jodid25519/lib/dh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/jodid25519/lib/eddsa' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/jodid25519/lib/utils' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/jsbn/example' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/jsbn/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/json-schema/lib/links' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/json-schema/lib/validate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/json-schema/test/tests' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/json-stable-stringify/example/key_cmp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/json-stable-stringify/example/nested' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/json-stable-stringify/example/str' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/json-stable-stringify/example/value_cmp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/json-stable-stringify/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/json-stable-stringify/test/cmp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/json-stable-stringify/test/nested' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/json-stable-stringify/test/replacer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/json-stable-stringify/test/space' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/json-stable-stringify/test/str' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/json-stable-stringify/test/to-json' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/json-stringify-safe/stringify' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/json-stringify-safe/test/stringify_test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/jsonify/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/jsonify/lib/parse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/jsonify/lib/stringify' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/jsonify/test/parse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/jsonify/test/stringify' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/jsprim/lib/jsprim' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/jsprim/node_modules/assert-plus/assert' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/mime-db/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/mime-types/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/minimatch/minimatch' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/minimist/example/parse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/minimist/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/minimist/test/dash' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/minimist/test/default_bool' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/minimist/test/dotted' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/minimist/test/long' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/minimist/test/parse_modified' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/minimist/test/parse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/minimist/test/short' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/minimist/test/whitespace' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/mkdirp/bin/cmd' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/mkdirp/examples/pow' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/mkdirp/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/mkdirp/test/chmod' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/mkdirp/test/clobber' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/mkdirp/test/mkdirp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/mkdirp/test/opts_fs_sync' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/mkdirp/test/opts_fs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/mkdirp/test/perm_sync' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/mkdirp/test/perm' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/mkdirp/test/race' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/mkdirp/test/rel' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/mkdirp/test/return_sync' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/mkdirp/test/return' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/mkdirp/test/root' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/mkdirp/test/sync' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/mkdirp/test/umask_sync' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/mkdirp/test/umask' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ms/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/node-pre-gyp/lib/build' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/node-pre-gyp/lib/clean' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/node-pre-gyp/lib/configure' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/node-pre-gyp/lib/info' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/node-pre-gyp/lib/install' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/node-pre-gyp/lib/node-pre-gyp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/node-pre-gyp/lib/package' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/node-pre-gyp/lib/pre-binding' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/node-pre-gyp/lib/publish' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/node-pre-gyp/lib/rebuild' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/node-pre-gyp/lib/reinstall' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/node-pre-gyp/lib/reveal' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/node-pre-gyp/lib/testbinary' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/node-pre-gyp/lib/testpackage' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/node-pre-gyp/lib/unpublish' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/node-pre-gyp/lib/util/compile' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/node-pre-gyp/lib/util/handle_gyp_opts' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/node-pre-gyp/lib/util/s3_setup' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/node-pre-gyp/lib/util/versioning' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/nopt/bin/nopt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/nopt/examples/my-program' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/nopt/lib/nopt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/nopt/test/basic' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/npmlog/log' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/number-is-nan/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/oauth-sign/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/object-assign/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/once/once' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/os-homedir/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/os-tmpdir/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/osenv/osenv' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/osenv/test/unix' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/osenv/test/windows' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/path-is-absolute/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/performance-now/lib/performance-now' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/process-nextick-args/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/process-nextick-args/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/punycode/punycode' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/qs/dist/qs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/qs/lib/formats' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/qs/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/qs/lib/parse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/qs/lib/stringify' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/qs/lib/utils' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/qs/test/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/qs/test/parse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/qs/test/stringify' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/qs/test/utils' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/rc/browser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/rc/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/rc/lib/utils' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/rc/node_modules/minimist/example/parse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/rc/node_modules/minimist/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/rc/node_modules/minimist/test/all_bool' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/rc/node_modules/minimist/test/bool' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/rc/node_modules/minimist/test/dash' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/rc/node_modules/minimist/test/default_bool' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/rc/node_modules/minimist/test/dotted' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/rc/node_modules/minimist/test/kv_short' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/rc/node_modules/minimist/test/long' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/rc/node_modules/minimist/test/num' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/rc/node_modules/minimist/test/parse_modified' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/rc/node_modules/minimist/test/parse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/rc/node_modules/minimist/test/short' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/rc/node_modules/minimist/test/stop_early' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/rc/node_modules/minimist/test/unknown' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/rc/node_modules/minimist/test/whitespace' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/rc/test/ini' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/rc/test/nested-env-vars' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/rc/test/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/readable-stream/duplex-browser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/readable-stream/duplex' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/readable-stream/lib/_stream_duplex' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/readable-stream/lib/_stream_passthrough' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/readable-stream/lib/_stream_readable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/readable-stream/lib/_stream_transform' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/readable-stream/lib/_stream_writable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/readable-stream/lib/internal/streams/BufferList' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/readable-stream/lib/internal/streams/stream-browser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/readable-stream/lib/internal/streams/stream' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/readable-stream/passthrough' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/readable-stream/readable-browser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/readable-stream/readable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/readable-stream/transform' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/readable-stream/writable-browser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/readable-stream/writable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/request/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/request/lib/auth' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/request/lib/cookies' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/request/lib/getProxyFromURI' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/request/lib/har' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/request/lib/helpers' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/request/lib/multipart' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/request/lib/oauth' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/request/lib/querystring' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/request/lib/redirect' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/request/lib/tunnel' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/request/request' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/rimraf/bin' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/rimraf/rimraf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/safe-buffer/browser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/safe-buffer/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/safe-buffer/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/semver/semver' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/set-blocking/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/signal-exit/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/signal-exit/signals' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sntp/examples/offset' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sntp/examples/time' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sntp/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sntp/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sntp/test/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sshpk/lib/algs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sshpk/lib/certificate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sshpk/lib/dhe' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sshpk/lib/ed-compat' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sshpk/lib/errors' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sshpk/lib/fingerprint' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sshpk/lib/formats/auto' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sshpk/lib/formats/openssh-cert' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sshpk/lib/formats/pem' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sshpk/lib/formats/pkcs1' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sshpk/lib/formats/pkcs8' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sshpk/lib/formats/rfc4253' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sshpk/lib/formats/ssh-private' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sshpk/lib/formats/ssh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sshpk/lib/formats/x509-pem' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sshpk/lib/formats/x509' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sshpk/lib/identity' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sshpk/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sshpk/lib/key' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sshpk/lib/private-key' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sshpk/lib/signature' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sshpk/lib/ssh-buffer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sshpk/lib/utils' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sshpk/node_modules/assert-plus/assert' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/string_decoder/lib/string_decoder' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/string-width/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/stringstream/example' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/stringstream/stringstream' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/strip-ansi/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/strip-json-comments/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar-pack/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar-pack/test/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/examples/extracter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/examples/packer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/examples/reader' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/lib/buffer-entry' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/lib/entry-writer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/lib/entry' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/lib/extended-header-writer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/lib/extended-header' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/lib/extract' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/lib/global-header-writer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/lib/header' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/lib/pack' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/lib/parse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/tar' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/test/00-setup-fixtures' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/test/dir-normalization' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/test/error-on-broken' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/test/extract-move' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/test/extract' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/test/header' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/test/pack-no-proprietary' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/test/pack' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/test/parse-discard' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/test/parse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/test/zz-cleanup' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tough-cookie/lib/cookie' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tough-cookie/lib/memstore' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tough-cookie/lib/pathMatch' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tough-cookie/lib/permuteDomain' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tough-cookie/lib/pubsuffix' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tough-cookie/lib/store' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tunnel-agent/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tweetnacl/nacl-fast' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tweetnacl/nacl-fast.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tweetnacl/nacl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tweetnacl/nacl.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/uid-number/get-uid-gid' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/uid-number/uid-number' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/util-deprecate/browser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/util-deprecate/node' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/uuid/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/uuid/lib/bytesToUuid' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/uuid/lib/rng-browser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/uuid/lib/rng' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/uuid/test/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/uuid/v1' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/uuid/v4' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/verror/examples/levels-verror' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/verror/examples/levels-werror' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/verror/examples/varargs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/verror/examples/verror' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/verror/examples/werror' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/verror/lib/verror' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/verror/tests/tst.inherit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/verror/tests/tst.verror' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/verror/tests/tst.werror' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/wide-align/align' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/wrappy/wrappy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fstream-ignore/ignore' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fstream/examples/filter-pipe' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fstream/examples/pipe' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fstream/examples/reader' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fstream/examples/symlink-write' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fstream/fstream' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fstream/lib/abstract' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fstream/lib/collect' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fstream/lib/dir-reader' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fstream/lib/dir-writer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fstream/lib/file-reader' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fstream/lib/file-writer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fstream/lib/get-type' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fstream/lib/link-reader' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fstream/lib/link-writer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fstream/lib/proxy-reader' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fstream/lib/proxy-writer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fstream/lib/reader' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fstream/lib/socket-reader' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fstream/lib/writer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ftp/lib/connection' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ftp/lib/parser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ftp/node_modules/readable-stream/duplex' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ftp/node_modules/readable-stream/lib/_stream_duplex' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ftp/node_modules/readable-stream/lib/_stream_passthrough' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ftp/node_modules/readable-stream/lib/_stream_readable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ftp/node_modules/readable-stream/lib/_stream_transform' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ftp/node_modules/readable-stream/lib/_stream_writable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ftp/node_modules/readable-stream/passthrough' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ftp/node_modules/readable-stream/readable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ftp/node_modules/readable-stream/transform' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ftp/node_modules/readable-stream/writable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ftp/node_modules/string_decoder/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ftp/test/test-parser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ftp/test/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/function-bind/implementation' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/function-bind/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/function-bind/test/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/gauge/progress-bar' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/gauge/test/progress-bar' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/get-caller-file/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/get-stream/buffer-stream' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/get-stream/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/get-uri/data' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/get-uri/file' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/get-uri/ftp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/get-uri/http' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/get-uri/https' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/get-uri/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/get-uri/notfound' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/get-uri/notmodified' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/get-uri/test/data' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/get-uri/test/file' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/get-uri/test/ftp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/get-uri/test/http' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/get-uri/test/https' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/get-uri/test/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/getenv/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/getenv/lib/getenv' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/getenv/test/disableErrors' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/getenv/test/fallbacks' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/getenv/test/getenv' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/getpass/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/glob-base/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/glob-parent/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/glob-parent/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/glob/common' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/glob/glob' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/glob/sync' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/global/console' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/global/document' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/global/process' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/global/window' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/globals/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/globby/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/glogg/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/got/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/graceful-fs/fs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/graceful-fs/graceful-fs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/graceful-fs/legacy-streams' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/graceful-fs/polyfills' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/growly/example/bakery' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/growly/example/simple' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/growly/lib/gntp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/growly/lib/growly' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/gulp-util/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/gulp-util/lib/buffer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/gulp-util/lib/combine' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/gulp-util/lib/env' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/gulp-util/lib/isBuffer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/gulp-util/lib/isNull' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/gulp-util/lib/isStream' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/gulp-util/lib/log' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/gulp-util/lib/noop' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/gulp-util/lib/PluginError' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/gulp-util/lib/template' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/gulp-util/node_modules/ansi-styles/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/gulp-util/node_modules/chalk/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/gulp-util/node_modules/object-assign/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/gulp-util/node_modules/supports-color/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/gulplog/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars.runtime' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/base' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/compiler/ast' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/compiler/base' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/compiler/code-gen' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/compiler/compiler' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/compiler/helpers' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/compiler/javascript-compiler' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/compiler/parser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/compiler/printer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/compiler/visitor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/compiler/whitespace-control' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/decorators' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/decorators/inline' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/exception' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/helpers' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/helpers/block-helper-missing' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/helpers/each' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/helpers/helper-missing' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/helpers/if' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/helpers/log' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/helpers/lookup' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/helpers/with' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/logger' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/no-conflict' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/runtime' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/safe-string' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/utils' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/precompiler' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars.runtime' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/base' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/compiler/ast' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/compiler/base' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/compiler/code-gen' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/compiler/compiler' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/compiler/helpers' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/compiler/javascript-compiler' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/compiler/parser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/compiler/printer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/compiler/visitor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/compiler/whitespace-control' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/decorators' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/decorators/inline' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/exception' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/helpers' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/helpers/block-helper-missing' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/helpers/each' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/helpers/helper-missing' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/helpers/if' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/helpers/log' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/helpers/lookup' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/helpers/with' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/logger' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/no-conflict' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/runtime' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/safe-string' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/utils' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/precompiler' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/handlebars.amd' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/handlebars.amd.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/handlebars' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/handlebars.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/handlebars.runtime.amd' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/handlebars.runtime.amd.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/handlebars.runtime' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/handlebars.runtime.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars.runtime' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/base' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/compiler/ast' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/compiler/base' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/compiler/code-gen' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/compiler/compiler' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/compiler/helpers' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/compiler/javascript-compiler' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/compiler/parser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/compiler/printer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/compiler/visitor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/compiler/whitespace-control' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/decorators' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/decorators/inline' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/exception' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/helpers' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/helpers/block-helper-missing' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/helpers/each' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/helpers/helper-missing' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/helpers/if' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/helpers/log' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/helpers/lookup' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/helpers/with' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/logger' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/no-conflict' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/runtime' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/safe-string' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/utils' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/precompiler' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/node_modules/source-map/build/assert-shim' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/node_modules/source-map/build/mini-require' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/node_modules/source-map/build/suffix-browser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/node_modules/source-map/build/test-prefix' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/node_modules/source-map/build/test-suffix' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/node_modules/source-map/lib/source-map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/node_modules/source-map/lib/source-map/array-set' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/node_modules/source-map/lib/source-map/base64-vlq' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/node_modules/source-map/lib/source-map/base64' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/node_modules/source-map/lib/source-map/binary-search' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/node_modules/source-map/lib/source-map/mapping-list' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/node_modules/source-map/lib/source-map/quick-sort' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/node_modules/source-map/lib/source-map/source-map-consumer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/node_modules/source-map/lib/source-map/source-map-generator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/node_modules/source-map/lib/source-map/source-node' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/node_modules/source-map/lib/source-map/util' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/runtime' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/har-schema/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/har-validator/lib/async' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/har-validator/lib/error' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/har-validator/lib/promise' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/has-ansi/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/has-flag/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/has-gulplog/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/has-unicode/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/has/src/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/has/test/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/hasbin/lib/hasbin' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/hasbin/test/unit/lib/hasbin' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/hasbin/test/unit/mock/fs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/hasbin/test/unit/setup' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/hawk/dist/client' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/hawk/example/usage' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/hawk/lib/browser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/hawk/lib/client' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/hawk/lib/crypto' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/hawk/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/hawk/lib/server' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/hawk/lib/utils' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/hawk/node_modules/hoek/lib/escape' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/hawk/node_modules/hoek/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/hawk/node_modules/hoek/test/escaper' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/hawk/node_modules/hoek/test/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/hawk/node_modules/hoek/test/modules/test1' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/hawk/node_modules/hoek/test/modules/test2' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/hawk/node_modules/hoek/test/modules/test3' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/hawk/test/browser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/hawk/test/client' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/hawk/test/crypto' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/hawk/test/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/hawk/test/readme' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/hawk/test/server' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/hawk/test/uri' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/hawk/test/utils' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/hoek/lib/escape' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/hoek/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/hoist-non-react-statics/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/home-dir/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/home-or-tmp/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/hosted-git-info/git-host-info' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/hosted-git-info/git-host' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/hosted-git-info/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/html-encoding-sniffer/lib/html-encoding-sniffer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/http-errors/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/http-errors/node_modules/statuses/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/http-proxy-agent/http-proxy-agent' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/http-proxy-agent/test/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/http-signature/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/http-signature/lib/parser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/http-signature/lib/signer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/http-signature/lib/utils' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/http-signature/lib/verify' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/https-proxy-agent/https-proxy-agent' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/https-proxy-agent/test/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/iconv-lite/encodings/dbcs-codec' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/iconv-lite/encodings/dbcs-data' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/iconv-lite/encodings/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/iconv-lite/encodings/internal' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/iconv-lite/encodings/sbcs-codec' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/iconv-lite/encodings/sbcs-data-generated' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/iconv-lite/encodings/sbcs-data' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/iconv-lite/encodings/utf16' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/iconv-lite/encodings/utf7' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/iconv-lite/lib/bom-handling' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/iconv-lite/lib/extend-node' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/iconv-lite/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/iconv-lite/lib/streams' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/idx/lib/idx' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/image-size/bin/image-size' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/image-size/lib/detector' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/image-size/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/image-size/lib/readUInt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/image-size/lib/types' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/image-size/lib/types/bmp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/image-size/lib/types/cur' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/image-size/lib/types/dds' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/image-size/lib/types/gif' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/image-size/lib/types/ico' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/image-size/lib/types/jpg' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/image-size/lib/types/png' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/image-size/lib/types/psd' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/image-size/lib/types/svg' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/image-size/lib/types/tiff' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/image-size/lib/types/webp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/immediate/bench' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/immediate/dist/immediate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/immediate/dist/immediate.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/immediate/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/immediate/lib/messageChannel' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/immediate/lib/mutation' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/immediate/lib/nextTick' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/immediate/lib/stateChange' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/immediate/lib/timeout' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/imurmurhash/imurmurhash' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/imurmurhash/imurmurhash.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/indent-string/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/inflight/inflight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/inherits/inherits_browser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/inherits/inherits' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ini/ini' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/inquirer/lib/inquirer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/inquirer/lib/objects/choice' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/inquirer/lib/objects/choices' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/inquirer/lib/objects/separator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/inquirer/lib/prompts/base' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/inquirer/lib/prompts/checkbox' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/inquirer/lib/prompts/confirm' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/inquirer/lib/prompts/editor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/inquirer/lib/prompts/expand' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/inquirer/lib/prompts/input' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/inquirer/lib/prompts/list' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/inquirer/lib/prompts/password' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/inquirer/lib/prompts/rawlist' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/inquirer/lib/ui/baseUI' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/inquirer/lib/ui/bottom-bar' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/inquirer/lib/ui/prompt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/inquirer/lib/utils/events' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/inquirer/lib/utils/paginator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/inquirer/lib/utils/readline' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/inquirer/lib/utils/screen-manager' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/inquirer/lib/utils/utils' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/inquirer/node_modules/ansi-regex/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/inquirer/node_modules/is-fullwidth-code-point/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/inquirer/node_modules/string-width/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/inquirer/node_modules/strip-ansi/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/instapromise/build/instapromise' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/instapromise/build/promisify' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/invariant/browser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/invariant/invariant' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/invert-kv/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ip/lib/ip' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ip/test/api-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ipaddr' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ipaddr.js/ipaddr.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ipaddr.js/lib/ipaddr' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/is-arrayish/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/is-buffer/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/is-buffer/test/basic' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/is-builtin-module/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/is-callable/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/is-callable/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/is-ci/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/is-ci/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/is-date-object/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/is-date-object/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/is-dotfile/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/is-equal-shallow/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/is-extendable/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/is-extglob/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/is-finite/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/is-fullwidth-code-point/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/is-glob/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/is-lower-case/is-lower-case' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/is-number/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/is-posix-bracket/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/is-primitive/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/is-promise/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/is-redirect/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/is-regex/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/is-regex/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/is-retry-allowed/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/is-stream/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/is-symbol/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/is-symbol/test/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/is-typedarray/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/is-typedarray/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/is-upper-case/is-upper-case' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/is-utf8/is-utf8' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/isarray/build/build' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/isarray/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/isemail/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/isexe/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/isexe/mode' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/isexe/test/basic' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/isexe/windows' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/isobject/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/isobject/node_modules/isarray/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/isobject/node_modules/isarray/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/isomorphic-fetch/fetch-bower' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/isomorphic-fetch/fetch-npm-browserify' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/isomorphic-fetch/fetch-npm-node' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/isomorphic-fetch/node_modules/whatwg-fetch/fetch' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/isomorphic-fetch/test/api.test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/isstream/isstream' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/isstream/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/lib/config' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/lib/file-matcher' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/lib/input-error' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/lib/reporter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/lib/run-check-coverage' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/lib/run-cover' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/lib/run-instrument' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/lib/run-reports' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/all' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/allLimit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/allSeries' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/any' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/anyLimit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/anySeries' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/apply' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/applyEach' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/applyEachSeries' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/asyncify' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/auto' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/autoInject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/cargo' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/compose' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/concat' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/concatLimit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/concatSeries' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/constant' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/detect' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/detectLimit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/detectSeries' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/dir' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/dist/async' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/dist/async.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/doDuring' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/doUntil' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/doWhilst' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/during' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/each' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/eachLimit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/eachOf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/eachOfLimit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/eachOfSeries' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/eachSeries' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/ensureAsync' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/every' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/everyLimit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/everySeries' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/filter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/filterLimit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/filterSeries' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/find' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/findLimit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/findSeries' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/foldl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/foldr' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/forEach' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/forEachLimit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/forEachOf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/forEachOfLimit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/forEachOfSeries' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/forEachSeries' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/forever' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/groupBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/groupByLimit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/groupBySeries' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/inject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/applyEach' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/breakLoop' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/consoleFunc' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/createTester' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/doLimit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/doParallel' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/doParallelLimit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/DoublyLinkedList' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/eachOfLimit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/filter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/findGetResult' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/getIterator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/initialParams' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/iterator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/notId' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/once' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/onlyOnce' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/parallel' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/queue' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/reject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/setImmediate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/slice' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/withoutIndex' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/wrapAsync' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/log' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/mapLimit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/mapSeries' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/mapValues' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/mapValuesLimit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/mapValuesSeries' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/memoize' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/nextTick' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/parallel' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/parallelLimit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/priorityQueue' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/queue' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/race' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/reduce' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/reduceRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/reflect' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/reflectAll' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/reject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/rejectLimit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/rejectSeries' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/retry' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/retryable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/select' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/selectLimit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/selectSeries' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/seq' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/series' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/setImmediate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/some' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/someLimit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/someSeries' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/sortBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/timeout' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/times' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/timesLimit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/timesSeries' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/transform' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/tryEach' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/unmemoize' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/until' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/waterfall' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/whilst' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/wrapSync' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-coverage/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-coverage/lib/coverage-map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-coverage/lib/file' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-hook/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-hook/lib/hook' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-instrument/dist/constants' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-instrument/dist/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-instrument/dist/instrumenter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-instrument/dist/read-coverage' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-instrument/dist/source-coverage' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-instrument/dist/visitor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-report/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-report/lib/context' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-report/lib/file-writer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-report/lib/path' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-report/lib/summarizer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-report/lib/tree' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-report/lib/watermarks' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-report/lib/xml-writer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-report/node_modules/has-flag/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-report/node_modules/supports-color/browser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-report/node_modules/supports-color/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-source-maps/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-source-maps/lib/map-store' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-source-maps/lib/mapped' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-source-maps/lib/pathutils' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-source-maps/lib/source-store' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-source-maps/lib/transformer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-source-maps/node_modules/debug/karma.conf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-source-maps/node_modules/debug/node' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-source-maps/node_modules/debug/src/browser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-source-maps/node_modules/debug/src/debug' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-source-maps/node_modules/debug/src/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-source-maps/node_modules/debug/src/node' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-source-maps/node_modules/ms/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-reports/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-reports/lib/clover/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-reports/lib/cobertura/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-reports/lib/html/annotator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-reports/lib/html/assets/sorter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-reports/lib/html/assets/vendor/prettify' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-reports/lib/html/helpers' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-reports/lib/html/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-reports/lib/html/insertion-text' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-reports/lib/json-summary/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-reports/lib/json/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-reports/lib/lcov/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-reports/lib/lcovonly/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-reports/lib/none/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-reports/lib/teamcity/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-reports/lib/text-lcov/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-reports/lib/text-summary/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-reports/lib/text/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/items/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-changed-files/build/git' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-changed-files/build/hg' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-changed-files/build/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/bin/jest' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/cli/args' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/cli/get_jest' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/cli/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/constants' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/generate_empty_coverage' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/get_changed_files_promise' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/get_no_test_found_message' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/get_no_test_found_related_to_changed_files' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/get_no_test_found_verbose' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/get_no_test_found' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/jest' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/lib/colorize' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/lib/create_context' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/lib/format_test_name_by_pattern' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/lib/handle_deprecation_warnings' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/lib/is_valid_path' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/lib/log_debug_messages' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/lib/pattern_mode_helpers' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/lib/Prompt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/lib/scroll_list' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/lib/terminal_utils' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/lib/update_global_config' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/pattern_prompt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/pluralize' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/pre_run_message' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/reporter_dispatcher' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/reporters/base_reporter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/reporters/coverage_reporter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/reporters/coverage_worker' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/reporters/default_reporter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/reporters/get_result_header' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/reporters/get_snapshot_status' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/reporters/get_snapshot_summary' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/reporters/notify_reporter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/reporters/Status' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/reporters/summary_reporter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/reporters/utils' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/reporters/verbose_reporter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/run_jest' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/search_source' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/test_name_pattern_prompt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/test_path_pattern_prompt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/test_path_pattern_to_regexp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/test_result_helpers' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/test_scheduler' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/test_sequencer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/test_watcher' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/watch' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/node_modules/ansi-regex/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/node_modules/pify/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/node_modules/strip-ansi/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-config/build/constants' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-config/build/defaults' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-config/build/deprecated' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-config/build/get_max_workers' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-config/build/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-config/build/normalize' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-config/build/read_config_file_and_set_root_dir' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-config/build/reporter_validation_errors' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-config/build/resolve_config_path' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-config/build/set_from_argv' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-config/build/utils' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-config/build/valid_config' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-config/build/validate_pattern' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-config/build/vendor/jsonlint' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-diff/build/constants' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-diff/build/diff_strings' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-diff/build/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-docblock/build/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-environment-jsdom/build/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-environment-node/build/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-expo/src/createMockConstants' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-expo/src/expoModules' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-expo/src/setup' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-get-type/build/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-haste-map/build/constants' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-haste-map/build/crawlers/node' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-haste-map/build/crawlers/watchman' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-haste-map/build/get_mock_name' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-haste-map/build/haste_fs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-haste-map/build/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-haste-map/build/lib/extract_requires' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-haste-map/build/lib/get_platform_extension' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-haste-map/build/lib/normalize_path_sep' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-haste-map/build/module_map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-haste-map/build/types' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-haste-map/build/worker' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-jasmine2/build/assert_support' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-jasmine2/build/expectation_failed' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-jasmine2/build/expectation_result_factory' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-jasmine2/build/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-jasmine2/build/jasmine_async' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-jasmine2/build/jasmine/call_tracker' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-jasmine2/build/jasmine/create_spy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-jasmine2/build/jasmine/Env' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-jasmine2/build/jasmine/jasmine_light' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-jasmine2/build/jasmine/js_api_reporter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-jasmine2/build/jasmine/report_dispatcher' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-jasmine2/build/jasmine/Spec' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-jasmine2/build/jasmine/spy_registry' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-jasmine2/build/jasmine/spy_strategy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-jasmine2/build/jasmine/Suite' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-jasmine2/build/jasmine/Timer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-jasmine2/build/jest_expect' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-jasmine2/build/p_timeout' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-jasmine2/build/queue_runner' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-jasmine2/build/reporter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-jasmine2/build/setup_jest_globals' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-jasmine2/build/tree_processor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-matcher-utils/build/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-message-util/build/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-mock/build-es5/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-mock/build/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-regex-util/build/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-resolve-dependencies/build/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-resolve/build/default_resolver' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-resolve/build/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-resolve/build/node_modules_paths' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-runner/build/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-runner/build/run_test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-runner/build/test_worker' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-runner/node_modules/pify/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-runtime/bin/jest-runtime' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-runtime/build/cli/args' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-runtime/build/cli/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-runtime/build/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-runtime/build/script_transformer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-runtime/build/should_instrument' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-runtime/node_modules/strip-bom/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-runtime/node_modules/write-file-atomic/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-snapshot/build/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-snapshot/build/plugins' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-snapshot/build/State' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-snapshot/build/utils' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-util/build/buffered_console' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-util/build/clear_line' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-util/build/Console' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-util/build/fake_timers' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-util/build/format_test_results' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-util/build/get_console_output' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-util/build/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-util/build/install_common_globals' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-util/build/null_console' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-util/build/set_global' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-util/build/validate_cli_options' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-validate/build/condition' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-validate/build/default_config' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-validate/build/deprecated' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-validate/build/errors' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-validate/build/example_config' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-validate/build/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-validate/build/types' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-validate/build/utils' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-validate/build/validate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-validate/build/warnings' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-worker/build/child' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-worker/build/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-worker/build/types' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-worker/build/worker' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest/bin/jest' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest/build/jest' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/joi/lib/cast' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/joi/lib/errors' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/joi/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/joi/lib/language' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/joi/lib/ref' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/joi/lib/schemas' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/joi/lib/set' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/joi/lib/types/alternatives/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/joi/lib/types/any/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/joi/lib/types/array/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/joi/lib/types/binary/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/joi/lib/types/boolean/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/joi/lib/types/date/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/joi/lib/types/lazy/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/joi/lib/types/number/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/joi/lib/types/object/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/joi/lib/types/string/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/joi/lib/types/string/ip' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/joi/lib/types/string/rfc3986' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/joi/lib/types/string/uri' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/join-component/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/join-component/test/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/js-tokens/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/bin/js-yaml' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/dist/js-yaml' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/dist/js-yaml.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/common' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/dumper' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/exception' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/loader' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/mark' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/schema' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/schema/core' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/schema/default_full' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/schema/default_safe' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/schema/failsafe' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/schema/json' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/type' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/type/binary' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/type/bool' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/type/float' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/type/int' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/type/js/function' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/type/js/regexp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/type/js/undefined' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/type/map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/type/merge' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/type/null' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/type/omap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/type/pairs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/type/seq' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/type/set' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/type/str' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/type/timestamp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/node_modules/esprima/bin/esparse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/node_modules/esprima/bin/esvalidate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/node_modules/esprima/dist/esprima' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsbn/example' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsbn/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/browser/default-stylesheet' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/browser/documentAdapter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/browser/documentfeatures' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/browser/domtohtml' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/browser/htmltodom' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/browser/not-implemented' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/browser/resource-loader' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/browser/Window' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/level2/style' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/level3/xpath' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/attributes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/attributes/Attr-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/dom-token-list' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/domparsing/DOMParser-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/events/CustomEvent-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/events/ErrorEvent-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/events/Event-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/events/FocusEvent-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/events/HashChangeEvent-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/events/KeyboardEvent-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/events/MessageEvent-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/events/MouseEvent-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/events/PopStateEvent-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/events/ProgressEvent-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/events/TouchEvent-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/events/UIEvent-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/file-api/Blob-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/file-api/File-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/file-api/FileList-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/file-api/FileReader-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/form-data-symbols' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/AddEventListenerOptions' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/Attr' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/Blob' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/BlobPropertyBag' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/CDATASection' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/CharacterData' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/ChildNode' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/Comment' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/CustomEvent' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/CustomEventInit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/Document' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/DocumentFragment' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/DocumentType' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/DOMImplementation' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/DOMParser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/Element' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/ElementContentEditable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/ElementCSSInlineStyle' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/ErrorEvent' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/ErrorEventInit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/Event' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/EventInit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/EventListenerOptions' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/EventModifierInit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/EventTarget' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/File' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/FileList' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/FilePropertyBag' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/FileReader' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/FocusEvent' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/FocusEventInit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/FormData' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/GlobalEventHandlers' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HashChangeEvent' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HashChangeEventInit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/History' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLAnchorElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLAppletElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLAreaElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLAudioElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLBaseElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLBodyElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLBRElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLButtonElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLCanvasElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLDataElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLDataListElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLDialogElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLDirectoryElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLDivElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLDListElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLEmbedElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLFieldSetElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLFontElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLFormElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLFrameElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLFrameSetElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLHeadElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLHeadingElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLHRElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLHtmlElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLHyperlinkElementUtils' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLIFrameElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLImageElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLInputElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLLabelElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLLegendElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLLIElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLLinkElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLMapElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLMediaElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLMenuElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLMetaElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLMeterElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLModElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLObjectElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLOListElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLOptGroupElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLOptionElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLOutputElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLParagraphElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLParamElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLPreElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLProgressElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLQuoteElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLScriptElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLSelectElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLSourceElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLSpanElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLStyleElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLTableCaptionElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLTableCellElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLTableColElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLTableDataCellElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLTableElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLTableHeaderCellElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLTableRowElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLTableSectionElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLTemplateElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLTextAreaElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLTimeElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLTitleElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLTrackElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLUListElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLUnknownElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLVideoElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/KeyboardEvent' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/KeyboardEventInit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/LinkStyle' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/Location' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/MessageEvent' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/MessageEventInit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/MouseEvent' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/MouseEventInit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/MutationEvent' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/Navigator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/NavigatorConcurrentHardware' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/NavigatorCookies' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/NavigatorID' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/NavigatorLanguage' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/NavigatorOnLine' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/NavigatorPlugins' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/Node' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/NonDocumentTypeChildNode' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/NonElementParentNode' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/ParentNode' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/PopStateEvent' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/PopStateEventInit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/ProcessingInstruction' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/ProgressEvent' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/ProgressEventInit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/ScrollIntoViewOptions' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/ScrollOptions' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/Text' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/TouchEvent' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/TreeWalker' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/UIEvent' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/UIEventInit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/utils' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/WindowEventHandlers' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/XMLDocument' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/helpers/document-base-url' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/helpers/focusing' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/helpers/form-controls' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/helpers/internal-constants' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/helpers/ordered-set-parser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/helpers/proxied-window-event-handlers' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/helpers/runtime-script-errors' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/helpers/selectors' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/helpers/strings' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/helpers/stylesheets' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/helpers/traversal' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/helpers/validate-names' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/html-collection' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/named-properties-window' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/navigator/Navigator-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/navigator/NavigatorConcurrentHardware-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/navigator/NavigatorCookies-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/navigator/NavigatorID-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/navigator/NavigatorLanguage-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/navigator/NavigatorOnLine-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/navigator/NavigatorPlugins-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/node-document-position' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/node-filter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/node-iterator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/node-list' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/node-type' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/node' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/CDATASection-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/CharacterData-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/ChildNode-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/Comment-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/Document-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/DocumentFragment-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/DocumentType-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/DOMImplementation-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/Element-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/ElementContentEditable-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/ElementCSSInlineStyle-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/GlobalEventHandlers-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLAnchorElement-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLAppletElement-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLAreaElement-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLAudioElement-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLBaseElement-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLBodyElement-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLBRElement-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLButtonElement-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLCanvasElement-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLDataElement-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLDataListElement-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLDialogElement-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLDirectoryElement-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLDivElement-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLDListElement-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLElement-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLEmbedElement-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFieldSetElement-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFontElement-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormElement-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFrameElement-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFrameSetElement-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLHeadElement-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLHeadingElement-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLHRElement-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLHtmlElement-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLHyperlinkElementUtils-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLIFrameElement-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLImageElement-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLInputElement-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLLabelElement-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLLegendElement-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLLIElement-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLLinkElement-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLMapElement-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLMediaElement-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLMenuElement-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLMetaElement-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLMeterElement-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLModElement-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLObjectElement-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLOListElement-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLOptGroupElement-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLOptionElement-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLOutputElement-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLParagraphElement-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLParamElement-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLPreElement-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLProgressElement-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLQuoteElement-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLScriptElement-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLSelectElement-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLSourceElement-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLSpanElement-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLStyleElement-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableCaptionElement-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableCellElement-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableColElement-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableDataCellElement-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableElement-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableHeaderCellElement-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableRowElement-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableSectionElement-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTemplateElement-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTextAreaElement-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTimeElement-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTitleElement-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTrackElement-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLUListElement-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLUnknownElement-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLVideoElement-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/LinkStyle-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/Node-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/NonDocumentTypeChildNode-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/NonElementParentNode-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/ParentNode-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/ProcessingInstruction-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/Text-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/WindowEventHandlers-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/XMLDocument-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/post-message' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/register-elements' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/traversal/TreeWalker-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/window/History-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/window/Location-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/window/navigation' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/xhr-sync-worker' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/xhr-utils' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/xhr/FormData-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/xmlhttprequest-event-target' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/xmlhttprequest-symbols' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/xmlhttprequest-upload' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/xmlhttprequest' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/named-properties-tracker' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/utils' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/virtual-console' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/vm-shim' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/web-idl/DOMException' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/node_modules/sax/lib/sax' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsesc/jsesc' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/json-fallback/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/json-schema-traverse/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/json-schema-traverse/spec/fixtures/schema' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/json-schema-traverse/spec/index.spec' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/json-schema/lib/links' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/json-schema/lib/validate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/json-schema/test/tests' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/json-stable-stringify/example/key_cmp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/json-stable-stringify/example/nested' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/json-stable-stringify/example/str' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/json-stable-stringify/example/value_cmp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/json-stable-stringify/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/json-stable-stringify/test/cmp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/json-stable-stringify/test/nested' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/json-stable-stringify/test/replacer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/json-stable-stringify/test/space' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/json-stable-stringify/test/str' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/json-stable-stringify/test/to-json' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/json-stringify-safe/stringify' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/json-stringify-safe/test/stringify_test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/json5/lib/cli' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/json5/lib/json5' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/json5/lib/require' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonfile/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonify/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonify/lib/parse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonify/lib/stringify' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonify/test/parse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonify/test/stringify' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonp/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonp/node_modules/debug/karma.conf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonp/node_modules/debug/node' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonp/node_modules/debug/src/browser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonp/node_modules/debug/src/debug' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonp/node_modules/debug/src/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonp/node_modules/debug/src/node' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonp/node_modules/ms/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonschema/lib/attribute' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonschema/lib/helpers' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonschema/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonschema/lib/validator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/decode' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/lib/JsonWebTokenError' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/lib/NotBeforeError' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/lib/timespan' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/lib/TokenExpiredError' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/hoek/lib/escape' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/hoek/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/hoek/test/escaper' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/hoek/test/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/hoek/test/modules/test1' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/hoek/test/modules/test2' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/hoek/test/modules/test3' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/isemail/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/isemail/lib/isemail' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/isemail/test/isemail' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/examples/conditionalRequire' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/examples/customMessage' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/examples/multipleWhen' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/generate-readme-toc' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/lib/alternatives' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/lib/any' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/lib/array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/lib/binary' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/lib/boolean' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/lib/cast' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/lib/date' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/lib/errors' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/lib/language' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/lib/number' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/lib/object' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/lib/ref' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/lib/string' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/lib/string/ip' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/lib/string/rfc3986' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/lib/string/uri' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/test/alternatives' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/test/any' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/test/array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/test/binary' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/test/boolean' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/test/date' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/test/errors' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/test/function' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/test/helper' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/test/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/test/number' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/test/object' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/test/ref' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/test/string' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/ms/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/topo/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/topo/test/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/sign' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/test/async_sign.tests' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/test/buffer.tests' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/test/encoding.tests' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/test/expires_format.tests' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/test/iat.tests' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/test/invalid_exp.tests' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/test/issue_147.tests' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/test/issue_196.tests' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/test/issue_304.tests' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/test/issue_70.tests' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/test/jwt.asymmetric_signing.tests' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/test/jwt.hs.tests' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/test/keyid.tests' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/test/non_object_values.tests' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/test/noTimestamp.tests' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/test/rsa-public-key.tests' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/test/set_headers.tests' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/test/undefined_secretOrPublickey.tests' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/test/util/fakeDate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/test/verify.tests' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/test/wrong_alg.tests' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/verify' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsprim/lib/jsprim' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jwa/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jws/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jws/lib/data-stream' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jws/lib/sign-stream' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jws/lib/tostring' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jws/lib/verify-stream' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/kind-of/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/klaw/src/assign' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/klaw/src/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lazy-cache/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lcid/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/left-pad/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/left-pad/perf/es6Repeat' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/left-pad/perf/O(n)' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/left-pad/perf/perf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/left-pad/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/leven/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/levn/lib/cast' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/levn/lib/coerce' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/levn/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/levn/lib/parse-string' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/levn/lib/parse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/load-json-file/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/load-json-file/node_modules/strip-bom/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/locate-path/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lock/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lock/test/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lock/test/issue-1' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lock/test/multi' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_addMapEntry' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_addSetEntry' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_apply' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_arrayAggregator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_arrayEach' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_arrayEachRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_arrayEvery' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_arrayFilter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_arrayIncludes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_arrayIncludesWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_arrayLikeKeys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_arrayMap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_arrayPush' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_arrayReduce' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_arrayReduceRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_arraySample' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_arraySampleSize' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_arrayShuffle' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_arraySome' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_asciiSize' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_asciiToArray' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_asciiWords' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_assignMergeValue' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_assignValue' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_assocIndexOf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseAggregator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseAssign' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseAssignIn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseAssignValue' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseAt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseClamp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseClone' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseConforms' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseConformsTo' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseCreate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseDelay' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseDifference' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseEach' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseEachRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseEvery' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseExtremum' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseFill' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseFilter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseFindIndex' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseFindKey' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseFlatten' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseFor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseForOwn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseForOwnRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseForRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseFunctions' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseGet' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseGetAllKeys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseGetTag' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseGt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseHas' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseHasIn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseIndexOf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseIndexOfWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseInRange' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseIntersection' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseInverter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseInvoke' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseIsArguments' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseIsArrayBuffer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseIsDate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseIsEqual' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseIsEqualDeep' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseIsMap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseIsMatch' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseIsNaN' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseIsNative' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseIsRegExp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseIsSet' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseIsTypedArray' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseIteratee' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseKeys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseKeysIn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseLodash' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseLt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseMap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseMatches' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseMatchesProperty' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseMean' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseMerge' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseMergeDeep' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseNth' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseOrderBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_basePick' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_basePickBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseProperty' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_basePropertyDeep' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_basePropertyOf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_basePullAll' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_basePullAt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseRandom' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseRange' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseReduce' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseRepeat' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseRest' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseSample' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseSampleSize' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseSet' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseSetData' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseSetToString' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseShuffle' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseSlice' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseSome' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseSortBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseSortedIndex' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseSortedIndexBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseSortedUniq' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseSum' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseTimes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseToNumber' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseToPairs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseToString' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseUnary' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseUniq' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseUnset' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseUpdate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseValues' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseWhile' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseWrapperValue' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseXor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseZipObject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_cacheHas' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_castArrayLikeObject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_castFunction' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_castPath' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_castRest' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_castSlice' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_charsEndIndex' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_charsStartIndex' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_cloneArrayBuffer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_cloneBuffer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_cloneDataView' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_cloneMap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_cloneRegExp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_cloneSet' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_cloneSymbol' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_cloneTypedArray' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_compareAscending' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_compareMultiple' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_composeArgs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_composeArgsRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_copyArray' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_copyObject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_copySymbols' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_copySymbolsIn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_coreJsData' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_countHolders' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_createAggregator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_createAssigner' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_createBaseEach' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_createBaseFor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_createBind' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_createCaseFirst' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_createCompounder' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_createCtor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_createCurry' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_createFind' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_createFlow' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_createHybrid' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_createInverter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_createMathOperation' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_createOver' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_createPadding' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_createPartial' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_createRange' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_createRecurry' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_createRelationalOperation' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_createRound' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_createSet' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_createToPairs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_createWrap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_customDefaultsAssignIn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_customDefaultsMerge' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_customOmitClone' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_DataView' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_deburrLetter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_defineProperty' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_equalArrays' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_equalByTag' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_equalObjects' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_escapeHtmlChar' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_escapeStringChar' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_flatRest' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_freeGlobal' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_getAllKeys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_getAllKeysIn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_getData' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_getFuncName' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_getHolder' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_getMapData' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_getMatchData' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_getNative' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_getPrototype' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_getRawTag' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_getSymbols' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_getSymbolsIn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_getTag' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_getValue' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_getView' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_getWrapDetails' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_Hash' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_hashClear' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_hashDelete' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_hashGet' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_hashHas' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_hashSet' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_hasPath' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_hasUnicode' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_hasUnicodeWord' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_initCloneArray' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_initCloneByTag' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_initCloneObject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_insertWrapDetails' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_isFlattenable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_isIndex' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_isIterateeCall' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_isKey' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_isKeyable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_isLaziable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_isMaskable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_isMasked' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_isPrototype' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_isStrictComparable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_iteratorToArray' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_lazyClone' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_lazyReverse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_lazyValue' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_LazyWrapper' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_ListCache' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_listCacheClear' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_listCacheDelete' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_listCacheGet' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_listCacheHas' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_listCacheSet' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_LodashWrapper' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_Map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_MapCache' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_mapCacheClear' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_mapCacheDelete' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_mapCacheGet' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_mapCacheHas' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_mapCacheSet' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_mapToArray' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_matchesStrictComparable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_memoizeCapped' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_mergeData' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_metaMap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_nativeCreate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_nativeKeys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_nativeKeysIn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_nodeUtil' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_objectToString' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_overArg' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_overRest' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_parent' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_Promise' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_realNames' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_reEscape' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_reEvaluate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_reInterpolate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_reorder' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_replaceHolders' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_root' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_Set' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_SetCache' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_setCacheAdd' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_setCacheHas' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_setData' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_setToArray' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_setToPairs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_setToString' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_setWrapToString' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_shortOut' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_shuffleSelf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_Stack' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_stackClear' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_stackDelete' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_stackGet' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_stackHas' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_stackSet' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_strictIndexOf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_strictLastIndexOf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_stringSize' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_stringToArray' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_stringToPath' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_Symbol' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_toKey' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_toSource' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_Uint8Array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_unescapeHtmlChar' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_unicodeSize' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_unicodeToArray' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_unicodeWords' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_updateWrapDetails' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_WeakMap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_wrapperClone' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/add' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/after' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/array.default' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/ary' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/assign' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/assignIn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/assignInWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/assignWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/at' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/attempt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/before' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/bind' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/bindAll' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/bindKey' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/camelCase' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/capitalize' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/castArray' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/ceil' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/chain' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/chunk' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/clamp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/clone' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/cloneDeep' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/cloneDeepWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/cloneWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/collection.default' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/collection' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/commit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/compact' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/concat' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/cond' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/conforms' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/conformsTo' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/constant' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/countBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/create' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/curry' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/curryRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/date.default' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/date' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/debounce' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/deburr' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/defaults' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/defaultsDeep' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/defaultTo' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/defer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/delay' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/difference' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/differenceBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/differenceWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/divide' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/drop' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/dropRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/dropRightWhile' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/dropWhile' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/each' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/eachRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/endsWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/entries' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/entriesIn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/eq' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/escape' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/escapeRegExp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/every' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/extend' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/extendWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/fill' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/filter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/find' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/findIndex' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/findKey' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/findLast' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/findLastIndex' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/findLastKey' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/first' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/flatMap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/flatMapDeep' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/flatMapDepth' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/flatten' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/flattenDeep' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/flattenDepth' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/flip' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/floor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/flow' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/flowRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/forEach' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/forEachRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/forIn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/forInRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/forOwn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/forOwnRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/fromPairs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/function.default' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/function' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/functions' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/functionsIn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/get' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/groupBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/gt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/gte' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/has' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/hasIn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/head' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/identity' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/includes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/indexOf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/initial' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/inRange' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/intersection' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/intersectionBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/intersectionWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/invert' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/invertBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/invoke' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/invokeMap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isArguments' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isArray' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isArrayBuffer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isArrayLike' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isArrayLikeObject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isBoolean' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isBuffer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isDate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isEmpty' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isEqual' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isEqualWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isError' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isFinite' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isFunction' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isInteger' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isLength' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isMap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isMatch' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isMatchWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isNaN' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isNative' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isNil' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isNull' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isNumber' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isObject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isObjectLike' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isPlainObject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isRegExp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isSafeInteger' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isSet' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isString' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isSymbol' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isTypedArray' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isUndefined' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isWeakMap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isWeakSet' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/iteratee' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/join' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/kebabCase' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/keyBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/keys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/keysIn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/lang.default' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/lang' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/last' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/lastIndexOf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/lodash.default' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/lodash' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/lowerCase' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/lowerFirst' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/lt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/lte' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/mapKeys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/mapValues' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/matches' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/matchesProperty' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/math.default' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/math' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/max' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/maxBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/mean' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/meanBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/memoize' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/merge' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/mergeWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/method' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/methodOf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/minBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/mixin' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/multiply' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/negate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/next' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/noop' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/now' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/nth' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/nthArg' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/number.default' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/number' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/object.default' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/object' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/omit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/omitBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/once' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/orderBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/over' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/overArgs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/overEvery' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/overSome' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/pad' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/padEnd' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/padStart' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/parseInt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/partial' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/partialRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/partition' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/pick' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/pickBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/plant' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/property' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/propertyOf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/pull' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/pullAll' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/pullAllBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/pullAllWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/pullAt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/random' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/range' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/rangeRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/rearg' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/reduce' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/reduceRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/reject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/remove' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/repeat' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/replace' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/rest' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/result' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/reverse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/round' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/sample' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/sampleSize' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/seq.default' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/seq' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/set' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/setWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/shuffle' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/size' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/slice' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/snakeCase' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/some' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/sortBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/sortedIndex' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/sortedIndexBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/sortedIndexOf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/sortedLastIndex' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/sortedLastIndexBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/sortedLastIndexOf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/sortedUniq' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/sortedUniqBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/split' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/spread' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/startCase' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/startsWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/string.default' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/string' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/stubArray' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/stubFalse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/stubObject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/stubString' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/stubTrue' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/subtract' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/sum' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/sumBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/tail' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/take' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/takeRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/takeRightWhile' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/takeWhile' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/tap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/template' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/templateSettings' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/throttle' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/thru' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/times' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/toArray' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/toFinite' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/toInteger' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/toIterator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/toJSON' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/toLength' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/toLower' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/toNumber' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/toPairs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/toPairsIn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/toPath' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/toPlainObject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/toSafeInteger' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/toString' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/toUpper' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/transform' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/trim' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/trimEnd' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/trimStart' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/truncate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/unary' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/unescape' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/union' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/unionBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/unionWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/uniq' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/uniqBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/uniqueId' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/uniqWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/unset' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/unzip' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/unzipWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/update' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/updateWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/upperCase' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/upperFirst' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/util.default' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/util' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/value' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/valueOf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/values' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/valuesIn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/without' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/words' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/wrap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/wrapperAt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/wrapperChain' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/wrapperLodash' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/wrapperReverse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/wrapperValue' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/xor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/xorBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/xorWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/zip' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/zipObject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/zipObjectDeep' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/zipWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash._basecopy/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash._basetostring/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash._basevalues/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash._getnative/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash._isiterateecall/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash._reescape/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash._reevaluate/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash._reinterpolate/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash._root/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash.escape/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash.isarguments/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash.isarray/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash.keys/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash.map/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash.once/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash.pad/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash.padend/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash.padstart/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash.restparam/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash.template/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash.templatesettings/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash.throttle/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash.zipobject/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_addMapEntry' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_addSetEntry' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_apply' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_arrayAggregator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_arrayEach' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_arrayEachRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_arrayEvery' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_arrayFilter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_arrayIncludes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_arrayIncludesWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_arrayLikeKeys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_arrayMap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_arrayPush' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_arrayReduce' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_arrayReduceRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_arraySample' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_arraySampleSize' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_arrayShuffle' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_arraySome' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_asciiSize' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_asciiToArray' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_asciiWords' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_assignMergeValue' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_assignValue' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_assocIndexOf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseAggregator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseAssign' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseAssignIn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseAssignValue' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseAt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseClamp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseClone' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseConforms' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseConformsTo' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseCreate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseDelay' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseDifference' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseEach' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseEachRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseEvery' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseExtremum' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseFill' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseFilter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseFindIndex' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseFindKey' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseFlatten' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseFor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseForOwn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseForOwnRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseForRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseFunctions' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseGet' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseGetAllKeys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseGetTag' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseGt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseHas' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseHasIn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseIndexOf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseIndexOfWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseInRange' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseIntersection' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseInverter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseInvoke' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseIsArguments' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseIsArrayBuffer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseIsDate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseIsEqual' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseIsEqualDeep' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseIsMap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseIsMatch' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseIsNaN' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseIsNative' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseIsRegExp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseIsSet' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseIsTypedArray' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseIteratee' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseKeys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseKeysIn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseLodash' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseLt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseMap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseMatches' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseMatchesProperty' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseMean' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseMerge' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseMergeDeep' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseNth' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseOrderBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_basePick' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_basePickBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseProperty' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_basePropertyDeep' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_basePropertyOf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_basePullAll' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_basePullAt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseRandom' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseRange' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseReduce' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseRepeat' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseRest' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseSample' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseSampleSize' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseSet' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseSetData' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseSetToString' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseShuffle' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseSlice' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseSome' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseSortBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseSortedIndex' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseSortedIndexBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseSortedUniq' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseSum' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseTimes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseToNumber' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseToPairs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseToString' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseUnary' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseUniq' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseUnset' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseUpdate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseValues' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseWhile' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseWrapperValue' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseXor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseZipObject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_cacheHas' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_castArrayLikeObject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_castFunction' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_castPath' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_castRest' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_castSlice' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_charsEndIndex' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_charsStartIndex' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_cloneArrayBuffer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_cloneBuffer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_cloneDataView' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_cloneMap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_cloneRegExp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_cloneSet' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_cloneSymbol' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_cloneTypedArray' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_compareAscending' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_compareMultiple' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_composeArgs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_composeArgsRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_copyArray' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_copyObject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_copySymbols' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_copySymbolsIn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_coreJsData' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_countHolders' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_createAggregator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_createAssigner' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_createBaseEach' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_createBaseFor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_createBind' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_createCaseFirst' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_createCompounder' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_createCtor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_createCurry' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_createFind' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_createFlow' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_createHybrid' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_createInverter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_createMathOperation' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_createOver' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_createPadding' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_createPartial' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_createRange' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_createRecurry' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_createRelationalOperation' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_createRound' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_createSet' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_createToPairs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_createWrap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_customDefaultsAssignIn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_customDefaultsMerge' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_customOmitClone' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_DataView' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_deburrLetter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_defineProperty' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_equalArrays' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_equalByTag' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_equalObjects' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_escapeHtmlChar' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_escapeStringChar' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_flatRest' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_freeGlobal' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_getAllKeys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_getAllKeysIn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_getData' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_getFuncName' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_getHolder' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_getMapData' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_getMatchData' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_getNative' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_getPrototype' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_getRawTag' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_getSymbols' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_getSymbolsIn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_getTag' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_getValue' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_getView' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_getWrapDetails' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_Hash' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_hashClear' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_hashDelete' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_hashGet' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_hashHas' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_hashSet' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_hasPath' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_hasUnicode' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_hasUnicodeWord' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_initCloneArray' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_initCloneByTag' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_initCloneObject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_insertWrapDetails' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_isFlattenable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_isIndex' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_isIterateeCall' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_isKey' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_isKeyable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_isLaziable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_isMaskable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_isMasked' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_isPrototype' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_isStrictComparable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_iteratorToArray' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_lazyClone' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_lazyReverse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_lazyValue' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_LazyWrapper' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_ListCache' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_listCacheClear' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_listCacheDelete' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_listCacheGet' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_listCacheHas' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_listCacheSet' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_LodashWrapper' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_Map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_MapCache' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_mapCacheClear' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_mapCacheDelete' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_mapCacheGet' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_mapCacheHas' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_mapCacheSet' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_mapToArray' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_matchesStrictComparable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_memoizeCapped' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_mergeData' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_metaMap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_nativeCreate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_nativeKeys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_nativeKeysIn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_nodeUtil' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_objectToString' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_overArg' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_overRest' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_parent' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_Promise' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_realNames' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_reEscape' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_reEvaluate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_reInterpolate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_reorder' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_replaceHolders' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_root' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_Set' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_SetCache' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_setCacheAdd' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_setCacheHas' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_setData' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_setToArray' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_setToPairs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_setToString' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_setWrapToString' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_shortOut' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_shuffleSelf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_Stack' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_stackClear' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_stackDelete' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_stackGet' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_stackHas' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_stackSet' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_strictIndexOf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_strictLastIndexOf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_stringSize' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_stringToArray' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_stringToPath' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_Symbol' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_toKey' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_toSource' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_Uint8Array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_unescapeHtmlChar' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_unicodeSize' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_unicodeToArray' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_unicodeWords' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_updateWrapDetails' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_WeakMap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_wrapperClone' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/add' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/after' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/ary' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/assign' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/assignIn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/assignInWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/assignWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/at' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/attempt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/before' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/bind' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/bindAll' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/bindKey' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/camelCase' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/capitalize' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/castArray' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/ceil' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/chain' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/chunk' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/clamp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/clone' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/cloneDeep' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/cloneDeepWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/cloneWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/collection' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/commit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/compact' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/concat' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/cond' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/conforms' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/conformsTo' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/constant' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/core' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/core.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/countBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/create' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/curry' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/curryRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/date' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/debounce' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/deburr' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/defaults' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/defaultsDeep' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/defaultTo' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/defer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/delay' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/difference' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/differenceBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/differenceWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/divide' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/drop' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/dropRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/dropRightWhile' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/dropWhile' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/each' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/eachRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/endsWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/entries' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/entriesIn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/eq' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/escape' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/escapeRegExp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/every' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/extend' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/extendWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fill' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/filter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/find' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/findIndex' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/findKey' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/findLast' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/findLastIndex' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/findLastKey' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/first' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/flatMap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/flatMapDeep' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/flatMapDepth' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/flatten' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/flattenDeep' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/flattenDepth' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/flip' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/floor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/flow' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/flowRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/forEach' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/forEachRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/forIn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/forInRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/forOwn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/forOwnRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/__' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/_baseConvert' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/_convertBrowser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/_falseOptions' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/_mapping' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/_util' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/add' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/after' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/all' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/allPass' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/always' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/any' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/anyPass' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/apply' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/ary' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/assign' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/assignAll' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/assignAllWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/assignIn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/assignInAll' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/assignInAllWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/assignInWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/assignWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/assoc' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/assocPath' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/at' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/attempt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/before' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/bind' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/bindAll' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/bindKey' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/camelCase' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/capitalize' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/castArray' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/ceil' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/chain' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/chunk' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/clamp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/clone' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/cloneDeep' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/cloneDeepWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/cloneWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/collection' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/commit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/compact' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/complement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/compose' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/concat' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/cond' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/conforms' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/conformsTo' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/constant' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/contains' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/convert' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/countBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/create' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/curry' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/curryN' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/curryRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/curryRightN' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/date' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/debounce' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/deburr' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/defaults' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/defaultsAll' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/defaultsDeep' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/defaultsDeepAll' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/defaultTo' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/defer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/delay' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/difference' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/differenceBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/differenceWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/dissoc' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/dissocPath' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/divide' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/drop' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/dropLast' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/dropLastWhile' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/dropRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/dropRightWhile' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/dropWhile' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/each' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/eachRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/endsWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/entries' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/entriesIn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/eq' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/equals' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/escape' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/escapeRegExp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/every' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/extend' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/extendAll' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/extendAllWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/extendWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/F' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/fill' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/filter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/find' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/findFrom' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/findIndex' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/findIndexFrom' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/findKey' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/findLast' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/findLastFrom' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/findLastIndex' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/findLastIndexFrom' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/findLastKey' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/first' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/flatMap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/flatMapDeep' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/flatMapDepth' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/flatten' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/flattenDeep' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/flattenDepth' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/flip' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/floor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/flow' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/flowRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/forEach' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/forEachRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/forIn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/forInRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/forOwn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/forOwnRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/fromPairs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/function' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/functions' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/functionsIn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/get' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/getOr' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/groupBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/gt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/gte' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/has' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/hasIn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/head' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/identical' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/identity' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/includes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/includesFrom' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/indexBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/indexOf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/indexOfFrom' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/init' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/initial' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/inRange' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/intersection' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/intersectionBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/intersectionWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/invert' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/invertBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/invertObj' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/invoke' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/invokeArgs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/invokeArgsMap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/invokeMap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isArguments' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isArray' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isArrayBuffer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isArrayLike' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isArrayLikeObject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isBoolean' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isBuffer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isDate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isEmpty' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isEqual' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isEqualWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isError' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isFinite' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isFunction' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isInteger' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isLength' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isMap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isMatch' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isMatchWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isNaN' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isNative' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isNil' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isNull' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isNumber' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isObject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isObjectLike' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isPlainObject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isRegExp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isSafeInteger' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isSet' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isString' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isSymbol' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isTypedArray' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isUndefined' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isWeakMap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isWeakSet' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/iteratee' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/join' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/juxt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/kebabCase' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/keyBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/keys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/keysIn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/lang' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/last' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/lastIndexOf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/lastIndexOfFrom' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/lowerCase' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/lowerFirst' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/lt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/lte' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/mapKeys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/mapValues' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/matches' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/matchesProperty' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/math' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/max' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/maxBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/mean' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/meanBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/memoize' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/merge' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/mergeAll' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/mergeAllWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/mergeWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/method' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/methodOf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/minBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/mixin' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/multiply' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/nAry' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/negate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/next' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/noop' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/now' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/nth' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/nthArg' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/number' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/object' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/omit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/omitAll' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/omitBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/once' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/orderBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/over' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/overArgs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/overEvery' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/overSome' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/pad' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/padChars' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/padCharsEnd' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/padCharsStart' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/padEnd' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/padStart' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/parseInt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/partial' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/partialRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/partition' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/path' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/pathEq' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/pathOr' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/paths' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/pick' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/pickAll' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/pickBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/pipe' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/placeholder' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/plant' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/pluck' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/prop' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/propEq' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/property' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/propertyOf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/propOr' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/props' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/pull' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/pullAll' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/pullAllBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/pullAllWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/pullAt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/random' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/range' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/rangeRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/rangeStep' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/rangeStepRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/rearg' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/reduce' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/reduceRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/reject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/remove' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/repeat' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/replace' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/rest' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/restFrom' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/result' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/reverse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/round' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/sample' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/sampleSize' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/seq' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/set' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/setWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/shuffle' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/size' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/slice' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/snakeCase' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/some' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/sortBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/sortedIndex' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/sortedIndexBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/sortedIndexOf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/sortedLastIndex' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/sortedLastIndexBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/sortedLastIndexOf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/sortedUniq' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/sortedUniqBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/split' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/spread' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/spreadFrom' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/startCase' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/startsWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/string' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/stubArray' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/stubFalse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/stubObject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/stubString' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/stubTrue' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/subtract' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/sum' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/sumBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/symmetricDifference' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/symmetricDifferenceBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/symmetricDifferenceWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/T' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/tail' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/take' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/takeLast' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/takeLastWhile' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/takeRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/takeRightWhile' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/takeWhile' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/tap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/template' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/templateSettings' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/throttle' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/thru' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/times' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/toArray' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/toFinite' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/toInteger' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/toIterator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/toJSON' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/toLength' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/toLower' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/toNumber' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/toPairs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/toPairsIn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/toPath' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/toPlainObject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/toSafeInteger' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/toString' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/toUpper' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/transform' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/trim' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/trimChars' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/trimCharsEnd' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/trimCharsStart' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/trimEnd' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/trimStart' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/truncate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/unapply' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/unary' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/unescape' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/union' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/unionBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/unionWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/uniq' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/uniqBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/uniqueId' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/uniqWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/unnest' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/unset' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/unzip' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/unzipWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/update' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/updateWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/upperCase' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/upperFirst' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/useWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/util' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/value' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/valueOf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/values' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/valuesIn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/where' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/whereEq' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/without' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/words' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/wrap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/wrapperAt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/wrapperChain' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/wrapperLodash' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/wrapperReverse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/wrapperValue' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/xor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/xorBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/xorWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/zip' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/zipAll' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/zipObj' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/zipObject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/zipObjectDeep' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/zipWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fromPairs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/function' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/functions' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/functionsIn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/get' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/groupBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/gt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/gte' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/has' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/hasIn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/head' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/identity' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/includes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/indexOf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/initial' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/inRange' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/intersection' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/intersectionBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/intersectionWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/invert' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/invertBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/invoke' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/invokeMap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/isArguments' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/isArray' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/isArrayBuffer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/isArrayLike' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/isArrayLikeObject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/isBoolean' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/isBuffer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/isDate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/isElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/isEmpty' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/isEqual' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/isEqualWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/isError' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/isFinite' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/isFunction' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/isInteger' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/isLength' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/isMap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/isMatch' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/isMatchWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/isNaN' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/isNative' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/isNil' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/isNull' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/isNumber' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/isObject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/isObjectLike' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/isPlainObject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/isRegExp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/isSafeInteger' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/isSet' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/isString' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/isSymbol' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/isTypedArray' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/isUndefined' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/isWeakMap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/isWeakSet' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/iteratee' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/join' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/kebabCase' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/keyBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/keys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/keysIn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/lang' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/last' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/lastIndexOf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/lodash' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/lodash.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/lowerCase' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/lowerFirst' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/lt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/lte' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/mapKeys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/mapValues' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/matches' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/matchesProperty' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/math' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/max' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/maxBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/mean' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/meanBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/memoize' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/merge' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/mergeWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/method' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/methodOf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/minBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/mixin' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/multiply' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/negate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/next' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/noop' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/now' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/nth' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/nthArg' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/number' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/object' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/omit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/omitBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/once' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/orderBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/over' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/overArgs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/overEvery' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/overSome' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/pad' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/padEnd' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/padStart' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/parseInt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/partial' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/partialRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/partition' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/pick' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/pickBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/plant' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/property' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/propertyOf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/pull' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/pullAll' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/pullAllBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/pullAllWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/pullAt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/random' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/range' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/rangeRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/rearg' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/reduce' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/reduceRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/reject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/remove' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/repeat' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/replace' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/rest' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/result' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/reverse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/round' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/sample' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/sampleSize' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/seq' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/set' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/setWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/shuffle' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/size' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/slice' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/snakeCase' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/some' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/sortBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/sortedIndex' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/sortedIndexBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/sortedIndexOf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/sortedLastIndex' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/sortedLastIndexBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/sortedLastIndexOf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/sortedUniq' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/sortedUniqBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/split' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/spread' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/startCase' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/startsWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/string' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/stubArray' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/stubFalse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/stubObject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/stubString' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/stubTrue' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/subtract' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/sum' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/sumBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/tail' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/take' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/takeRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/takeRightWhile' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/takeWhile' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/tap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/template' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/templateSettings' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/throttle' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/thru' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/times' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/toArray' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/toFinite' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/toInteger' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/toIterator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/toJSON' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/toLength' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/toLower' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/toNumber' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/toPairs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/toPairsIn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/toPath' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/toPlainObject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/toSafeInteger' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/toString' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/toUpper' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/transform' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/trim' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/trimEnd' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/trimStart' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/truncate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/unary' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/unescape' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/union' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/unionBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/unionWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/uniq' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/uniqBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/uniqueId' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/uniqWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/unset' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/unzip' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/unzipWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/update' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/updateWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/upperCase' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/upperFirst' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/util' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/value' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/valueOf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/values' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/valuesIn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/without' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/words' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/wrap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/wrapperAt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/wrapperChain' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/wrapperLodash' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/wrapperReverse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/wrapperValue' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/xor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/xorBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/xorWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/zip' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/zipObject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/zipObjectDeep' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/zipWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/longest/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/loose-envify/cli' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/loose-envify/custom' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/loose-envify/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/loose-envify/loose-envify' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/loose-envify/replace' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lottie-ios/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lottie-react-native/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lottie-react-native/lib/js/Animation' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lower-case-first/lower-case-first' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lower-case/lower-case' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lowercase-keys/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-cache/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/lib/freeze' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_addMapEntry' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_addSetEntry' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_apply' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_arrayAggregator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_arrayConcat' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_arrayEach' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_arrayEachRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_arrayEvery' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_arrayFilter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_arrayIncludes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_arrayIncludesWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_arrayMap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_arrayPush' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_arrayReduce' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_arrayReduceRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_arraySome' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_assignInDefaults' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_assignMergeValue' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_assignValue' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_assocDelete' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_assocGet' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_assocHas' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_assocIndexOf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_assocSet' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseAggregator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseAssign' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseAt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseCastArrayLikeObject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseCastFunction' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseCastPath' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseClamp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseClone' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseConforms' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseCreate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseDelay' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseDifference' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseEach' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseEachRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseEvery' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseExtremum' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseFill' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseFilter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseFind' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseFindIndex' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseFlatten' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseFor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseForIn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseForOwn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseForOwnRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseForRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseFunctions' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseGet' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseHas' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseHasIn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseIndexOf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseInRange' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseIntersection' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseInverter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseInvoke' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseIsEqual' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseIsEqualDeep' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseIsMatch' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseIteratee' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseKeys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseKeysIn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseLodash' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseMap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseMatches' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseMatchesProperty' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseMerge' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseMergeDeep' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseOrderBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_basePick' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_basePickBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseProperty' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_basePropertyDeep' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_basePullAll' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_basePullAllBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_basePullAt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseRandom' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseRange' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseReduce' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseSet' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseSetData' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseSlice' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseSome' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseSortBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseSortedIndex' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseSortedIndexBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseSortedUniq' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseSortedUniqBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseSum' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseTimes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseToPairs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseUnary' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseUniq' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseUnset' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseValues' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseWhile' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseWrapperValue' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseXor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseZipObject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_cacheHas' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_cachePush' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_charsEndIndex' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_charsStartIndex' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_checkGlobal' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_cloneArrayBuffer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_cloneBuffer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_cloneMap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_cloneRegExp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_cloneSet' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_cloneSymbol' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_cloneTypedArray' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_compareAscending' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_compareMultiple' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_composeArgs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_composeArgsRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_copyArray' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_copyObject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_copyObjectWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_copySymbols' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_countHolders' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_createAggregator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_createAssigner' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_createBaseEach' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_createBaseFor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_createBaseWrapper' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_createCaseFirst' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_createCompounder' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_createCtorWrapper' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_createCurryWrapper' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_createFlow' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_createHybridWrapper' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_createInverter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_createOver' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_createPadding' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_createPartialWrapper' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_createRange' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_createRecurryWrapper' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_createRound' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_createSet' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_createWrapper' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_deburrLetter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_equalArrays' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_equalByTag' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_equalObjects' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_escapeHtmlChar' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_escapeStringChar' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_getData' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_getFuncName' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_getLength' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_getMatchData' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_getNative' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_getPlaceholder' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_getSymbols' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_getTag' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_getView' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_Hash' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_hashDelete' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_hashGet' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_hashHas' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_hashSet' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_hasPath' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_indexKeys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_indexOfNaN' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_initCloneArray' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_initCloneByTag' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_initCloneObject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_isHostObject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_isIndex' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_isIterateeCall' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_isKey' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_isKeyable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_isLaziable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_isPrototype' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_isStrictComparable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_iteratorToArray' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_lazyClone' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_lazyReverse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_lazyValue' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_LazyWrapper' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_LodashWrapper' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_Map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_MapCache' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_mapClear' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_mapDelete' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_mapGet' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_mapHas' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_mapSet' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_mapToArray' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_mergeData' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_mergeDefaults' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_metaMap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_nativeCreate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_parent' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_realNames' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_reEscape' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_reEvaluate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_Reflect' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_reInterpolate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_reorder' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_replaceHolders' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_root' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_Set' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_SetCache' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_setData' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_setToArray' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_Stack' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_stackClear' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_stackDelete' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_stackGet' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_stackHas' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_stackSet' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_stringSize' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_stringToArray' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_stringToPath' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_Symbol' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_Uint8Array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_unescapeHtmlChar' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_WeakMap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_wrapperClone' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/add' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/after' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/ary' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/assign' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/assignIn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/assignInWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/assignWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/at' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/attempt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/before' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/bind' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/bindAll' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/bindKey' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/camelCase' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/capitalize' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/castArray' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/ceil' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/chain' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/chunk' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/clamp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/clone' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/cloneDeep' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/cloneDeepWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/cloneWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/collection' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/commit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/compact' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/concat' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/cond' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/conforms' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/constant' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/core' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/core.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/countBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/create' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/curry' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/curryRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/date' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/debounce' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/deburr' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/defaults' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/defaultsDeep' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/defer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/delay' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/difference' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/differenceBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/differenceWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/drop' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/dropRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/dropRightWhile' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/dropWhile' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/each' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/eachRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/endsWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/eq' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/escape' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/escapeRegExp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/every' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/extend' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/extendWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fill' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/filter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/find' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/findIndex' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/findKey' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/findLast' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/findLastIndex' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/findLastKey' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/flatMap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/flatten' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/flattenDeep' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/flattenDepth' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/flip' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/floor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/flow' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/flowRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/forEach' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/forEachRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/forIn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/forInRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/forOwn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/forOwnRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/_baseConvert' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/_convertBrowser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/_mapping' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/_util' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/add' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/after' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/all' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/allPass' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/apply' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/ary' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/assign' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/assignIn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/assignInWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/assignWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/assoc' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/assocPath' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/at' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/attempt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/before' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/bind' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/bindAll' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/bindKey' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/camelCase' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/capitalize' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/castArray' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/ceil' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/chain' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/chunk' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/clamp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/clone' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/cloneDeep' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/cloneDeepWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/cloneWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/collection' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/commit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/compact' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/compose' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/concat' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/cond' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/conforms' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/constant' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/contains' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/convert' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/countBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/create' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/curry' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/curryN' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/curryRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/curryRightN' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/date' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/debounce' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/deburr' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/defaults' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/defaultsDeep' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/defer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/delay' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/difference' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/differenceBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/differenceWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/dissoc' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/dissocPath' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/drop' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/dropRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/dropRightWhile' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/dropWhile' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/each' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/eachRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/endsWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/eq' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/equals' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/escape' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/escapeRegExp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/every' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/extend' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/extendWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/fill' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/filter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/find' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/findIndex' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/findKey' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/findLast' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/findLastIndex' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/findLastKey' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/first' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/flatMap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/flatten' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/flattenDeep' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/flattenDepth' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/flip' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/floor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/flow' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/flowRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/forEach' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/forEachRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/forIn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/forInRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/forOwn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/forOwnRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/fromPairs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/function' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/functions' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/functionsIn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/get' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/getOr' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/groupBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/gt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/gte' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/has' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/hasIn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/head' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/identity' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/includes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/indexOf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/init' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/initial' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/inRange' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/intersection' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/intersectionBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/intersectionWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/invert' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/invertBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/invoke' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/invokeMap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isArguments' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isArray' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isArrayBuffer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isArrayLike' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isArrayLikeObject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isBoolean' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isBuffer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isDate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isEmpty' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isEqual' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isEqualWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isError' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isFinite' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isFunction' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isInteger' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isLength' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isMap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isMatch' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isMatchWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isNaN' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isNative' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isNil' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isNull' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isNumber' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isObject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isObjectLike' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isPlainObject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isRegExp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isSafeInteger' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isSet' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isString' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isSymbol' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isTypedArray' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isUndefined' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isWeakMap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isWeakSet' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/iteratee' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/join' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/kebabCase' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/keyBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/keys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/keysIn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/lang' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/last' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/lastIndexOf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/lowerCase' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/lowerFirst' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/lt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/lte' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/mapKeys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/mapObj' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/mapValues' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/matches' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/matchesProperty' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/math' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/max' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/maxBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/mean' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/memoize' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/merge' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/mergeWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/method' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/methodOf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/minBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/mixin' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/nAry' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/negate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/next' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/noop' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/now' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/nthArg' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/number' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/object' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/omit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/omitAll' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/omitBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/once' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/orderBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/over' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/overArgs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/overEvery' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/overSome' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/pad' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/padEnd' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/padStart' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/parseInt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/partial' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/partialRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/partition' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/path' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/pathEq' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/pathOr' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/pick' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/pickAll' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/pickBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/pipe' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/plant' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/prop' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/property' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/propertyOf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/propOf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/propOr' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/pull' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/pullAll' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/pullAllBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/pullAt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/random' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/range' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/rangeRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/rearg' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/reduce' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/reduceRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/reject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/remove' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/repeat' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/replace' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/rest' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/result' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/reverse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/round' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/sample' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/sampleSize' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/seq' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/set' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/setWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/shuffle' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/size' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/slice' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/snakeCase' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/some' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/somePass' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/sortBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/sortedIndex' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/sortedIndexBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/sortedIndexOf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/sortedLastIndex' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/sortedLastIndexBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/sortedLastIndexOf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/sortedUniq' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/sortedUniqBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/split' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/spread' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/startCase' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/startsWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/string' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/subtract' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/sum' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/sumBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/tail' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/take' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/takeRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/takeRightWhile' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/takeWhile' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/tap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/template' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/templateSettings' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/throttle' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/thru' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/times' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/toArray' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/toInteger' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/toIterator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/toJSON' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/toLength' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/toLower' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/toNumber' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/toPairs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/toPairsIn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/toPath' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/toPlainObject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/toSafeInteger' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/toString' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/toUpper' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/transform' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/trim' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/trimChars' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/trimCharsEnd' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/trimCharsStart' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/trimEnd' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/trimStart' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/truncate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/unapply' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/unary' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/unescape' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/union' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/unionBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/unionWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/uniq' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/uniqBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/uniqueId' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/uniqWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/unnest' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/unset' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/unzip' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/unzipWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/upperCase' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/upperFirst' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/useWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/util' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/value' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/valueOf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/values' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/valuesIn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/whereEq' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/without' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/words' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/wrap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/wrapperAt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/wrapperChain' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/wrapperFlatMap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/wrapperLodash' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/wrapperReverse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/wrapperValue' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/xor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/xorBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/xorWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/zip' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/zipObj' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/zipObject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/zipObjectDeep' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/zipWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fromPairs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/function' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/functions' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/functionsIn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/get' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/groupBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/gt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/gte' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/has' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/hasIn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/head' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/identity' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/includes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/indexOf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/initial' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/inRange' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/intersection' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/intersectionBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/intersectionWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/invert' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/invertBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/invoke' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/invokeMap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isArguments' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isArray' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isArrayBuffer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isArrayLike' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isArrayLikeObject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isBoolean' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isBuffer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isDate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isEmpty' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isEqual' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isEqualWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isError' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isFinite' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isFunction' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isInteger' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isLength' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isMap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isMatch' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isMatchWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isNaN' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isNative' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isNil' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isNull' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isNumber' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isObject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isObjectLike' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isPlainObject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isRegExp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isSafeInteger' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isSet' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isString' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isSymbol' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isTypedArray' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isUndefined' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isWeakMap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isWeakSet' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/iteratee' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/join' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/kebabCase' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/keyBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/keys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/keysIn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/lang' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/last' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/lastIndexOf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/lodash' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/lodash.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/lowerCase' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/lowerFirst' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/lt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/lte' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/mapKeys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/mapValues' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/matches' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/matchesProperty' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/math' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/max' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/maxBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/mean' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/memoize' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/merge' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/mergeWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/method' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/methodOf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/minBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/mixin' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/negate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/next' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/noop' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/now' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/nthArg' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/number' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/object' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/omit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/omitBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/once' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/orderBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/over' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/overArgs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/overEvery' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/overSome' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/pad' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/padEnd' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/padStart' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/parseInt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/partial' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/partialRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/partition' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/pick' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/pickBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/plant' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/property' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/propertyOf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/pull' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/pullAll' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/pullAllBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/pullAt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/random' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/range' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/rangeRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/rearg' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/reduce' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/reduceRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/reject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/remove' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/repeat' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/replace' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/rest' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/result' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/reverse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/round' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/sample' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/sampleSize' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/seq' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/set' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/setWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/shuffle' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/size' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/slice' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/snakeCase' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/some' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/sortBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/sortedIndex' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/sortedIndexBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/sortedIndexOf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/sortedLastIndex' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/sortedLastIndexBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/sortedLastIndexOf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/sortedUniq' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/sortedUniqBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/split' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/spread' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/startCase' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/startsWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/string' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/subtract' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/sum' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/sumBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/tail' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/take' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/takeRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/takeRightWhile' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/takeWhile' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/tap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/template' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/templateSettings' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/throttle' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/thru' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/times' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/toArray' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/toInteger' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/toIterator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/toJSON' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/toLength' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/toLower' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/toNumber' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/toPairs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/toPairsIn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/toPath' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/toPlainObject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/toSafeInteger' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/toString' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/toUpper' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/transform' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/trim' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/trimEnd' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/trimStart' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/truncate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/unary' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/unescape' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/union' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/unionBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/unionWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/uniq' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/uniqBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/uniqueId' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/uniqWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/unset' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/unzip' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/unzipWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/upperCase' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/upperFirst' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/util' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/value' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/valueOf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/values' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/valuesIn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/without' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/words' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/wrap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/wrapperAt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/wrapperChain' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/wrapperFlatMap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/wrapperLodash' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/wrapperReverse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/wrapperValue' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/xor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/xorBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/xorWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/zip' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/zipObject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/zipObjectDeep' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/zipWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lru-cache/lib/lru-cache' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/test/lru-memoizer.bypass.test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/test/lru-memoizer.clone.test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/test/lru-memoizer.disable.test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/test/lru-memoizer.freeze.test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/test/lru-memoizer.itemmaxage.test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/test/lru-memoizer.lock.test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/test/lru-memoizer.nokey.test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/test/lru-memoizer.sync.test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/test/lru-memoizer.test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lsmod/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lsmod/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/macos-release/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/makeerror/lib/makeerror' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/match-require/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/md5-file/cli' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/md5-file/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/md5-file/promise' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/md5hex/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/media-typer/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mem/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/merge-descriptors/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/merge-stream/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/merge/merge' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/merge/merge.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/method-override/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/methods/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro-core/src/formatBanner/formatBanner' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro-core/src/formatBanner/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro-core/src/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro-core/src/Logger/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro-core/src/Logger/Logger' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro-core/src/Terminal/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro-core/src/Terminal/Terminal' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro-source-map/src/B64Builder' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro-source-map/src/encode' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro-source-map/src/Generator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro-source-map/src/source-map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/ansi-styles/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/all' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/allLimit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/allSeries' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/any' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/anyLimit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/anySeries' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/apply' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/applyEach' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/applyEachSeries' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/asyncify' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/auto' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/autoInject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/cargo' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/compose' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/concat' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/concatLimit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/concatSeries' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/constant' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/detect' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/detectLimit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/detectSeries' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/dir' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/dist/async' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/dist/async.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/doDuring' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/doUntil' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/doWhilst' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/during' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/each' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/eachLimit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/eachOf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/eachOfLimit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/eachOfSeries' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/eachSeries' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/ensureAsync' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/every' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/everyLimit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/everySeries' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/filter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/filterLimit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/filterSeries' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/find' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/findLimit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/findSeries' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/foldl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/foldr' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/forEach' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/forEachLimit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/forEachOf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/forEachOfLimit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/forEachOfSeries' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/forEachSeries' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/forever' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/groupBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/groupByLimit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/groupBySeries' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/inject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/applyEach' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/breakLoop' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/consoleFunc' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/createTester' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/doLimit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/doParallel' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/doParallelLimit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/DoublyLinkedList' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/eachOfLimit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/filter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/findGetResult' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/getIterator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/initialParams' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/iterator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/notId' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/once' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/onlyOnce' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/parallel' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/queue' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/reject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/setImmediate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/slice' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/withoutIndex' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/wrapAsync' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/log' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/mapLimit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/mapSeries' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/mapValues' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/mapValuesLimit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/mapValuesSeries' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/memoize' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/nextTick' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/parallel' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/parallelLimit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/priorityQueue' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/queue' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/race' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/reduce' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/reduceRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/reflect' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/reflectAll' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/reject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/rejectLimit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/rejectSeries' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/retry' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/retryable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/select' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/selectLimit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/selectSeries' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/seq' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/series' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/setImmediate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/some' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/someLimit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/someSeries' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/sortBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/timeout' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/times' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/timesLimit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/timesSeries' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/transform' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/tryEach' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/unmemoize' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/until' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/waterfall' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/whilst' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/wrapSync' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/chalk/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/connect/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/finalhandler/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/jest-docblock/build/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/jest-haste-map/build/constants' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/jest-haste-map/build/crawlers/node' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/jest-haste-map/build/crawlers/watchman' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/jest-haste-map/build/get_mock_name' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/jest-haste-map/build/haste_fs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/jest-haste-map/build/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/jest-haste-map/build/lib/extract_requires' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/jest-haste-map/build/lib/get_platform_extension' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/jest-haste-map/build/lib/normalize_path_sep' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/jest-haste-map/build/module_map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/jest-haste-map/build/types' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/jest-haste-map/build/worker' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/json5/lib/cli' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/json5/lib/json5' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/json5/lib/require' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/json5/test/parse-cases/arrays/leading-comma-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/json5/test/parse-cases/arrays/lone-trailing-comma-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/json5/test/parse-cases/numbers/negative-noctal' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/json5/test/parse-cases/numbers/noctal-with-leading-octal-digit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/json5/test/parse-cases/numbers/noctal' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/json5/test/parse-cases/numbers/positive-noctal' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/json5/test/parse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/json5/test/require' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/json5/test/stringify' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/mime-db/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/mime-types/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/supports-color/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/utils-merge/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/__fixtures__/getTransformOptions' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/Assets/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/assetTransformer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/babelRegisterOnly' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/blacklist' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/Bundler/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/Bundler/util' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/cli-utils' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/cli' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/commands/build' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/commands/serve' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/Config' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/defaults' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/defaultTransform' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/DeltaBundler/DeltaCalculator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/DeltaBundler/DeltaPatcher' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/DeltaBundler/DeltaTransformer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/DeltaBundler/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/DeltaBundler/Serializers' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/DeltaBundler/traverseDependencies' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/HmrServer/getBundlingOptionsForHmr' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/HmrServer/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/integration_tests/basic_bundle/AssetRegistry' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/integration_tests/basic_bundle/Bar' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/integration_tests/basic_bundle/Foo' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/integration_tests/basic_bundle/polyfill-1' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/integration_tests/basic_bundle/polyfill-2' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/integration_tests/basic_bundle/TestBundle' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/JSTransformer/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/JSTransformer/worker/constant-folding' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/JSTransformer/worker/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/JSTransformer/worker/inline-platform' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/JSTransformer/worker/inline' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/JSTransformer/worker/minify' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/legacy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/lib/addParamsToDefineCall' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/lib/attachWebsocketServer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/lib/BatchProcessor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/lib/bundle-modules/HmrClient' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/lib/createModuleIdFactory' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/lib/formatBundlingError' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/lib/getMaxWorkers' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/lib/getOrderedDependencyPaths' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/lib/getPreludeCode' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/lib/getTransformCacheKeyFn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/lib/GlobalTransformCache' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/lib/JsonReporter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/lib/polyfills/require' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/lib/relativizeSourceMap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/lib/removeInlineRequiresBlacklistFromOptions' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/lib/reporting' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/lib/SourceMap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/lib/TerminalReporter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/lib/TransformCaching' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/build' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/Graph' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/module' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/ModuleGraph' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/node-haste/HasteFS' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/node-haste/Module' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/node-haste/ModuleCache' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/node-haste/node-haste.flow' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/node-haste/node-haste' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/node-haste/Package' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/output/dependencies-dot' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/output/indexed-ram-bundle' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/output/multiple-files-ram-bundle' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/output/plain-bundle' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/output/source-map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/output/util' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/silent-console' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/test-helpers' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/types.flow' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/worker' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/worker/collectDependencies' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/worker/generate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/worker/JsFileWrapping' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/worker/optimize-module' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/worker/optimizeDependencies' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/worker/Platforms' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/worker/transform-module' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/worker/wrap-worker-fn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/node-haste/AssetModule' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/node-haste/AssetResolutionCache' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/node-haste/DependencyGraph' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/node-haste/DependencyGraph/assets/empty-module' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/node-haste/DependencyGraph/DependencyGraphHelpers' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/node-haste/DependencyGraph/ModuleResolution' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/node-haste/DependencyGraph/ResolutionRequest' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/node-haste/FilesByDirNameIndex' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/node-haste/lib/AssetPaths' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/node-haste/lib/MapWithDefaults' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/node-haste/lib/parsePlatformFilePath' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/node-haste/lib/toLocalPath' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/node-haste/Module' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/node-haste/ModuleCache' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/node-haste/Package' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/node-haste/Polyfill' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/node-haste/types' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/Resolver/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/Resolver/polyfills/prelude_dev' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/Resolver/polyfills/prelude' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/Resolver/polyfills/require' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/rn-cli.config' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/Server/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/Server/MultipartResponse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/Server/symbolicate/symbolicate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/Server/symbolicate/util' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/Server/symbolicate/worker' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/setupNodePolyfills' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/shared/output/bundle' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/shared/output/meta' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/shared/output/unbundle/as-assets' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/shared/output/unbundle/as-indexed-file' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/shared/output/unbundle/build-unbundle-sourcemap-with-metadata' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/shared/output/unbundle/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/shared/output/unbundle/magic-number' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/shared/output/unbundle/util' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/shared/output/unbundle/write-sourcemap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/shared/output/writeFile' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/shared/types.flow' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/transformer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/micromatch/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/micromatch/lib/chars' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/micromatch/lib/expand' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/micromatch/lib/glob' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/micromatch/lib/utils' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mime-db/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mime-types/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mime/cli' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mime/mime' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mime/src/build' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mime/src/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mimic-fn/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/min-document/document' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/min-document/dom-comment' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/min-document/dom-element' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/min-document/dom-fragment' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/min-document/dom-text' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/min-document/event' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/min-document/event/add-event-listener' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/min-document/event/dispatch-event' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/min-document/event/remove-event-listener' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/min-document/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/min-document/serialize' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/min-document/test/cleanup' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/min-document/test/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/min-document/test/static/test-adapter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/min-document/test/test-document' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/min-document/test/test-dom-comment' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/min-document/test/test-dom-element' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/minimatch/minimatch' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/minimist/example/parse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/minimist/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/minimist/test/all_bool' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/minimist/test/bool' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/minimist/test/dash' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/minimist/test/default_bool' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/minimist/test/dotted' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/minimist/test/kv_short' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/minimist/test/long' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/minimist/test/num' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/minimist/test/parse_modified' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/minimist/test/parse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/minimist/test/short' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/minimist/test/stop_early' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/minimist/test/unknown' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/minimist/test/whitespace' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/minipass/b' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/minipass/bench/lib/extend-minipass' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/minipass/bench/lib/extend-through2' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/minipass/bench/lib/extend-transform' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/minipass/bench/lib/nullsink' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/minipass/bench/lib/numbers' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/minipass/bench/lib/timer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/minipass/bench/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/minipass/d' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/minipass/e' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/minipass/eos' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/minipass/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/minipass/node_modules/yallist/iterator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/minipass/node_modules/yallist/yallist' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/minipass/test/basic' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/minipass/test/empty-end' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/minizlib/constants' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/minizlib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mkdirp-promise/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/bin/cmd' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/examples/pow' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/node_modules/minimist/example/parse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/node_modules/minimist/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/node_modules/minimist/test/dash' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/node_modules/minimist/test/default_bool' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/node_modules/minimist/test/dotted' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/node_modules/minimist/test/long' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/node_modules/minimist/test/parse_modified' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/node_modules/minimist/test/parse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/node_modules/minimist/test/short' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/node_modules/minimist/test/whitespace' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/test/chmod' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/test/clobber' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/test/mkdirp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/test/opts_fs_sync' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/test/opts_fs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/test/perm_sync' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/test/perm' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/test/race' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/test/rel' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/test/return_sync' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/test/return' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/test/root' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/test/sync' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/test/umask_sync' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/test/umask' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/ender' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/af' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/ar-dz' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/ar-kw' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/ar-ly' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/ar-ma' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/ar-sa' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/ar-tn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/ar' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/az' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/be' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/bg' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/bm' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/bn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/bo' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/br' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/bs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/ca' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/cs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/cv' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/cy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/da' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/de-at' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/de-ch' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/de' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/dv' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/el' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/en-au' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/en-ca' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/en-gb' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/en-ie' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/en-nz' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/eo' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/es-do' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/es-us' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/es' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/et' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/eu' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/fa' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/fi' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/fo' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/fr-ca' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/fr-ch' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/fr' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/fy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/gd' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/gl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/gom-latn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/gu' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/he' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/hi' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/hr' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/hu' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/hy-am' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/id' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/is' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/it' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/ja' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/jv' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/ka' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/kk' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/km' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/kn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/ko' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/ky' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/lb' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/lo' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/lt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/lv' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/me' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/mi' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/mk' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/ml' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/mr' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/ms-my' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/ms' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/mt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/my' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/nb' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/ne' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/nl-be' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/nl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/nn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/pa-in' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/pl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/pt-br' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/pt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/ro' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/ru' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/sd' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/se' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/si' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/sk' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/sl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/sq' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/sr-cyrl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/sr' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/ss' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/sv' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/sw' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/ta' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/te' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/tet' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/th' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/tl-ph' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/tlh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/tr' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/tzl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/tzm-latn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/tzm' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/uk' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/ur' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/uz-latn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/uz' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/vi' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/x-pseudo' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/yo' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/zh-cn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/zh-hk' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/zh-tw' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/min/locales' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/min/locales.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/min/moment-with-locales' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/min/moment-with-locales.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/min/moment.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/moment' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/package' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/create/check-overflow' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/create/date-from-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/create/from-anything' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/create/from-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/create/from-object' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/create/from-string-and-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/create/from-string-and-format' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/create/from-string' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/create/local' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/create/parsing-flags' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/create/utc' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/create/valid' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/duration/abs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/duration/add-subtract' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/duration/as' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/duration/bubble' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/duration/clone' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/duration/constructor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/duration/create' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/duration/duration' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/duration/get' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/duration/humanize' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/duration/iso-string' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/duration/prototype' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/duration/valid' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/format/format' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/locale/base-config' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/locale/calendar' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/locale/constructor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/locale/en' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/locale/formats' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/locale/invalid' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/locale/lists' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/locale/locale' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/locale/locales' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/locale/ordinal' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/locale/pre-post-format' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/locale/prototype' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/locale/relative' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/locale/set' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/moment/add-subtract' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/moment/calendar' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/moment/clone' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/moment/compare' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/moment/constructor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/moment/creation-data' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/moment/diff' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/moment/format' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/moment/from' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/moment/get-set' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/moment/locale' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/moment/min-max' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/moment/moment' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/moment/now' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/moment/prototype' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/moment/start-end-of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/moment/to-type' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/moment/to' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/moment/valid' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/parse/regex' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/parse/token' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/units/aliases' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/units/constants' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/units/day-of-month' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/units/day-of-week' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/units/day-of-year' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/units/hour' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/units/millisecond' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/units/minute' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/units/month' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/units/offset' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/units/priorities' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/units/quarter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/units/second' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/units/timestamp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/units/timezone' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/units/units' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/units/week-calendar-utils' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/units/week-year' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/units/week' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/units/year' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/utils/abs-ceil' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/utils/abs-floor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/utils/abs-round' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/utils/compare-arrays' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/utils/defaults' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/utils/deprecate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/utils/extend' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/utils/has-own-prop' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/utils/hooks' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/utils/index-of' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/utils/is-array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/utils/is-date' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/utils/is-function' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/utils/is-number' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/utils/is-object-empty' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/utils/is-object' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/utils/is-undefined' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/utils/keys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/utils/map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/utils/mod' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/utils/some' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/utils/to-int' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/utils/zero-fill' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/af' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/ar-dz' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/ar-kw' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/ar-ly' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/ar-ma' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/ar-sa' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/ar-tn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/ar' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/az' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/be' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/bg' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/bm' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/bn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/bo' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/br' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/bs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/ca' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/cs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/cv' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/cy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/da' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/de-at' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/de-ch' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/de' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/dv' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/el' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/en-au' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/en-ca' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/en-gb' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/en-ie' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/en-nz' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/eo' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/es-do' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/es-us' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/es' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/et' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/eu' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/fa' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/fi' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/fo' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/fr-ca' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/fr-ch' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/fr' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/fy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/gd' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/gl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/gom-latn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/gu' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/he' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/hi' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/hr' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/hu' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/hy-am' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/id' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/is' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/it' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/ja' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/jv' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/ka' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/kk' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/km' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/kn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/ko' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/ky' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/lb' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/lo' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/lt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/lv' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/me' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/mi' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/mk' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/ml' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/mr' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/ms-my' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/ms' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/mt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/my' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/nb' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/ne' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/nl-be' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/nl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/nn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/pa-in' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/pl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/pt-br' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/pt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/ro' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/ru' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/sd' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/se' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/si' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/sk' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/sl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/sq' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/sr-cyrl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/sr' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/ss' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/sv' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/sw' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/ta' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/te' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/tet' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/th' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/tl-ph' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/tlh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/tr' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/tzl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/tzm-latn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/tzm' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/uk' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/ur' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/uz-latn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/uz' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/vi' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/x-pseudo' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/yo' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/zh-cn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/zh-hk' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/zh-tw' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/moment' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/morgan/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/morgan/node_modules/debug/browser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/morgan/node_modules/debug/debug' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/morgan/node_modules/debug/node' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/morgan/node_modules/depd/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/morgan/node_modules/depd/lib/compat/buffer-concat' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/morgan/node_modules/depd/lib/compat/callsite-tostring' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/morgan/node_modules/depd/lib/compat/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ms/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/multiparty/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/multiparty/node_modules/readable-stream/duplex' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/multiparty/node_modules/readable-stream/lib/_stream_duplex' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/multiparty/node_modules/readable-stream/lib/_stream_passthrough' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/multiparty/node_modules/readable-stream/lib/_stream_readable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/multiparty/node_modules/readable-stream/lib/_stream_transform' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/multiparty/node_modules/readable-stream/lib/_stream_writable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/multiparty/node_modules/readable-stream/passthrough' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/multiparty/node_modules/readable-stream/readable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/multiparty/node_modules/readable-stream/transform' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/multiparty/node_modules/readable-stream/writable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/multiparty/node_modules/string_decoder/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/multipipe/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/multipipe/test/multipipe' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mute-stream/coverage/lcov-report/prettify' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mute-stream/coverage/lcov-report/sorter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mute-stream/mute' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mute-stream/test/basic' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mv/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mv/node_modules/glob/common' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mv/node_modules/glob/glob' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mv/node_modules/glob/sync' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mv/node_modules/rimraf/bin' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mv/node_modules/rimraf/rimraf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mv/test/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mz/child_process' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mz/crypto' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mz/dns' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mz/fs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mz/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mz/readline' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mz/zlib' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/nan/include_dirs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/nan/tools/1to2' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/natural-compare/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ncp/lib/ncp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ncp/test/ncp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/negotiator/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/negotiator/lib/charset' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/negotiator/lib/encoding' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/negotiator/lib/language' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/negotiator/lib/mediaType' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/netmask/lib/netmask' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/netmask/tests/netmask' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/next-tick/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/next-tick/test/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-fetch/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-fetch/lib/body' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-fetch/lib/fetch-error' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-fetch/lib/headers' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-fetch/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-fetch/lib/request' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-fetch/lib/response' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-fetch/test/server' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-fetch/test/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-int64/Int64' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-int64/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-notifier/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-notifier/lib/checkGrowl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-notifier/lib/utils' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-notifier/notifiers/balloon' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-notifier/notifiers/growl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-notifier/notifiers/notificationcenter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-notifier/notifiers/notifysend' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-notifier/notifiers/toaster' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/lib/build' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/lib/clean' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/lib/configure' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/lib/info' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/lib/install' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/lib/node-pre-gyp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/lib/package' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/lib/pre-binding' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/lib/publish' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/lib/rebuild' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/lib/reinstall' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/lib/reveal' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/lib/testbinary' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/lib/testpackage' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/lib/unpublish' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/lib/util/compile' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/lib/util/handle_gyp_opts' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/lib/util/s3_setup' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/lib/util/versioning' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/dist/ajv.bundle' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/dist/ajv.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/dist/nodent.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/dist/regenerator.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/ajv' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/async' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/cache' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/compile/_rules' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/compile/equal' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/compile/formats' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/compile/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/compile/resolve' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/compile/rules' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/compile/schema_obj' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/compile/ucs2length' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/compile/util' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/compile/validation_error' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/dotjs/_formatLimit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/dotjs/_limit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/dotjs/_limitItems' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/dotjs/_limitLength' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/dotjs/_limitProperties' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/dotjs/allOf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/dotjs/anyOf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/dotjs/constant' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/dotjs/custom' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/dotjs/dependencies' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/dotjs/enum' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/dotjs/format' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/dotjs/items' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/dotjs/multipleOf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/dotjs/not' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/dotjs/oneOf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/dotjs/pattern' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/dotjs/patternRequired' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/dotjs/properties' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/dotjs/ref' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/dotjs/required' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/dotjs/switch' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/dotjs/uniqueItems' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/dotjs/validate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/keyword' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/v5' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/scripts/bundle' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/scripts/compile-dots' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/assert-plus/assert' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/aws-sign2/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/form-data/lib/browser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/form-data/lib/form_data' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/form-data/lib/populate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/gauge/base-theme' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/gauge/error' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/gauge/has-color' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/gauge/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/gauge/plumbing' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/gauge/process' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/gauge/progress-bar' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/gauge/render-template' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/gauge/set-immediate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/gauge/set-interval' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/gauge/spin' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/gauge/template-item' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/gauge/theme-set' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/gauge/themes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/gauge/wide-truncate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/har-schema/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/har-validator/lib/browser/async' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/har-validator/lib/browser/error' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/har-validator/lib/browser/promise' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/har-validator/lib/node4/async' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/har-validator/lib/node4/error' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/har-validator/lib/node4/promise' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/har-validator/lib/node6/async' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/har-validator/lib/node6/error' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/har-validator/lib/node6/promise' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/har-validator/lib/node7/async' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/har-validator/lib/node7/error' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/har-validator/lib/node7/promise' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/har-validator/src/async' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/har-validator/src/error' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/har-validator/src/promise' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/http-signature/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/http-signature/lib/parser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/http-signature/lib/signer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/http-signature/lib/utils' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/http-signature/lib/verify' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/npmlog/log' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/performance-now/lib/performance-now' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/qs/dist/qs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/qs/lib/formats' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/qs/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/qs/lib/parse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/qs/lib/stringify' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/qs/lib/utils' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/qs/test/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/qs/test/parse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/qs/test/stringify' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/qs/test/utils' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/request/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/request/lib/auth' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/request/lib/cookies' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/request/lib/getProxyFromURI' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/request/lib/har' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/request/lib/helpers' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/request/lib/multipart' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/request/lib/oauth' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/request/lib/querystring' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/request/lib/redirect' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/request/lib/tunnel' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/request/request' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/noop-fn/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/nopt/bin/nopt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/nopt/examples/my-program' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/nopt/lib/nopt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/nopt/test/basic' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/normalize-package-data/lib/extract_description' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/normalize-package-data/lib/fixer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/normalize-package-data/lib/make_warning' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/normalize-package-data/lib/normalize' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/normalize-package-data/lib/safe_format' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/normalize-path/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/npm-run-path/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/npmlog/log' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/number-is-nan/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/nwmatcher/src/modules/nwmatcher-cache' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/nwmatcher/src/modules/nwmatcher-jquery' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/nwmatcher/src/modules/nwmatcher-pseudos' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/nwmatcher/src/modules/nwmatcher-shortcuts' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/nwmatcher/src/modules/nwmatcher-traversal' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/nwmatcher/src/modules/nwmatcher-webforms' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/nwmatcher/src/nwmatcher-base' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/nwmatcher/src/nwmatcher-noqsa' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/nwmatcher/src/nwmatcher' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/oauth-sign/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/object-assign/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/object-keys/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/object-keys/isArguments' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/object-keys/test/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/object.assign/dist/browser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/object.assign/hasSymbols' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/object.assign/implementation' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/object.assign/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/object.assign/polyfill' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/object.assign/shim' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/object.assign/test/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/object.assign/test/native' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/object.assign/test/shams/core-js' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/object.assign/test/shams/get-own-property-symbols' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/object.assign/test/shimmed' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/object.assign/test/tests' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/object.getownpropertydescriptors/implementation' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/object.getownpropertydescriptors/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/object.getownpropertydescriptors/polyfill' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/object.getownpropertydescriptors/shim' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/object.getownpropertydescriptors/test/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/object.getownpropertydescriptors/test/shimmed' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/object.getownpropertydescriptors/test/tests' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/object.omit/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/on-finished/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/on-headers/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/once/once' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/onetime/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/opn/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/example/bool' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/example/boolean_double' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/example/boolean_single' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/example/default_hash' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/example/default_singles' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/example/divide' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/example/line_count_options' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/example/line_count_wrap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/example/line_count' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/example/nonopt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/example/reflect' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/example/short' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/example/string' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/example/usage-options' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/example/xup' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/node_modules/minimist/example/parse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/node_modules/minimist/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/node_modules/minimist/test/bool' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/node_modules/minimist/test/dash' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/node_modules/minimist/test/default_bool' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/node_modules/minimist/test/dotted' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/node_modules/minimist/test/long' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/node_modules/minimist/test/num' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/node_modules/minimist/test/parse_modified' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/node_modules/minimist/test/parse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/node_modules/minimist/test/short' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/node_modules/minimist/test/whitespace' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/node_modules/wordwrap/example/center' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/node_modules/wordwrap/example/meat' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/node_modules/wordwrap/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/node_modules/wordwrap/test/break' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/node_modules/wordwrap/test/wrap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/test/_' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/test/_/argv' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/test/_/bin' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/test/dash' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/test/parse_modified' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/test/parse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/test/short' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/test/usage' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/test/whitespace' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optionator/lib/help' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optionator/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optionator/lib/util' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/options/lib/options' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/os-homedir/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/os-locale/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/os-name/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/os-tmpdir/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/osenv/osenv' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/osenv/test/unix' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/osenv/test/windows' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/p-cancelable/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/p-finally/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/p-limit/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/p-locate/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pac-proxy-agent/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pac-proxy-agent/node_modules/socks-proxy-agent/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pac-proxy-agent/node_modules/socks-proxy-agent/node_modules/agent-base/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pac-proxy-agent/node_modules/socks-proxy-agent/node_modules/agent-base/patch-core' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pac-proxy-agent/node_modules/socks-proxy-agent/node_modules/agent-base/test/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pac-proxy-agent/node_modules/socks-proxy-agent/test/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pac-proxy-agent/test/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/dateRange' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/dnsDomainIs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/dnsDomainLevels' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/dnsResolve' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/isInNet' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/isPlainHostName' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/isResolvable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/localHostOrDomainIs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/myIpAddress' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/shExpMatch' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/test/dnsDomainIs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/test/dnsDomainLevels' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/test/dnsResolve' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/test/isInNet' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/test/isPlainHostName' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/test/isResolvable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/test/localHostOrDomainIs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/test/myIpAddress' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/test/shExpMatch' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/test/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/test/timeRange' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/test/weekdayRange' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/timeRange' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/weekdayRange' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/param-case/param-case' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/parse-glob/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/parse-json/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/parse-json/vendor/parse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/parse-json/vendor/unicode' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/parse5/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/parse5/lib/common/doctype' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/parse5/lib/common/foreign_content' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/parse5/lib/common/html' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/parse5/lib/common/unicode' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/parse5/lib/common/utils' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/parse5/lib/jsdom/jsdom_parser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/parse5/lib/jsdom/parsing_unit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/parse5/lib/serialization/serializer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/parse5/lib/simple_api/simple_api_parser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/parse5/lib/simple_api/tokenizer_proxy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/parse5/lib/tokenization/location_info_mixin' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/parse5/lib/tokenization/named_entity_trie' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/parse5/lib/tokenization/preprocessor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/parse5/lib/tokenization/tokenizer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/parse5/lib/tree_adapters/default' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/parse5/lib/tree_adapters/htmlparser2' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/parse5/lib/tree_construction/formatting_element_list' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/parse5/lib/tree_construction/location_info_mixin' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/parse5/lib/tree_construction/open_element_stack' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/parse5/lib/tree_construction/parser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/parseurl/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pascal-case/pascal-case' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/path-case/path-case' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/path-exists/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/path-is-absolute/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/path-key/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/path-parse/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/path-parse/index.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/path-parse/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/path-parse/test.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/path-to-regexp/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/path-type/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pause/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pegjs/lib/compiler/asts' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pegjs/lib/compiler/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pegjs/lib/compiler/js' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pegjs/lib/compiler/opcodes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pegjs/lib/compiler/passes/generate-bytecode' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pegjs/lib/compiler/passes/generate-js' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pegjs/lib/compiler/passes/remove-proxy-rules' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pegjs/lib/compiler/passes/report-duplicate-labels' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pegjs/lib/compiler/passes/report-duplicate-rules' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pegjs/lib/compiler/passes/report-infinite-recursion' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pegjs/lib/compiler/passes/report-infinite-repetition' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pegjs/lib/compiler/passes/report-undefined-rules' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pegjs/lib/compiler/visitor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pegjs/lib/grammar-error' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pegjs/lib/parser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pegjs/lib/peg' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pegjs/lib/utils/arrays' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pegjs/lib/utils/classes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pegjs/lib/utils/objects' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/performance-now/lib/performance-now' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pify/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pinkie-promise/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pinkie/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/dist/plist-build' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/dist/plist-parse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/dist/plist' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/lib/build' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/lib/node' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/lib/parse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/lib/plist' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/base64-js/bench/bench' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/base64-js/lib/b64' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/base64-js/test/convert' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/base64-js/test/url-safe' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/chunk' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/compact' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/difference' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/drop' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/dropRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/dropRightWhile' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/dropWhile' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/fill' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/findIndex' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/findLastIndex' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/first' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/flatten' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/flattenDeep' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/head' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/indexOf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/initial' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/intersection' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/last' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/lastIndexOf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/object' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/pull' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/pullAt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/remove' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/rest' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/slice' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/sortedIndex' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/sortedLastIndex' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/tail' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/take' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/takeRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/takeRightWhile' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/takeWhile' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/union' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/uniq' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/unique' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/unzip' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/unzipWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/without' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/xor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/zip' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/zipObject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/zipWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/chain' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/chain/chain' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/chain/commit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/chain/concat' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/chain/lodash' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/chain/plant' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/chain/reverse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/chain/run' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/chain/tap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/chain/thru' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/chain/toJSON' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/chain/toString' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/chain/value' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/chain/valueOf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/chain/wrapperChain' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/chain/wrapperCommit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/chain/wrapperConcat' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/chain/wrapperPlant' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/chain/wrapperReverse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/chain/wrapperToString' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/chain/wrapperValue' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/all' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/any' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/at' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/collect' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/contains' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/countBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/detect' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/each' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/eachRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/every' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/filter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/find' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/findLast' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/findWhere' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/foldl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/foldr' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/forEach' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/forEachRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/groupBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/include' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/includes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/indexBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/inject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/invoke' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/max' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/partition' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/pluck' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/reduce' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/reduceRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/reject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/sample' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/select' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/shuffle' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/size' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/some' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/sortBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/sortByAll' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/sortByOrder' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/sum' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/where' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/date' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/date/now' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/after' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/ary' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/backflow' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/before' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/bind' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/bindAll' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/bindKey' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/compose' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/curry' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/curryRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/debounce' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/defer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/delay' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/flow' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/flowRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/memoize' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/modArgs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/negate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/once' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/partial' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/partialRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/rearg' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/restParam' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/spread' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/throttle' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/wrap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/arrayConcat' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/arrayCopy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/arrayEach' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/arrayEachRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/arrayEvery' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/arrayExtremum' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/arrayFilter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/arrayMap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/arrayPush' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/arrayReduce' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/arrayReduceRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/arraySome' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/arraySum' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/assignDefaults' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/assignOwnDefaults' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/assignWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseAssign' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseAt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseCallback' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseClone' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseCompareAscending' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseCopy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseCreate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseDelay' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseDifference' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseEach' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseEachRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseEvery' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseExtremum' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseFill' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseFilter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseFind' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseFindIndex' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseFlatten' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseFor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseForIn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseForOwn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseForOwnRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseForRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseFunctions' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseGet' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseIndexOf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseIsEqual' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseIsEqualDeep' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseIsFunction' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseIsMatch' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseLodash' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseMap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseMatches' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseMatchesProperty' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseMerge' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseMergeDeep' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseProperty' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/basePropertyDeep' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/basePullAt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseRandom' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseReduce' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseSetData' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseSlice' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseSome' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseSortBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseSortByOrder' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseSum' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseToString' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseUniq' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseValues' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseWhile' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseWrapperValue' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/binaryIndex' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/binaryIndexBy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/bindCallback' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/bufferClone' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/cacheIndexOf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/cachePush' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/charsLeftIndex' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/charsRightIndex' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/compareAscending' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/compareMultiple' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/composeArgs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/composeArgsRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createAggregator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createAssigner' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createBaseEach' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createBaseFor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createBindWrapper' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createCache' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createCompounder' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createCtorWrapper' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createCurry' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createDefaults' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createExtremum' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createFind' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createFindIndex' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createFindKey' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createFlow' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createForEach' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createForIn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createForOwn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createHybridWrapper' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createObjectMapper' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createPadding' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createPadDir' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createPartial' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createPartialWrapper' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createReduce' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createRound' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createSortedIndex' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createWrapper' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/deburrLetter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/equalArrays' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/equalByTag' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/equalObjects' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/escapeHtmlChar' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/escapeRegExpChar' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/escapeStringChar' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/getData' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/getFuncName' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/getLength' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/getMatchData' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/getNative' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/getView' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/indexOfNaN' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/initCloneArray' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/initCloneByTag' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/initCloneObject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/invokePath' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/isArrayLike' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/isIndex' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/isIterateeCall' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/isKey' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/isLaziable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/isLength' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/isObjectLike' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/isSpace' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/isStrictComparable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/lazyClone' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/lazyReverse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/lazyValue' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/LazyWrapper' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/LodashWrapper' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/MapCache' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/mapDelete' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/mapGet' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/mapHas' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/mapSet' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/mergeData' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/mergeDefaults' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/metaMap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/pickByArray' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/pickByCallback' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/realNames' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/reEscape' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/reEvaluate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/reInterpolate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/reorder' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/replaceHolders' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/SetCache' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/setData' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/shimKeys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/sortedUniq' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/toIterable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/toObject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/toPath' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/trimmedLeftIndex' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/trimmedRightIndex' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/unescapeHtmlChar' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/wrapperClone' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/clone' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/cloneDeep' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/eq' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/gt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/gte' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/isArguments' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/isArray' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/isBoolean' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/isDate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/isElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/isEmpty' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/isEqual' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/isError' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/isFinite' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/isFunction' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/isMatch' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/isNaN' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/isNative' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/isNull' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/isNumber' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/isObject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/isPlainObject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/isRegExp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/isString' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/isTypedArray' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/isUndefined' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/lt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/lte' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/toArray' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/toPlainObject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/math' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/math/add' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/math/ceil' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/math/floor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/math/max' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/math/min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/math/round' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/math/sum' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/number' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/number/inRange' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/number/random' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/assign' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/create' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/defaults' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/defaultsDeep' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/extend' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/findKey' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/findLastKey' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/forIn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/forInRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/forOwn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/forOwnRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/functions' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/get' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/has' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/invert' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/keys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/keysIn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/mapKeys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/mapValues' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/merge' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/methods' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/omit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/pairs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/pick' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/result' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/set' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/transform' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/values' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/valuesIn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/string' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/string/camelCase' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/string/capitalize' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/string/deburr' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/string/endsWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/string/escape' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/string/escapeRegExp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/string/kebabCase' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/string/pad' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/string/padLeft' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/string/padRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/string/parseInt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/string/repeat' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/string/snakeCase' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/string/startCase' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/string/startsWith' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/string/template' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/string/templateSettings' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/string/trim' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/string/trimLeft' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/string/trimRight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/string/trunc' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/string/unescape' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/string/words' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/support' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/utility' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/utility/attempt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/utility/callback' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/utility/constant' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/utility/identity' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/utility/iteratee' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/utility/matches' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/utility/matchesProperty' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/utility/method' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/utility/methodOf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/utility/mixin' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/utility/noop' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/utility/property' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/utility/propertyOf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/utility/range' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/utility/times' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/utility/uniqueId' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/xmlbuilder/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/xmlbuilder/lib/XMLAttribute' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/xmlbuilder/lib/XMLBuilder' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/xmlbuilder/lib/XMLCData' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/xmlbuilder/lib/XMLComment' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/xmlbuilder/lib/XMLDeclaration' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/xmlbuilder/lib/XMLDocType' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/xmlbuilder/lib/XMLDTDAttList' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/xmlbuilder/lib/XMLDTDElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/xmlbuilder/lib/XMLDTDEntity' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/xmlbuilder/lib/XMLDTDNotation' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/xmlbuilder/lib/XMLElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/xmlbuilder/lib/XMLNode' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/xmlbuilder/lib/XMLProcessingInstruction' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/xmlbuilder/lib/XMLRaw' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/xmlbuilder/lib/XMLStringifier' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/xmlbuilder/lib/XMLText' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pouchdb-collections/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/prelude-ls/lib/Func' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/prelude-ls/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/prelude-ls/lib/List' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/prelude-ls/lib/Num' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/prelude-ls/lib/Obj' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/prelude-ls/lib/Str' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/prepend-http/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/preserve/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/preserve/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pretty-format/build-es5/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pretty-format/build/collections' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pretty-format/build/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pretty-format/build/plugins/asymmetric_matcher' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pretty-format/build/plugins/convert_ansi' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pretty-format/build/plugins/dom_element' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pretty-format/build/plugins/immutable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pretty-format/build/plugins/lib/escape_html' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pretty-format/build/plugins/lib/markup' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pretty-format/build/plugins/react_element' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pretty-format/build/plugins/react_test_component' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pretty-format/node_modules/ansi-regex/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pretty-format/perf/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/private/private' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/probe-image-size/http' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/probe-image-size/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/probe-image-size/lib/common' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/probe-image-size/lib/parse_stream/bmp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/probe-image-size/lib/parse_stream/gif' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/probe-image-size/lib/parse_stream/jpeg' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/probe-image-size/lib/parse_stream/png' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/probe-image-size/lib/parse_stream/psd' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/probe-image-size/lib/parse_stream/svg' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/probe-image-size/lib/parse_stream/tiff' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/probe-image-size/lib/parse_stream/webp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/probe-image-size/lib/parse_sync/bmp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/probe-image-size/lib/parse_sync/gif' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/probe-image-size/lib/parse_sync/jpeg' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/probe-image-size/lib/parse_sync/png' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/probe-image-size/lib/parse_sync/psd' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/probe-image-size/lib/parse_sync/svg' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/probe-image-size/lib/parse_sync/tiff' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/probe-image-size/lib/parse_sync/webp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/probe-image-size/lib/parsers_stream' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/probe-image-size/lib/parsers_sync' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/probe-image-size/stream' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/probe-image-size/sync' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/process-nextick-args/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/process-nextick-args/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/process/browser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/process/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/progress/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/progress/lib/node-progress' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/promise/build' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/promise/core' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/promise/domains/core' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/promise/domains/done' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/promise/domains/es6-extensions' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/promise/domains/finally' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/promise/domains/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/promise/domains/node-extensions' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/promise/domains/rejection-tracking' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/promise/domains/synchronous' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/promise/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/promise/lib/core' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/promise/lib/done' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/promise/lib/es6-extensions' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/promise/lib/finally' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/promise/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/promise/lib/node-extensions' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/promise/lib/rejection-tracking' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/promise/lib/synchronous' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/promise/polyfill-done' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/promise/polyfill' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/promise/setimmediate/core' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/promise/setimmediate/done' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/promise/setimmediate/es6-extensions' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/promise/setimmediate/finally' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/promise/setimmediate/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/promise/setimmediate/node-extensions' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/promise/setimmediate/rejection-tracking' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/promise/setimmediate/synchronous' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/promise/src/core' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/promise/src/done' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/promise/src/es6-extensions' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/promise/src/finally' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/promise/src/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/promise/src/node-extensions' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/promise/src/rejection-tracking' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/promise/src/synchronous' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/prop-types/checkPropTypes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/prop-types/factory' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/prop-types/factoryWithThrowingShims' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/prop-types/factoryWithTypeCheckers' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/prop-types/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/prop-types/lib/ReactPropTypesSecret' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/prop-types/prop-types' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/prop-types/prop-types.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/proxy-addr/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/proxy-agent/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/proxy-agent/node_modules/lru-cache/lib/lru-cache' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/proxy-agent/node_modules/lru-cache/test/basic' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/proxy-agent/node_modules/lru-cache/test/foreach' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/proxy-agent/node_modules/lru-cache/test/memory-leak' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/proxy-agent/test/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/prr/prr' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/prr/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pseudomap/map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pseudomap/pseudomap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pseudomap/test/basic' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/punycode/punycode' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/qrcode-terminal/bin/qrcode-terminal' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/qrcode-terminal/example/basic' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/qrcode-terminal/example/callback' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/qrcode-terminal/example/small-qrcode' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/qrcode-terminal/lib/main' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/qrcode-terminal/test/main' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/qrcode-terminal/vendor/QRCode/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/qrcode-terminal/vendor/QRCode/QR8bitByte' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/qrcode-terminal/vendor/QRCode/QRBitBuffer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/qrcode-terminal/vendor/QRCode/QRErrorCorrectLevel' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/qrcode-terminal/vendor/QRCode/QRMaskPattern' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/qrcode-terminal/vendor/QRCode/QRMath' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/qrcode-terminal/vendor/QRCode/QRMode' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/qrcode-terminal/vendor/QRCode/QRPolynomial' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/qrcode-terminal/vendor/QRCode/QRRSBlock' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/qrcode-terminal/vendor/QRCode/QRUtil' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/qs/dist/qs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/qs/lib/formats' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/qs/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/qs/lib/parse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/qs/lib/stringify' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/qs/lib/utils' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/qs/test/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/qs/test/parse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/qs/test/stringify' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/qs/test/utils' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/querystring/decode' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/querystring/encode' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/querystring/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/querystring/test/common-index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/querystring/test/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/querystring/test/tap-index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/random-bytes/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/randomatic/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/randomatic/node_modules/is-number/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/randomatic/node_modules/is-number/node_modules/kind-of/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/randomatic/node_modules/kind-of/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/range-parser/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven-js/dist/plugins/angular' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven-js/dist/plugins/angular.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven-js/dist/plugins/console' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven-js/dist/plugins/console.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven-js/dist/plugins/ember' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven-js/dist/plugins/ember.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven-js/dist/plugins/require' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven-js/dist/plugins/require.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven-js/dist/plugins/vue' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven-js/dist/plugins/vue.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven-js/dist/raven' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven-js/dist/raven.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven-js/Gruntfile' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven-js/plugins/angular' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven-js/plugins/console' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven-js/plugins/ember' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven-js/plugins/react-native' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven-js/plugins/require' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven-js/plugins/vue' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven-js/src/configError' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven-js/src/console' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven-js/src/raven' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven-js/src/singleton' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven-js/src/utils' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven-js/vendor/json-stringify-safe/stringify' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven-js/vendor/TraceKit/tracekit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven/lib/client' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven/lib/instrumentation/console' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven/lib/instrumentation/http' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven/lib/instrumentation/instrumentor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven/lib/instrumentation/pg' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven/lib/parsers' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven/lib/transports' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven/lib/utils' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven/node_modules/cookie/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven/node_modules/uuid/lib/rng-browser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven/node_modules/uuid/lib/rng' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven/node_modules/uuid/test/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven/node_modules/uuid/uuid' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven/vendor/json-stringify-safe' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raw-body/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raw-body/node_modules/bytes/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raw-body/node_modules/http-errors/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raw-body/node_modules/statuses/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/rc/browser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/rc/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/rc/lib/utils' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/rc/test/ini' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/rc/test/nested-env-vars' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/rc/test/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-clone-referenced-element/cloneReferencedElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-deep-force-update/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-deep-force-update/src/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-devtools-core/build/backend' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-devtools-core/build/standalone' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-devtools-core/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-devtools-core/node_modules/safe-buffer/browser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-devtools-core/node_modules/safe-buffer/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-devtools-core/node_modules/safe-buffer/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-devtools-core/node_modules/ultron/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-devtools-core/node_modules/ws/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-devtools-core/node_modules/ws/lib/BufferUtil' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-devtools-core/node_modules/ws/lib/Constants' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-devtools-core/node_modules/ws/lib/ErrorCodes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-devtools-core/node_modules/ws/lib/EventTarget' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-devtools-core/node_modules/ws/lib/Extensions' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-devtools-core/node_modules/ws/lib/PerMessageDeflate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-devtools-core/node_modules/ws/lib/Receiver' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-devtools-core/node_modules/ws/lib/Sender' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-devtools-core/node_modules/ws/lib/Validation' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-devtools-core/node_modules/ws/lib/WebSocket' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-devtools-core/node_modules/ws/lib/WebSocketServer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-devtools-core/standalone' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-branch/src/branchUniversalObject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-branch/src/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-dismiss-keyboard/dist/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-drawer-layout-polyfill/dist/index.android' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-drawer-layout-polyfill/dist/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-drawer-layout/dist/DrawerLayout' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-gesture-handler/DrawerLayout' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-gesture-handler/GestureHandler' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-gesture-handler/Swipeable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-maps/android/build/docs/javadoc/script' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-maps/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-maps/lib/android/build/docs/javadoc/script' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-maps/lib/components/AnimatedRegion' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-maps/lib/components/decorateMapComponent' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-maps/lib/components/MapCallout' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-maps/lib/components/MapCircle' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-maps/lib/components/MapMarker' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-maps/lib/components/MapPolygon' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-maps/lib/components/MapPolyline' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-maps/lib/components/MapUrlTile' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-maps/lib/components/MapView' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-maps/lib/components/ProviderConstants' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-maps/rn-cli.config' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-maps/scripts/update-version' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-safe-module/lib/EventEmitter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-safe-module/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-safe-module/lib/NativeSafeComponent' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-safe-module/lib/NativeSafeModule' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-safe-module/lib/SafeComponent.android' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-safe-module/lib/SafeComponent.ios' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-safe-module/lib/SafeComponent' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-safe-module/lib/SafeModule.android' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-safe-module/lib/SafeModule.ios' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-safe-module/lib/SafeModule' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-safe-module/src/EventEmitter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-safe-module/src/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-safe-module/src/NativeSafeComponent' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-safe-module/src/NativeSafeModule' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-safe-module/src/SafeComponent.android' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-safe-module/src/SafeComponent.ios' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-safe-module/src/SafeComponent' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-safe-module/src/SafeModule.android' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-safe-module/src/SafeModule.ios' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-safe-module/src/SafeModule' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-safe-module/test/_setup' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-safe-module/test/SafeModule-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/build/bin/crna-entry' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/build/bin/react-native-scripts' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/build/scripts/android' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/build/scripts/eject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/build/scripts/init' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/build/scripts/ios' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/build/scripts/start' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/build/util/clearConsole' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/build/util/expo' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/build/util/install' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/build/util/log' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/build/util/packager' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/copy-sync/copy-file-sync' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/copy-sync/copy-sync' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/copy-sync/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/copy/copy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/copy/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/copy/ncp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/empty/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/ensure/file' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/ensure/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/ensure/link' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/ensure/symlink-paths' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/ensure/symlink-type' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/ensure/symlink' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/fs/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/json/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/json/jsonfile' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/json/output-json-sync' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/json/output-json' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/mkdirs/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/mkdirs/mkdirs-sync' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/mkdirs/mkdirs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/mkdirs/win32' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/move-sync/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/move/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/output/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/path-exists/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/remove/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/remove/rimraf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/util/assign' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/util/buffer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/util/utimes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/jsonfile/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/template/App' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/template/App.test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/elements/Circle' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/elements/ClipPath' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/elements/Defs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/elements/Ellipse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/elements/G' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/elements/Image' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/elements/Line' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/elements/LinearGradient' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/elements/Path' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/elements/Pattern' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/elements/Polygon' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/elements/Polyline' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/elements/RadialGradient' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/elements/Rect' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/elements/Shape' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/elements/Stop' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/elements/Svg' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/elements/Symbol' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/elements/Text' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/elements/TextPath' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/elements/TSpan' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/elements/Use' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/lib/attributes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/lib/createReactNativeComponentClass' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/lib/extract/extractBrush' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/lib/extract/extractClipPath' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/lib/extract/extractFill' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/lib/extract/extractGradient' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/lib/extract/extractOpacity' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/lib/extract/extractPolyPoints' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/lib/extract/extractProps' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/lib/extract/extractResponder' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/lib/extract/extractStroke' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/lib/extract/extractText' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/lib/extract/extractTransform' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/lib/extract/extractViewBox' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/lib/extract/patternReg' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/lib/Matrix2D' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/lib/PATTERN_UNITS' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/lib/percentToFloat' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/lib/props' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/lib/SvgTouchableMixin' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-tab-view/src/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-tab-view/src/SceneMap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-tab-view/src/TabBar' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-tab-view/src/TabViewAnimated' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-tab-view/src/TabViewPagerAndroid' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-tab-view/src/TabViewPagerExperimental' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-tab-view/src/TabViewPagerPan' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-tab-view/src/TabViewPagerScroll' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-tab-view/src/TabViewPropTypes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-tab-view/src/TabViewTypeDefinitions' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-tab-view/src/TouchableItem' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-tab-view/types' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/bin/generate-icon' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/bin/generate-material-icons' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/dist/Entypo' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/dist/EvilIcons' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/dist/Feather' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/dist/FontAwesome' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/dist/Foundation' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/dist/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/dist/Ionicons' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/dist/lib/create-icon-set-from-fontello' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/dist/lib/create-icon-set-from-icomoon' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/dist/lib/create-icon-set' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/dist/lib/generate-icon-set-from-css' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/dist/lib/icon-button' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/dist/lib/react-native' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/dist/lib/react-native.osx' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/dist/lib/tab-bar-item-ios' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/dist/lib/toolbar-android' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/dist/MaterialCommunityIcons' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/dist/MaterialIcons' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/dist/Octicons' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/dist/RNIMigration' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/dist/SimpleLineIcons' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/dist/Zocial' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/Entypo' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/EvilIcons' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/Feather' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/FontAwesome' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/Foundation' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/Ionicons' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/lib/create-icon-set-from-fontello' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/lib/create-icon-set-from-icomoon' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/lib/create-icon-set' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/lib/generate-icon-set-from-css' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/lib/icon-button' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/lib/react-native' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/lib/react-native.osx' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/lib/tab-bar-item-ios' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/lib/toolbar-android' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/MaterialCommunityIcons' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/MaterialIcons' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/node_modules/ansi-regex/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/node_modules/is-fullwidth-code-point/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/node_modules/string-width/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/node_modules/strip-ansi/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/node_modules/yargs/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/node_modules/yargs/lib/apply-extends' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/node_modules/yargs/lib/argsert' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/node_modules/yargs/lib/assign' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/node_modules/yargs/lib/command' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/node_modules/yargs/lib/completion' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/node_modules/yargs/lib/levenshtein' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/node_modules/yargs/lib/obj-filter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/node_modules/yargs/lib/usage' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/node_modules/yargs/lib/validation' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/node_modules/yargs/lib/yerror' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/node_modules/yargs/yargs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/Octicons' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/RNIMigration' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/SimpleLineIcons' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/Zocial' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/cli' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/flow/console' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/flow/create-react-class' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/flow/fbjs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/flow/Map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/flow/Position' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/flow/Promise' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/flow/prop-types' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/flow/Set' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/jest/assetFileTransformer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/jest/mockComponent' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/jest/preprocessor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/jest/setup' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/lib/deepDiffer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/lib/deepFreezeAndThrowOnMutationInDev' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/lib/flattenStyle' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/lib/InitializeJavaScriptAppEngine' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/lib/RCTEventEmitter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/lib/TextInputState' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/lib/UIManager' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/lib/UIManagerStatTracker' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/lib/View' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/ActionSheetIOS/ActionSheetIOS' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Alert/Alert' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Alert/AlertIOS' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Alert/RCTAlertManager.android' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Alert/RCTAlertManager.ios' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/release/gulpfile' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/__tests__/Animated-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/__tests__/AnimatedNative-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/__tests__/bezier-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/__tests__/Easing-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/__tests__/Interpolation-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/Animated' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/AnimatedEvent' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/AnimatedImplementation' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/AnimatedWeb' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/animations/Animation' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/animations/DecayAnimation' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/animations/SpringAnimation' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/animations/TimingAnimation' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/bezier' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/createAnimatedComponent' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/Easing' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/NativeAnimatedHelper' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/nodes/AnimatedAddition' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/nodes/AnimatedDiffClamp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/nodes/AnimatedDivision' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/nodes/AnimatedInterpolation' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/nodes/AnimatedModulo' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/nodes/AnimatedMultiplication' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/nodes/AnimatedNode' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/nodes/AnimatedProps' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/nodes/AnimatedStyle' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/nodes/AnimatedTracking' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/nodes/AnimatedTransform' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/nodes/AnimatedValue' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/nodes/AnimatedValueXY' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/nodes/AnimatedWithChildren' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/polyfills/flattenStyle' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/polyfills/InteractionManager' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/polyfills/Set' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/SpringConfig' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/AppState/AppState' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/ART/ARTSerializablePath' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/ART/ReactNativeART' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/BatchedBridge/__mocks__/MessageQueueTestConfig' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/BatchedBridge/__mocks__/MessageQueueTestModule' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/BatchedBridge/__tests__/MessageQueue-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/BatchedBridge/__tests__/NativeModules-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/BatchedBridge/BatchedBridge' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/BatchedBridge/MessageQueue' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/BatchedBridge/NativeModules' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Blob/Blob' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Blob/BlobTypes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Blob/URL' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/BugReporting/BugReporting' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/BugReporting/dumpReactTree' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/BugReporting/getReactData' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/CameraRoll/CameraRoll' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/CameraRoll/ImagePickerIOS' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/AccessibilityInfo/AccessibilityInfo.android' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/AccessibilityInfo/AccessibilityInfo.ios' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/ActivityIndicator/ActivityIndicator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/AppleTV/TVEventHandler.android' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/AppleTV/TVEventHandler.ios' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/AppleTV/TVViewPropTypes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Button' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/CheckBox/CheckBox.android' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/CheckBox/CheckBox.ios' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Clipboard/Clipboard' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/DatePicker/DatePickerIOS.android' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/DatePicker/DatePickerIOS.ios' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/DatePickerAndroid/DatePickerAndroid.android' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/DatePickerAndroid/DatePickerAndroid.ios' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/DrawerAndroid/DrawerLayoutAndroid.android' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/DrawerAndroid/DrawerLayoutAndroid.ios' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Keyboard/Keyboard' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Keyboard/KeyboardAvoidingView' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/LazyRenderer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/MaskedView/MaskedViewIOS.android' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/MaskedView/MaskedViewIOS.ios' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Navigation/NavigatorIOS.android' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Navigation/NavigatorIOS.ios' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Picker/Picker' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Picker/PickerAndroid.android' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Picker/PickerAndroid.ios' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Picker/PickerIOS.android' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Picker/PickerIOS.ios' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/ProgressBarAndroid/ProgressBarAndroid.android' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/ProgressBarAndroid/ProgressBarAndroid.ios' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/ProgressViewIOS/ProgressViewIOS.android' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/ProgressViewIOS/ProgressViewIOS.ios' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/RefreshControl/__mocks__/RefreshControlMock' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/RefreshControl/RefreshControl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/SafeAreaView/SafeAreaView.android' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/SafeAreaView/SafeAreaView.ios' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/ScrollResponder' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/ScrollView/__mocks__/ScrollViewMock' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/ScrollView/processDecelerationRate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/ScrollView/ScrollView' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/ScrollView/ScrollViewStickyHeader' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/SegmentedControlIOS/SegmentedControlIOS.android' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/SegmentedControlIOS/SegmentedControlIOS.ios' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Slider/Slider' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/StaticContainer.react' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/StaticRenderer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/StatusBar/StatusBar' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/StatusBar/StatusBarIOS.android' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/StatusBar/StatusBarIOS.ios' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Subscribable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Switch/Switch' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/TabBarIOS/TabBarIOS.android' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/TabBarIOS/TabBarIOS.ios' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/TabBarIOS/TabBarItemIOS.android' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/TabBarIOS/TabBarItemIOS.ios' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/TextInput/TextInput' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/TextInput/TextInputState' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/TimePickerAndroid/TimePickerAndroid.android' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/TimePickerAndroid/TimePickerAndroid.ios' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/ToastAndroid/ToastAndroid.android' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/ToastAndroid/ToastAndroid.ios' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/ToolbarAndroid/ToolbarAndroid.android' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/ToolbarAndroid/ToolbarAndroid.ios' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Touchable/__mocks__/ensureComponentIsNative' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Touchable/__tests__/TouchableHighlight-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Touchable/BoundingDimensions' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Touchable/ensureComponentIsNative' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Touchable/ensurePositiveDelayProps' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Touchable/PooledClass' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Touchable/Position' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Touchable/Touchable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Touchable/TouchableBounce' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Touchable/TouchableHighlight' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Touchable/TouchableNativeFeedback.android' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Touchable/TouchableNativeFeedback.ios' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Touchable/TouchableOpacity' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Touchable/TouchableWithoutFeedback' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/UnimplementedViews/UnimplementedView' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/View/PlatformViewPropTypes.android' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/View/PlatformViewPropTypes.ios' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/View/ReactNativeStyleAttributes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/View/ReactNativeViewAttributes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/View/ShadowPropTypesIOS' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/View/View' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/View/ViewAccessibility' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/View/ViewPropTypes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/View/ViewStylePropTypes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/ViewPager/ViewPagerAndroid.android' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/ViewPager/ViewPagerAndroid.ios' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/WebView/WebView.android' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/WebView/WebView.ios' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Core/__mocks__/ErrorUtils' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Core/__tests__/ReactNativeVersionCheck-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Core/Devtools/__tests__/parseErrorStack-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Core/Devtools/getDevServer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Core/Devtools/openFileInEditor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Core/Devtools/parseErrorStack' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Core/Devtools/setupDevtools' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Core/Devtools/symbolicateStackTrace' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Core/ExceptionsManager' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Core/InitializeCore' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Core/ReactNativeVersion' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Core/ReactNativeVersionCheck' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Core/Timers/JSTimers' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/EventEmitter/__mocks__/NativeEventEmitter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/EventEmitter/MissingNativeEventEmitterShim' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/EventEmitter/NativeEventEmitter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/EventEmitter/RCTDeviceEventEmitter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/EventEmitter/RCTEventEmitter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/EventEmitter/RCTNativeAppEventEmitter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Experimental/Incremental' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Experimental/IncrementalExample' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Experimental/IncrementalGroup' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Experimental/IncrementalPresenter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Experimental/SwipeableRow/SwipeableFlatList' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Experimental/SwipeableRow/SwipeableListView' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Experimental/SwipeableRow/SwipeableListViewDataSource' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Experimental/SwipeableRow/SwipeableQuickActionButton' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Experimental/SwipeableRow/SwipeableQuickActions' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Experimental/SwipeableRow/SwipeableRow' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Experimental/WindowedListView' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Geolocation/Geolocation' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Image/__tests__/assetRelativePathInSnapshot' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Image/__tests__/resolveAssetSource-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Image/AssetRegistry' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Image/AssetSourceResolver' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Image/Image.android' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Image/Image.ios' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Image/ImageBackground' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Image/ImageEditor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Image/ImageResizeMode' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Image/ImageSource' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Image/ImageSourcePropType' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Image/ImageStore' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Image/ImageStylePropTypes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Image/nativeImageSource' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Image/RelativeImageStub' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Image/resolveAssetSource' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Inspector/BorderBox' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Inspector/BoxInspector' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Inspector/ElementBox' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Inspector/ElementProperties' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Inspector/Inspector' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Inspector/InspectorOverlay' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Inspector/InspectorPanel' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Inspector/NetworkOverlay' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Inspector/PerformanceOverlay' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Inspector/resolveBoxStyle' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Inspector/StyleInspector' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Interaction/__tests__/Batchinator-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Interaction/__tests__/InteractionManager-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Interaction/__tests__/InteractionMixin-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Interaction/__tests__/TaskQueue-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Interaction/Batchinator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Interaction/BridgeSpyStallHandler' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Interaction/FrameRateLogger' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Interaction/InteractionManager' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Interaction/InteractionMixin' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Interaction/InteractionStallDebugger' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Interaction/JSEventLoopWatchdog' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Interaction/PanResponder' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Interaction/ReactPerfStallHandler' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Interaction/TaskQueue' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/JSInspector/InspectorAgent' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/JSInspector/JSInspector' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/JSInspector/NetworkAgent' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/LayoutAnimation/LayoutAnimation' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Linking/Linking' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Lists/__flowtests__/FlatList-flowtest' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Lists/__flowtests__/SectionList-flowtest' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Lists/__tests__/FillRateHelper-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Lists/__tests__/FlatList-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Lists/__tests__/SectionList-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Lists/__tests__/ViewabilityHelper-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Lists/__tests__/VirtualizedList-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Lists/__tests__/VirtualizeUtils-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Lists/FillRateHelper' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Lists/FlatList' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Lists/ListView/__mocks__/ListViewMock' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Lists/ListView/ListView' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Lists/ListView/ListViewDataSource' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Lists/MetroListView' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Lists/SectionList' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Lists/ViewabilityHelper' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Lists/VirtualizedList' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Lists/VirtualizedSectionList' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Lists/VirtualizeUtils' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Modal/Modal' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Network/__tests__/FormData-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Network/__tests__/XMLHttpRequest-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Network/convertRequestBody' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Network/fetch' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Network/FormData' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Network/NetInfo' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Network/RCTNetworking.android' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Network/RCTNetworking.ios' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Network/XHRInterceptor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Network/XMLHttpRequest' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Performance/QuickPerformanceLogger' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Performance/SamplingProfiler' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Performance/Systrace' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/PermissionsAndroid/PermissionsAndroid' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/polyfills/__tests__/Object.es7-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/polyfills/Array.es6' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/polyfills/Array.prototype.es6' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/polyfills/babelHelpers' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/polyfills/console' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/polyfills/error-guard' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/polyfills/Number.es6' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/polyfills/Object.es6' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/polyfills/Object.es7' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/polyfills/String.prototype.es6' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Promise' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/promiseRejectionIsError' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/PushNotificationIOS/PushNotificationIOS' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/RCTTest/SnapshotViewIOS.android' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/RCTTest/SnapshotViewIOS.ios' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/react-native/react-native-implementation' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/react-native/react-native-interface' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/react-native/React' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/ReactNative/AppContainer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/ReactNative/AppRegistry' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/ReactNative/I18nManager' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/ReactNative/queryLayoutByID' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/ReactNative/ReactNativeFeatureFlags' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/ReactNative/renderApplication' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/ReactNative/requireNativeComponent' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/ReactNative/UIManager' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/ReactNative/UIManagerStatTracker' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/ReactNative/verifyPropTypes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/ReactNative/YellowBox' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Renderer/ReactNativeRenderer-dev' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Renderer/ReactNativeRenderer-prod' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Renderer/shims/createReactNativeComponentClass' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Renderer/shims/NativeMethodsMixin' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Renderer/shims/ReactDebugTool' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Renderer/shims/ReactFeatureFlags' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Renderer/shims/ReactGlobalSharedState' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Renderer/shims/ReactNative' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Renderer/shims/ReactNativeBridgeEventPlugin' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Renderer/shims/ReactNativeComponentTree' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Renderer/shims/ReactNativePropRegistry' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Renderer/shims/ReactNativeTypes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Renderer/shims/ReactPerf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Renderer/shims/ReactTypes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Renderer/shims/takeSnapshot' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Renderer/shims/TouchHistoryMath' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Sample/Sample.android' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Sample/Sample.ios' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Settings/Settings.android' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Settings/Settings.ios' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Share/Share' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Storage/AsyncStorage' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/StyleSheet/__tests__/flattenStyle-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/StyleSheet/__tests__/normalizeColor-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/StyleSheet/__tests__/processColor-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/StyleSheet/__tests__/processTransform-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/StyleSheet/__tests__/setNormalizedColorAlpha-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/StyleSheet/ColorPropType' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/StyleSheet/EdgeInsetsPropType' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/StyleSheet/flattenStyle' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/StyleSheet/LayoutPropTypes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/StyleSheet/normalizeColor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/StyleSheet/PointPropType' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/StyleSheet/processColor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/StyleSheet/processTransform' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/StyleSheet/setNormalizedColorAlpha' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/StyleSheet/StyleSheet' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/StyleSheet/StyleSheetPropType' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/StyleSheet/StyleSheetTypes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/StyleSheet/StyleSheetValidation' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/StyleSheet/TransformPropTypes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Text/Text' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Text/TextStylePropTypes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Text/TextUpdateTest' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Types/CoreEventTypes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/__mocks__/BackHandler' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/__mocks__/PixelRatio' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/__tests__/buildStyleInterpolator-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/__tests__/deepFreezeAndThrowOnMutationInDev-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/__tests__/groupByEveryN-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/__tests__/mapWithSeparator-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/__tests__/MatrixMath-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/__tests__/Platform-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/__tests__/SceneTracker-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/__tests__/truncate-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/__tests__/utf8-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/asyncRequire' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/BackAndroid' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/BackHandler.android' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/BackHandler.ios' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/binaryToBase64' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/buildStyleInterpolator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/clamp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/createStrictShapeTypeChecker' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/DebugEnvironment' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/deepFreezeAndThrowOnMutationInDev' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/defineLazyObjectProperty' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/deprecatedPropType' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/DeviceInfo' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/differ/__tests__/deepDiffer-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/differ/deepDiffer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/differ/insetsDiffer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/differ/matricesDiffer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/differ/pointsDiffer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/differ/sizesDiffer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/Dimensions' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/dismissKeyboard' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/groupByEveryN' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/HeapCapture' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/HMRClient' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/HMRLoadingView.android' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/HMRLoadingView.ios' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/infoLog' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/logError' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/mapWithSeparator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/MatrixMath' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/mergeFast' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/mergeIntoFast' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/PerformanceLogger' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/PixelRatio' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/Platform.android' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/Platform.ios' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/PlatformOS.android' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/PlatformOS.ios' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/RCTLog' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/SceneTracker' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/stringifySafe' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/truncate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/utf8' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/vendor/core/_shouldPolyfillES6Collection' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/vendor/core/ErrorUtils' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/vendor/core/getObjectValues' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/vendor/core/guid' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/vendor/core/isEmpty' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/vendor/core/Map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/vendor/core/merge' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/vendor/core/mergeHelpers' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/vendor/core/mergeInto' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/vendor/core/Set' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/vendor/core/toIterator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/vendor/document/selection/DocumentSelectionState' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/vendor/emitter/EmitterSubscription' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/vendor/emitter/EventEmitter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/vendor/emitter/EventEmitterWithHolding' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/vendor/emitter/EventHolder' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/vendor/emitter/EventSubscription' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/vendor/emitter/EventSubscriptionVendor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/vendor/emitter/EventValidator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/vendor/emitter/mixInEventEmitter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Vibration/Vibration' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Vibration/VibrationIOS.android' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Vibration/VibrationIOS.ios' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/WebSocket/__mocks__/event-target-shim' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/WebSocket/__tests__/WebSocket-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/WebSocket/WebSocket' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/WebSocket/WebSocketEvent' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/WebSocket/WebSocketInterceptor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/__mocks__/beeper' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/__mocks__/fs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/__tests__/fs-mock-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/bundle/__mocks__/sign' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/bundle/__tests__/filterPlatformAssetScales-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/bundle/__tests__/getAssetDestPathAndroid-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/bundle/__tests__/getAssetDestPathIOS-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/bundle/assetPathUtils' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/bundle/buildBundle' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/bundle/bundle' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/bundle/bundleCommandLineArgs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/bundle/filterPlatformAssetScales' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/bundle/getAssetDestPathAndroid' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/bundle/getAssetDestPathIOS' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/bundle/saveAssets' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/bundle/types.flow' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/bundle/unbundle' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/cli' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/cliEntry' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/commands' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/__fixtures__/android' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/__fixtures__/commands' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/__fixtures__/dependencies' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/__fixtures__/ios' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/__fixtures__/projects' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/__tests__/android/findAndroidAppFolder.spec' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/__tests__/android/findManifest.spec' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/__tests__/android/findPackageClassName.spec' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/__tests__/android/getDependencyConfig.spec' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/__tests__/android/getProjectConfig.spec' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/__tests__/android/readManifest.spec' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/__tests__/findAssets.spec' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/__tests__/findPlugins.spec' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/__tests__/ios/findPodfilePath.spec' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/__tests__/ios/findPodspecName.spec' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/__tests__/ios/findProject.spec' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/__tests__/ios/getProjectConfig.spec' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/__tests__/makeCommand.spec' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/android/findAndroidAppFolder' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/android/findManifest' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/android/findPackageClassName' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/android/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/android/readManifest' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/Constants' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/findAssets' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/findPlugins' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/ios/findPodfilePath' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/ios/findPodspecName' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/ios/findProject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/ios/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/makeCommand' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/windows/findNamespace' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/windows/findPackageClassName' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/windows/findProject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/windows/findWindowsSolution' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/windows/generateGUID' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/windows/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/wrapCommands' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/dependencies/dependencies' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/eject/eject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/generator/copyProjectTemplateAndReplace' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/generator/printRunInstructions' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/generator/promptSync' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/generator/templates' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/info/info' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/init/init' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/install/install' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/install/uninstall' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/library/library' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/android/applyPatch.spec' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/android/isInstalled.spec' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/android/makeBuildPatch.spec' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/android/makeImportPatch.spec' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/android/makePackagePatch.spec' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/android/makeSettingsPatch.spec' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/android/makeStringsPatch.spec' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/getDependencyConfig.spec' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/getProjectDependencies.spec' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/groupFilesByType.spec' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/ios/addFileToProject.spec' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/ios/addProjectToLibraries.spec' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/ios/addSharedLibraries.spec' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/ios/createGroup.spec' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/ios/getBuildProperty.spec' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/ios/getGroup.spec' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/ios/getHeaderSearchPath.spec' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/ios/getHeadersInFolder.spec' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/ios/getPlist.spec' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/ios/getPlistPath.spec' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/ios/getProducts.spec' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/ios/hasLibraryImported.spec' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/ios/isInstalled.spec' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/ios/mapHeaderSearchPaths.spec' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/ios/removeProjectFromLibraries' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/ios/removeProjectFromProject.spec' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/ios/removeSharedLibrary.spec' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/ios/writePlist.spec' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/link.spec' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/pods/findLineToAddPod.spec' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/pods/findMarkedLinesInPodfile.spec' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/pods/findPodTargetLine.spec' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/pods/isInstalled.spec' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/pods/removePodEntry.spec' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/promiseWaterfall.spec' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/android/copyAssets' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/android/fs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/android/isInstalled' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/android/patches/applyParams' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/android/patches/applyPatch' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/android/patches/makeBuildPatch' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/android/patches/makeImportPatch' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/android/patches/makePackagePatch' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/android/patches/makeSettingsPatch' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/android/patches/makeStringsPatch' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/android/patches/revokePatch' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/android/registerNativeModule' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/android/unlinkAssets' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/android/unregisterNativeModule' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/commandStub' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/getDependencyConfig' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/getProjectDependencies' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/groupFilesByType' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/addFileToProject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/addProjectToLibraries' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/addSharedLibraries' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/addToHeaderSearchPaths' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/copyAssets' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/createGroup' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/createGroupWithMessage' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/getBuildProperty' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/getGroup' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/getHeaderSearchPath' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/getHeadersInFolder' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/getPlist' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/getPlistPath' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/getProducts' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/hasLibraryImported' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/isInstalled' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/mapHeaderSearchPaths' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/registerNativeModule' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/removeFromHeaderSearchPaths' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/removeFromPbxItemContainerProxySection' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/removeFromPbxReferenceProxySection' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/removeFromProjectReferences' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/removeFromStaticLibraries' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/removeProductGroup' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/removeProjectFromLibraries' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/removeProjectFromProject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/removeSharedLibraries' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/unlinkAssets' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/unregisterNativeModule' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/writePlist' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/link' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/pods/addPodEntry' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/pods/findLineToAddPod' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/pods/findMarkedLinesInPodfile' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/pods/findPodTargetLine' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/pods/isInstalled' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/pods/readPodfile' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/pods/registerNativeModule' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/pods/removePodEntry' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/pods/savePodFile' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/pods/unregisterNativeModule' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/pollParams' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/promiseWaterfall' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/promisify' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/unlink' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/windows/isInstalled' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/windows/patches/applyParams' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/windows/patches/applyPatch' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/windows/patches/makePackagePatch' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/windows/patches/makeProjectPatch' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/windows/patches/makeSolutionPatch' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/windows/patches/makeUsingPatch' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/windows/patches/revokePatch' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/windows/registerNativeModule' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/windows/unregisterNativeModule' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/logAndroid/logAndroid' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/logIOS/logIOS' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/runAndroid/adb' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/runAndroid/runAndroid' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/runIOS/__tests__/findMatchingSimulator-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/runIOS/__tests__/findXcodeProject-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/runIOS/__tests__/parseIOSDevicesList-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/runIOS/findMatchingSimulator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/runIOS/findXcodeProject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/runIOS/parseIOSDevicesList' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/runIOS/runIOS' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/server/checkNodeVersion' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/server/middleware/copyToClipBoardMiddleware' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/server/middleware/getDevToolsMiddleware' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/server/middleware/indexPage' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/server/middleware/loadRawBodyMiddleware' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/server/middleware/openStackFrameInEditorMiddleware' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/server/middleware/statusPageMiddleware' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/server/middleware/systraceProfileMiddleware' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/server/middleware/unless' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/server/runServer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/server/server' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/server/util/attachWebsocketServer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/server/util/copyToClipBoard' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/server/util/debugger-ui/debuggerWorker' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/server/util/debugger-ui/DeltaPatcher' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/server/util/debugger-ui/deltaUrlToBlobUrl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/server/util/jsPackagerClient' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/server/util/launchChrome' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/server/util/launchEditor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/server/util/messageSocket' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/server/util/webSocketProxy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/templates/HelloNavigation/App' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/templates/HelloNavigation/components/KeyboardSpacer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/templates/HelloNavigation/components/ListItem' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/templates/HelloNavigation/lib/Backend' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/templates/HelloNavigation/views/chat/ChatListScreen' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/templates/HelloNavigation/views/chat/ChatScreen' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/templates/HelloNavigation/views/HomeScreenTabNavigator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/templates/HelloNavigation/views/welcome/WelcomeScreen' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/templates/HelloNavigation/views/welcome/WelcomeText.android' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/templates/HelloNavigation/views/welcome/WelcomeText.ios' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/templates/HelloWorld/__tests__/App' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/templates/HelloWorld/App' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/templates/HelloWorld/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/upgrade/upgrade' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/util/__mocks__/log' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/util/__tests__/findSymlinkedModules-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/util/assertRequiredOptions' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/util/Config' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/util/copyAndReplace' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/util/findReactNativeScripts' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/util/findSymlinkedModules' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/util/findSymlinksPaths' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/util/isPackagerRunning' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/util/isValidPackageName' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/util/log' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/util/PackageManager' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/util/parseCommandLine' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/util/walk' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/util/yarn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/wrong-react-native' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/node_modules/ansi-styles/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/node_modules/chalk/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/node_modules/pretty-format/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/node_modules/pretty-format/plugins/ReactElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/node_modules/pretty-format/plugins/ReactTestComponent' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/node_modules/pretty-format/printString' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/node_modules/supports-color/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/Asserts' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/CatalystRootViewTestModule' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/DatePickerDialogTestModule' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/InitialPropsTestApp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/JSResponderTestApp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/LayoutEventsTestApp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/MeasureLayoutTestModule' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/MultitouchHandlingTestAppModule' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/NativeIdTestModule' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/PickerAndroidTestModule' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/ProgressBarTestModule' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/ScrollViewTestModule' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/ShareTestModule' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/SubviewsClippingTestModule' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/SwipeRefreshLayoutTestModule' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/TestBundle' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/TestIdTestModule' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/TestJavaToJSArgumentsModule' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/TestJavaToJSReturnValuesModule' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/TestJSLocaleModule' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/TestJSToJavaParametersModule' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/TextInputTestModule' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/TimePickerDialogTestModule' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/TouchBubblingTestAppModule' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/UIManagerTestModule' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/ViewRenderingTestModule' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/rn-get-polyfills' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/setupBabel' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-navigation/jest-setup' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-navigation/prettier.config' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-proxy/dist/ReactProxy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-proxy/modules/bindAutoBindMethods' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-proxy/modules/createClassProxy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-proxy/modules/createPrototypeProxy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-proxy/modules/deleteUnknownAutoBindMethods' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-proxy/modules/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-proxy/modules/supportsProtoAssignment' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-proxy/src/bindAutoBindMethods' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-proxy/src/createClassProxy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-proxy/src/createPrototypeProxy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-proxy/src/deleteUnknownAutoBindMethods' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-proxy/src/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-proxy/src/supportsProtoAssignment' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/dist/react-redux' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/dist/react-redux.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/es/components/connectAdvanced' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/es/components/Provider' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/es/connect/connect' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/es/connect/mapDispatchToProps' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/es/connect/mapStateToProps' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/es/connect/mergeProps' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/es/connect/selectorFactory' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/es/connect/verifySubselectors' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/es/connect/wrapMapToProps' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/es/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/es/utils/PropTypes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/es/utils/shallowEqual' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/es/utils/Subscription' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/es/utils/verifyPlainObject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/es/utils/warning' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/es/utils/wrapActionCreators' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/lib/components/connectAdvanced' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/lib/components/Provider' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/lib/connect/connect' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/lib/connect/mapDispatchToProps' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/lib/connect/mapStateToProps' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/lib/connect/mergeProps' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/lib/connect/selectorFactory' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/lib/connect/verifySubselectors' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/lib/connect/wrapMapToProps' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/lib/utils/PropTypes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/lib/utils/shallowEqual' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/lib/utils/Subscription' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/lib/utils/verifyPlainObject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/lib/utils/warning' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/lib/utils/wrapActionCreators' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/src/components/connectAdvanced' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/src/components/Provider' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/src/connect/connect' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/src/connect/mapDispatchToProps' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/src/connect/mapStateToProps' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/src/connect/mergeProps' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/src/connect/selectorFactory' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/src/connect/verifySubselectors' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/src/connect/wrapMapToProps' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/src/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/src/utils/PropTypes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/src/utils/shallowEqual' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/src/utils/Subscription' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/src/utils/verifyPlainObject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/src/utils/warning' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/src/utils/wrapActionCreators' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-test-renderer/cjs/react-test-renderer-shallow.development' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-test-renderer/cjs/react-test-renderer.development' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-test-renderer/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-test-renderer/shallow' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-test-renderer/stack' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-timer-mixin/__tests__/TimerMixin-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-timer-mixin/TimerMixin' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-transform-hmr/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-transform-hmr/src/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react/cjs/react.development' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react/cjs/react.production.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react/umd/react.development' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react/umd/react.production.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/read-chunk/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/read-chunk/node_modules/pify/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/read-pkg-up/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/read-pkg/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/readable-stream/duplex-browser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/readable-stream/duplex' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/readable-stream/lib/_stream_duplex' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/readable-stream/lib/_stream_passthrough' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/readable-stream/lib/_stream_readable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/readable-stream/lib/_stream_transform' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/readable-stream/lib/_stream_writable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/readable-stream/lib/internal/streams/BufferList' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/readable-stream/lib/internal/streams/destroy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/readable-stream/lib/internal/streams/stream-browser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/readable-stream/lib/internal/streams/stream' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/readable-stream/node_modules/isarray/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/readable-stream/node_modules/isarray/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/readable-stream/passthrough' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/readable-stream/readable-browser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/readable-stream/readable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/readable-stream/transform' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/readable-stream/writable-browser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/readable-stream/writable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/redux-logger/dist/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/redux-logger/dist/index.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/redux-logger/lib/core' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/redux-logger/lib/defaults' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/redux-logger/lib/diff' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/redux-logger/lib/helpers' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/redux-logger/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/redux-logger/src/core' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/redux-logger/src/defaults' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/redux-logger/src/diff' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/redux-logger/src/helpers' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/redux-logger/src/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/redux/dist/redux' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/redux/dist/redux.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/redux/es/applyMiddleware' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/redux/es/bindActionCreators' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/redux/es/combineReducers' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/redux/es/compose' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/redux/es/createStore' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/redux/es/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/redux/es/utils/warning' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/redux/lib/applyMiddleware' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/redux/lib/bindActionCreators' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/redux/lib/combineReducers' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/redux/lib/compose' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/redux/lib/createStore' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/redux/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/redux/lib/utils/warning' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/redux/src/applyMiddleware' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/redux/src/bindActionCreators' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/redux/src/combineReducers' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/redux/src/compose' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/redux/src/createStore' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/redux/src/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/redux/src/utils/warning' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/regenerate/regenerate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/regenerator-runtime/path' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/regenerator-runtime/runtime-module' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/regenerator-runtime/runtime' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/regenerator-transform/lib/emit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/regenerator-transform/lib/hoist' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/regenerator-transform/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/regenerator-transform/lib/leap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/regenerator-transform/lib/meta' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/regenerator-transform/lib/replaceShorthandObjectMethod' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/regenerator-transform/lib/util' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/regenerator-transform/lib/visit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/regenerator-transform/src/emit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/regenerator-transform/src/hoist' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/regenerator-transform/src/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/regenerator-transform/src/leap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/regenerator-transform/src/meta' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/regenerator-transform/src/replaceShorthandObjectMethod' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/regenerator-transform/src/util' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/regenerator-transform/src/visit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/regex-cache/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/regexpu-core/data/character-class-escape-sets' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/regexpu-core/rewrite-pattern' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/regjsgen/regjsgen' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/regjsparser/node_modules/jsesc/jsesc' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/regjsparser/parser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/remove-trailing-separator/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/remove-trailing-slash/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/repeat-element/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/repeat-string/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/repeating/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/replace-ext/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/replace-ext/test/main' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/replace-string/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/request-progress/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/request-progress/test/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/request/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/request/lib/auth' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/request/lib/cookies' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/request/lib/getProxyFromURI' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/request/lib/har' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/request/lib/helpers' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/request/lib/multipart' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/request/lib/oauth' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/request/lib/querystring' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/request/lib/redirect' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/request/lib/tunnel' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/request/node_modules/boom/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/request/node_modules/cryptiles/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/request/node_modules/cryptiles/node_modules/boom/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/request/node_modules/hawk/client' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/request/node_modules/hawk/dist/browser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/request/node_modules/hawk/lib/browser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/request/node_modules/hawk/lib/client' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/request/node_modules/hawk/lib/crypto' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/request/node_modules/hawk/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/request/node_modules/hawk/lib/server' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/request/node_modules/hawk/lib/utils' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/request/node_modules/sntp/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/request/request' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/require-directory/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/require-main-filename/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/require-main-filename/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/reqwest/make/bump' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/reqwest/make/tests' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/reqwest/phantom' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/reqwest/reqwest' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/reqwest/reqwest.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/reqwest/src/copyright' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/reqwest/src/ender' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/reqwest/src/reqwest' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/reqwest/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/reqwest/tests/ender' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/reqwest/tests/fixtures/fixtures' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/reqwest/tests/tests' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/example/async' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/example/sync' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/lib/async' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/lib/caller' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/lib/core' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/lib/node-modules-paths' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/lib/sync' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/core' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/dotdot' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/dotdot/abc/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/dotdot/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/faulty_basedir' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/filter_sync' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/filter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/mock_sync' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/mock' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/module_dir' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/module_dir/xmodules/aaa/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/module_dir/ymodules/aaa/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/module_dir/zmodules/bbb/main' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/node_path' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/node_path/x/aaa/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/node_path/x/ccc/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/node_path/y/bbb/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/node_path/y/ccc/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/node-modules-paths' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/nonstring' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/pathfilter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/pathfilter/deep_ref/main' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/precedence' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/precedence/aaa' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/precedence/aaa/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/precedence/aaa/main' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/precedence/bbb' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/precedence/bbb/main' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/resolver_sync' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/resolver' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/resolver/baz/doom' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/resolver/baz/quux' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/resolver/dot_main/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/resolver/dot_slash_main/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/resolver/foo' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/resolver/incorrect_main/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/resolver/mug' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/resolver/other_path/lib/other-lib' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/resolver/other_path/root' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/resolver/quux/foo/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/resolver/same_names/foo' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/resolver/same_names/foo/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/resolver/without_basedir/main' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/subdirs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/symlinks' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/response-time/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/rest-facade/src/Client' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/rest-facade/src/defaultOptions' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/rest-facade/src/exceptions/APIError' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/rest-facade/src/exceptions/ArgumentError' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/rest-facade/src/exceptions/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/rest-facade/src/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/rest-facade/src/RequestOptions' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/rest-facade/src/URL' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/rest-facade/src/utils' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/rest-facade/tests/client.tests' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/rest-facade/tests/exceptions.tests' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/rest-facade/tests/module.tests' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/restore-cursor/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/retry/example/dns' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/retry/example/stop' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/retry/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/retry/lib/retry_operation' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/retry/lib/retry' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/retry/test/common' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/retry/test/integration/test-forever' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/retry/test/integration/test-retry-operation' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/retry/test/integration/test-retry-wrap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/retry/test/integration/test-timeouts' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/retry/test/runner' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/right-align/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/rimraf/bin' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/rimraf/rimraf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/rndm/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/run-async/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/rx-lite-aggregates/rx.lite.aggregates' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/rx-lite-aggregates/rx.lite.aggregates.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/rx-lite/rx.lite' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/rx-lite/rx.lite.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/safe-buffer/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/safe-buffer/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/safe-json-stringify/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sane/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sane/src/cli' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sane/src/common' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sane/src/fsevents_watcher' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sane/src/node_watcher' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sane/src/poll_watcher' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sane/src/utils/recrawl-warning-dedupe' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sane/src/watchman_watcher' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sax/lib/sax' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/semver/semver' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/send/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/send/node_modules/etag/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/send/node_modules/fresh/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/send/node_modules/http-errors/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/send/node_modules/http-errors/node_modules/statuses/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/send/node_modules/mime/build/build' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/send/node_modules/mime/build/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/send/node_modules/mime/cli' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/send/node_modules/mime/mime' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/send/node_modules/ms/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sentence-case/sentence-case' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sentence-case/vendor/camel-case-regexp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sentence-case/vendor/non-word-regexp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sentence-case/vendor/trailing-digit-regexp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/serialize-error/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/serve-favicon/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/serve-favicon/node_modules/ms/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/serve-index/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/serve-index/node_modules/debug/browser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/serve-index/node_modules/debug/debug' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/serve-index/node_modules/debug/node' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/serve-static/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/serve-static/node_modules/debug/browser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/serve-static/node_modules/debug/debug' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/serve-static/node_modules/debug/node' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/serve-static/node_modules/mime/build/build' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/serve-static/node_modules/mime/build/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/serve-static/node_modules/mime/cli' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/serve-static/node_modules/mime/mime' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/serve-static/node_modules/range-parser/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/serve-static/node_modules/send/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/serve-static/node_modules/statuses/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/set-blocking/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/setimmediate/setImmediate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/setprototypeof/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/shebang-command/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/shebang-regex/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/shell-quote/example/env' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/shell-quote/example/op' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/shell-quote/example/parse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/shell-quote/example/quote' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/shell-quote/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/shell-quote/test/comment' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/shell-quote/test/env_fn' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/shell-quote/test/env' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/shell-quote/test/op' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/shell-quote/test/parse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/shell-quote/test/quote' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/shell-quote/test/set' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/shellwords/lib/shellwords' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/signal-exit/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/signal-exit/signals' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/simple-plist/node_modules/base64-js/base64js.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/simple-plist/node_modules/base64-js/lib/b64' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/simple-plist/node_modules/base64-js/test/big-data' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/simple-plist/node_modules/base64-js/test/convert' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/simple-plist/node_modules/base64-js/test/url-safe' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/simple-plist/node_modules/plist/dist/plist-build' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/simple-plist/node_modules/plist/dist/plist-parse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/simple-plist/node_modules/plist/dist/plist' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/simple-plist/node_modules/plist/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/simple-plist/node_modules/plist/lib/build' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/simple-plist/node_modules/plist/lib/parse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/simple-plist/simple-plist' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/simple-swizzle/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/simple-swizzle/node_modules/is-arrayish/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/slash/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/slide/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/slide/lib/async-map-ordered' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/slide/lib/async-map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/slide/lib/bind-actor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/slide/lib/chain' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/slide/lib/slide' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/slugid/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/slugid/node_modules/uuid/benchmark/benchmark' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/slugid/node_modules/uuid/misc/compare' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/slugid/node_modules/uuid/misc/perf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/slugid/node_modules/uuid/rng-browser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/slugid/node_modules/uuid/rng' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/slugid/node_modules/uuid/test/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/slugid/node_modules/uuid/uuid' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/slugid/slugid_test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/slugid/slugid' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/slugify/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/smart-buffer/build/smartbuffer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/smart-buffer/lib/smart-buffer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/smart-buffer/test/smart-buffer.test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/snake-case/snake-case' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sntp/examples/offset' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sntp/examples/time' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sntp/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sntp/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sntp/node_modules/hoek/lib/escape' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sntp/node_modules/hoek/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sntp/node_modules/hoek/test/escaper' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sntp/node_modules/hoek/test/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sntp/node_modules/hoek/test/modules/test1' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sntp/node_modules/hoek/test/modules/test2' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sntp/node_modules/hoek/test/modules/test3' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sntp/test/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/socks-proxy-agent/socks-proxy-agent' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/socks-proxy-agent/test/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/socks/examples/associate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/socks/examples/bind' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/socks/examples/connect' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/socks/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/socks/lib/socks-agent' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/socks/lib/socks-client' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/source-map-support/browser-source-map-support' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/source-map-support/register' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/source-map-support/source-map-support' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/source-map/dist/source-map.debug' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/source-map/dist/source-map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/source-map/dist/source-map.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/source-map/lib/array-set' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/source-map/lib/base64-vlq' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/source-map/lib/base64' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/source-map/lib/binary-search' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/source-map/lib/mapping-list' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/source-map/lib/quick-sort' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/source-map/lib/source-map-consumer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/source-map/lib/source-map-generator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/source-map/lib/source-node' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/source-map/lib/util' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/source-map/source-map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sparkles/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/spdx-correct/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/spdx-expression-parse/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/spdx-expression-parse/parser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sprintf-js/dist/angular-sprintf.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sprintf-js/dist/sprintf.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sprintf-js/gruntfile' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sprintf-js/src/angular-sprintf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sprintf-js/src/sprintf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sprintf-js/test/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sshpk/lib/algs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sshpk/lib/certificate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sshpk/lib/dhe' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sshpk/lib/ed-compat' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sshpk/lib/errors' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sshpk/lib/fingerprint' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sshpk/lib/formats/auto' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sshpk/lib/formats/openssh-cert' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sshpk/lib/formats/pem' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sshpk/lib/formats/pkcs1' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sshpk/lib/formats/pkcs8' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sshpk/lib/formats/rfc4253' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sshpk/lib/formats/ssh-private' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sshpk/lib/formats/ssh' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sshpk/lib/formats/x509-pem' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sshpk/lib/formats/x509' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sshpk/lib/identity' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sshpk/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sshpk/lib/key' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sshpk/lib/private-key' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sshpk/lib/signature' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sshpk/lib/ssh-buffer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sshpk/lib/utils' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/stack-trace/lib/stack-trace' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/stacktrace-parser/Gruntfile' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/stacktrace-parser/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/stacktrace-parser/lib/stacktrace-parser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/stacktrace-parser/test/stacktrace_parser_test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/statuses/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/stream-buffers/coverage/lcov-report/prettify' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/stream-buffers/coverage/lcov-report/sorter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/stream-buffers/lib/constants' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/stream-buffers/lib/readable_streambuffer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/stream-buffers/lib/streambuffer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/stream-buffers/lib/writable_streambuffer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/stream-counter/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/stream-counter/node_modules/readable-stream/duplex' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/stream-counter/node_modules/readable-stream/lib/_stream_duplex' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/stream-counter/node_modules/readable-stream/lib/_stream_passthrough' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/stream-counter/node_modules/readable-stream/lib/_stream_readable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/stream-counter/node_modules/readable-stream/lib/_stream_transform' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/stream-counter/node_modules/readable-stream/lib/_stream_writable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/stream-counter/node_modules/readable-stream/passthrough' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/stream-counter/node_modules/readable-stream/readable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/stream-counter/node_modules/readable-stream/transform' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/stream-counter/node_modules/readable-stream/writable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/stream-counter/node_modules/string_decoder/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/stream-counter/test/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/stream-parser/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/stream-parser/test/transform' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/stream-parser/test/writable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/string_decoder/lib/string_decoder' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/string-length/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/string-length/node_modules/ansi-regex/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/string-length/node_modules/strip-ansi/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/string-width/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/stringstream/example' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/stringstream/stringstream' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/strip-ansi/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/strip-bom/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/strip-eof/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/strip-json-comments/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/superagent-proxy/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/superagent-proxy/test/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/superagent-retry/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/superagent-retry/lib/retries' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/superagent/lib/agent-base' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/superagent/lib/client' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/superagent/lib/is-object' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/superagent/lib/node/agent' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/superagent/lib/node/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/superagent/lib/node/parsers/image' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/superagent/lib/node/parsers/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/superagent/lib/node/parsers/json' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/superagent/lib/node/parsers/text' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/superagent/lib/node/parsers/urlencoded' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/superagent/lib/node/response' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/superagent/lib/node/unzip' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/superagent/lib/request-base' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/superagent/lib/response-base' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/superagent/lib/utils' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/superagent/node_modules/debug/karma.conf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/superagent/node_modules/debug/node' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/superagent/node_modules/debug/src/browser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/superagent/node_modules/debug/src/debug' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/superagent/node_modules/debug/src/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/superagent/node_modules/debug/src/node' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/superagent/node_modules/ms/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/superagent/superagent' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/supports-color/browser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/supports-color/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/swap-case/swap-case' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/symbol-observable/es/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/symbol-observable/es/ponyfill' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/symbol-observable/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/symbol-observable/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/symbol-observable/lib/ponyfill' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/symbol-tree/lib/SymbolTree' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/symbol-tree/lib/SymbolTreeNode' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/symbol-tree/lib/TreeIterator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/symbol-tree/lib/TreePosition' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sync-exec/js/lib/create-pipes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sync-exec/js/lib/proxy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sync-exec/js/lib/read-pipes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sync-exec/js/lib/timeout' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sync-exec/js/sync-exec' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tar-pack/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tar-pack/test/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tar/examples/extracter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tar/examples/packer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tar/examples/reader' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tar/lib/buffer-entry' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tar/lib/entry-writer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tar/lib/entry' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tar/lib/extended-header-writer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tar/lib/extended-header' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tar/lib/extract' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tar/lib/global-header-writer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tar/lib/header' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tar/lib/pack' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tar/lib/parse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tar/tar' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tar/test/00-setup-fixtures' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tar/test/dir-normalization' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tar/test/error-on-broken' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tar/test/extract-move' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tar/test/extract' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tar/test/header' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tar/test/pack-no-proprietary' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tar/test/pack' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tar/test/parse-discard' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tar/test/parse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tar/test/zz-cleanup' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/temp/examples/grepcount' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/temp/examples/pdfcreator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/temp/lib/temp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/temp/no_cleanup_on_exit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/temp/no_cleanup_on_exit.spec' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/temp/no_cleanup' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/temp/node_modules/rimraf/bin' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/temp/node_modules/rimraf/rimraf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/temp/node_modules/rimraf/test/test-async' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/temp/node_modules/rimraf/test/test-sync' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/temp/test/temp-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/test-exclude/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/test-exclude/node_modules/find-up/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/test-exclude/node_modules/load-json-file/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/test-exclude/node_modules/path-exists/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/test-exclude/node_modules/path-type/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/test-exclude/node_modules/read-pkg-up/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/test-exclude/node_modules/read-pkg/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/thenify-all/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/thenify/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/throat/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/throttleit/example' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/throttleit/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/throttleit/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/through/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/through/test/async' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/through/test/auto-destroy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/through/test/buffering' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/through/test/end' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/through/test/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/through2/through2' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/thunkify/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/thunkify/test/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/time-stamp/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/timed-out/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tiny-queue/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tiny-queue/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/title-case/title-case' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tmp/lib/tmp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tmpl/lib/tmpl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/to-fast-properties/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/topo/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tough-cookie/lib/cookie' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tough-cookie/lib/memstore' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tough-cookie/lib/pathMatch' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tough-cookie/lib/permuteDomain' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tough-cookie/lib/pubsuffix' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tough-cookie/lib/store' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tr46/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/traverse/examples/json' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/traverse/examples/leaves' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/traverse/examples/negative' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/traverse/examples/scrub' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/traverse/examples/stringify' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/traverse/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/traverse/test/circular' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/traverse/test/date' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/traverse/test/equal' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/traverse/test/error' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/traverse/test/has' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/traverse/test/instance' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/traverse/test/interface' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/traverse/test/json' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/traverse/test/keys' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/traverse/test/leaves' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/traverse/test/lib/deep_equal' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/traverse/test/mutability' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/traverse/test/negative' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/traverse/test/obj' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/traverse/test/siblings' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/traverse/test/stop' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/traverse/test/stringify' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/traverse/test/subexpr' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/traverse/test/super_deep' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/traverse/testling/leaves' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tree-kill/cli' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tree-kill/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/trim-right/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/trim/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tsscmp/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tsscmp/test/benchmark/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tsscmp/test/unit/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tunnel-agent/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tweetnacl/nacl-fast' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tweetnacl/nacl-fast.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tweetnacl/nacl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tweetnacl/nacl.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/type-check/lib/check' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/type-check/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/type-check/lib/parse-type' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/type-is/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/typedarray/example/tarray' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/typedarray/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/typedarray/test/server/undef_globals' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/typedarray/test/tarray' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ua-parser-js/dist/ua-parser.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ua-parser-js/dist/ua-parser.pack' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ua-parser-js/package' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ua-parser-js/src/ua-parser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ua-parser-js/test/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/lib/ast' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/lib/compress' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/lib/minify' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/lib/mozilla-ast' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/lib/output' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/lib/parse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/lib/propmangle' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/lib/scope' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/lib/sourcemap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/lib/transform' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/lib/utils' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/node_modules/commander/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/node_modules/source-map/dist/source-map.debug' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/node_modules/source-map/dist/source-map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/node_modules/source-map/dist/source-map.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/node_modules/source-map/lib/array-set' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/node_modules/source-map/lib/base64-vlq' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/node_modules/source-map/lib/base64' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/node_modules/source-map/lib/binary-search' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/node_modules/source-map/lib/mapping-list' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/node_modules/source-map/lib/quick-sort' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/node_modules/source-map/lib/source-map-consumer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/node_modules/source-map/lib/source-map-generator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/node_modules/source-map/lib/source-node' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/node_modules/source-map/lib/util' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/node_modules/source-map/source-map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/tools/exit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/tools/exports' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/tools/node' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/bin/extract-props' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/lib/ast' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/lib/compress' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/lib/mozilla-ast' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/lib/output' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/lib/parse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/lib/propmangle' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/lib/scope' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/lib/sourcemap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/lib/transform' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/lib/utils' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/node_modules/camelcase/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/node_modules/cliui/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/node_modules/cliui/test/cliui' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/node_modules/wordwrap/example/center' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/node_modules/wordwrap/example/meat' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/node_modules/wordwrap/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/node_modules/wordwrap/test/break' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/node_modules/wordwrap/test/wrap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/node_modules/yargs/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/node_modules/yargs/lib/completion' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/node_modules/yargs/lib/parser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/node_modules/yargs/lib/usage' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/node_modules/yargs/lib/validation' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/tools/exports' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/tools/node' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-to-browserify/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-to-browserify/test/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uid-number/get-uid-gid' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uid-number/uid-number' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uid-safe/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ultron/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ultron/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/universalify/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/unpipe/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/unzip-response/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/upper-case-first/upper-case-first' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/upper-case/upper-case' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/url-parse-lax/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/url/node_modules/punycode/punycode' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/url/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/url/url' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/url/util' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/util-deprecate/browser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/util-deprecate/node' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/util.promisify/implementation' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/util.promisify/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/util.promisify/polyfill' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/util.promisify/shim' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/utils-merge/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uuid-js/lib/uuid' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uuid-js/test/uuid' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uuid/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uuid/lib/bytesToUuid' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uuid/lib/rng-browser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uuid/lib/rng' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uuid/lib/sha1-browser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uuid/lib/sha1' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uuid/v1' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uuid/v4' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uuid/v5' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/validate-npm-package-license/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/vary/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/verror/lib/verror' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/verror/node_modules/extsprintf/lib/extsprintf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/verror/node_modules/extsprintf/test/tst.basic' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/verror/node_modules/extsprintf/test/tst.invalid' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/very-fast-args/bench/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/very-fast-args/bench/simple-with-fa' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/very-fast-args/bench/simple-with-rest' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/very-fast-args/bench/simple' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/very-fast-args/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/very-fast-args/test/tests' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/vhost/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/vinyl/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/vinyl/lib/cloneBuffer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/vinyl/lib/inspectStream' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/vinyl/lib/isBuffer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/vinyl/lib/isNull' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/vinyl/lib/isStream' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/vinyl/node_modules/clone/clone' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/walker/lib/walker' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/watch/cli' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/watch/main' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/watch/test/test_monitor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/watch/test/test_monitorRootDirectory' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/watch/test/test_watchTree' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/webidl-conversions/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/websql/custom/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/websql/lib/browser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/websql/lib/custom' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/websql/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/websql/lib/sqlite/SQLiteDatabase' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/websql/lib/sqlite/SQLiteResult' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/websql/lib/websql/WebSQLDatabase' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/websql/lib/websql/WebSQLResultSet' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/websql/lib/websql/WebSQLTransaction' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/websql/test/bigimage' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/websql/test/pouchdb-browser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/websql/test/pouchdb-node' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/websql/test/pouchdb-websql' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/websql/test/pouchdb' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/websql/test/test.all_docs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/websql/test/test.attachments' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/websql/test/test.basics' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/websql/test/test.bulk_docs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/websql/test/test.changes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/websql/test/test.compaction' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/websql/test/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/websql/test/test.main' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/websql/test/test.mapreduce' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/websql/test/test.replication' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/websql/test/test.utils' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/whatwg-encoding/lib/whatwg-encoding' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/whatwg-fetch/fetch' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/whatwg-url/lib/public-api' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/whatwg-url/lib/URL-impl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/whatwg-url/lib/url-state-machine' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/whatwg-url/lib/URL' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/whatwg-url/lib/utils' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/whatwg-url/node_modules/webidl-conversions/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/which-module/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/which/which' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/wide-align/align' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/win-release/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/winchan/complex_example/jquery' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/winchan/example/jquery' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/winchan/scenario/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/winchan/scripts/run_example' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/winchan/test/cases/basic/run' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/winchan/test/cases/close-from-inside/run' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/winchan/test/cases/close-without-message/run' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/winchan/test/cases/multiple-frame/run' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/winchan/test/cases/nav-away/run' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/winchan/test/cases/origin/run' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/winchan/test/cases/use-existing-popup/run' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/winchan/test/qunit/jquery' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/winchan/test/qunit/qunit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/winchan/test/stress/jquery' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/winchan/winchan' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/window-size/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/wordwrap/example/center' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/wordwrap/example/meat' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/wordwrap/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/wordwrap/test/break' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/wordwrap/test/wrap' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/worker-farm/examples/basic/child' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/worker-farm/examples/basic/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/worker-farm/examples/pi/calc' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/worker-farm/examples/pi/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/worker-farm/lib/child/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/worker-farm/lib/farm' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/worker-farm/lib/fork' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/worker-farm/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/worker-farm/tests/child' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/worker-farm/tests/debug' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/worker-farm/tests/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/wrap-ansi/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/wrappy/wrappy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/write-file-atomic/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ws/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ws/lib/BufferPool' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ws/lib/BufferUtil.fallback' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ws/lib/BufferUtil' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ws/lib/ErrorCodes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ws/lib/Extensions' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ws/lib/PerMessageDeflate' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ws/lib/Receiver.hixie' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ws/lib/Receiver' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ws/lib/Sender.hixie' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ws/lib/Sender' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ws/lib/Validation.fallback' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ws/lib/Validation' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ws/lib/WebSocket' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ws/lib/WebSocketServer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xcode/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xcode/lib/parseJob' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xcode/lib/parser/pbxproj' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xcode/lib/pbxFile' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xcode/lib/pbxProject' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xcode/lib/pbxWriter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xcode/node_modules/uuid/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xcode/node_modules/uuid/lib/bytesToUuid' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xcode/node_modules/uuid/lib/rng-browser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xcode/node_modules/uuid/lib/rng' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xcode/node_modules/uuid/test/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xcode/node_modules/uuid/v1' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xcode/node_modules/uuid/v4' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/__integration_tests__/Api-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/__integration_tests__/Ngrok-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/__integration_tests__/Simulator-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/__integration_tests__/Template-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/__integration_tests__/UserManager-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/__tests__/Exp-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/__tests__/project/ProjectUtils-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/__tests__/tools/FsCache-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/__tests__/Versions-test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/Analytics' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/Android' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/Api' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/ApiV2' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/Binaries' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/Config' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/Credentials' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/detach/AndroidShellApp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/detach/Detach' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/detach/ExponentTools' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/detach/IosAssetArchive' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/detach/IosIcons' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/detach/IosLaunchScreen' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/detach/IosNSBundle' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/detach/IosPlist' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/detach/IosPodsTools' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/detach/IosShellApp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/detach/IosWorkspace' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/detach/StandaloneContext' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/Diagnostics' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/Env' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/ErrorCode' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/Exp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/Extract' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/FileSystem' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/Intercom' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/ip' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/Logger' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/logs/PackagerLogsStream' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/MessageCode' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/NotificationCode' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/Project' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/project/Convert' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/project/Doctor' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/project/ExpSchema' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/project/ProjectUtils' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/project/templates/babelrc' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/project/templates/exp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/ProjectSettings' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/Sentry' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/Session' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/Simulator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/state/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/state/reducers/notifications' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/state/reducers/projects' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/state/store' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/state/XDLProvider' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/tools/EnvironmentHelper' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/tools/FormData' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/tools/FsCache' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/tools/UpdateVersions' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/UrlUtils' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/User' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/UserSettings' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/Utils' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/Versions' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/Watchman' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/xdl' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/XDLError' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/base64-js/base64js.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/base64-js/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/base64-js/test/big-data' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/base64-js/test/convert' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/base64-js/test/url-safe' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/browser/bluebird.core' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/browser/bluebird.core.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/browser/bluebird' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/browser/bluebird.min' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/any' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/assert' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/async' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/bind' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/bluebird' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/call_get' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/cancel' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/catch_filter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/context' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/debuggability' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/direct_resolve' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/each' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/errors' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/es5' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/filter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/finally' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/generators' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/join' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/map' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/method' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/nodeback' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/nodeify' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/promise_array' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/promise' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/promisify' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/props' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/queue' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/race' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/reduce' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/schedule' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/settle' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/some' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/synchronous_inspection' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/thenables' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/timers' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/using' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/util' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/copy-sync/copy-file-sync' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/copy-sync/copy-sync' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/copy-sync/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/copy/copy' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/copy/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/copy/ncp' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/empty/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/ensure/file' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/ensure/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/ensure/link' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/ensure/symlink-paths' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/ensure/symlink-type' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/ensure/symlink' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/fs/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/json/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/json/jsonfile' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/json/output-json-sync' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/json/output-json' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/mkdirs/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/mkdirs/mkdirs-sync' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/mkdirs/mkdirs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/mkdirs/win32' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/move-sync/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/move/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/output/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/path-exists/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/remove/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/remove/rimraf' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/util/assign' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/util/buffer' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/util/utimes' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/node_modules/jsonfile/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/opn/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/plist/dist/plist-build' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/plist/dist/plist-parse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/plist/dist/plist' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/plist/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/plist/lib/build' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/plist/lib/parse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/tar/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/tar/lib/create' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/tar/lib/extract' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/tar/lib/header' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/tar/lib/high-level-opt' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/tar/lib/large-numbers' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/tar/lib/list' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/tar/lib/mkdir' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/tar/lib/pack' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/tar/lib/parse' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/tar/lib/pax' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/tar/lib/read-entry' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/tar/lib/replace' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/tar/lib/types' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/tar/lib/unpack' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/tar/lib/update' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/tar/lib/warn-mixin' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/tar/lib/winchars' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/tar/lib/write-entry' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/yallist/iterator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/yallist/yallist' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xml-name-validator/lib/generated-parser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xml-name-validator/lib/xml-name-validator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xmlbuilder/lib/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xmlbuilder/lib/Utility' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xmlbuilder/lib/XMLAttribute' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xmlbuilder/lib/XMLCData' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xmlbuilder/lib/XMLComment' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xmlbuilder/lib/XMLDeclaration' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xmlbuilder/lib/XMLDocType' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xmlbuilder/lib/XMLDocument' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xmlbuilder/lib/XMLDocumentCB' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xmlbuilder/lib/XMLDTDAttList' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xmlbuilder/lib/XMLDTDElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xmlbuilder/lib/XMLDTDEntity' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xmlbuilder/lib/XMLDTDNotation' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xmlbuilder/lib/XMLElement' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xmlbuilder/lib/XMLNode' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xmlbuilder/lib/XMLProcessingInstruction' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xmlbuilder/lib/XMLRaw' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xmlbuilder/lib/XMLStreamWriter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xmlbuilder/lib/XMLStringifier' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xmlbuilder/lib/XMLStringWriter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xmlbuilder/lib/XMLText' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xmlbuilder/lib/XMLWriterBase' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xmldoc/examples/example' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xmldoc/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xmldoc/lib/xmldoc' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xmldom/__package__' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xmldom/dom-parser' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xmldom/dom' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xmldom/sax' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xpipe/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xregexp/tests/node-qunit' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xregexp/tests/tests' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xregexp/xregexp-all' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xtend/immutable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xtend/mutable' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xtend/test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/y18n/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/yallist/iterator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/yallist/yallist' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/yargs-parser/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/yargs-parser/lib/tokenize-arg-string' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/yargs/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/yargs/lib/apply-extends' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/yargs/lib/argsert' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/yargs/lib/command' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/yargs/lib/completion' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/yargs/lib/levenshtein' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/yargs/lib/obj-filter' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/yargs/lib/usage' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/yargs/lib/validation' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/yargs/lib/yerror' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/yargs/node_modules/ansi-regex/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/yargs/node_modules/is-fullwidth-code-point/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/yargs/node_modules/string-width/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/yargs/node_modules/strip-ansi/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/yargs/yargs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/node_modules/yesno/yesno' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/NavigationPlayground/rn-cli.config' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/ReduxExample/App' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/ReduxExample/App.test' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/ReduxExample/rn-cli.config' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/ReduxExample/src/components/AuthButton' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/ReduxExample/src/components/LoginScreen' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/ReduxExample/src/components/LoginStatusMessage' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/ReduxExample/src/components/MainScreen' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/ReduxExample/src/components/ProfileScreen' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/ReduxExample/src/navigators/AppNavigator' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/ReduxExample/src/reducers/index' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/SafeAreaExample/App' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/SafeAreaExample/rn-cli.config' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/SafeAreaExample/screens/createDumbStack' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/SafeAreaExample/screens/createDumbTabs' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/SafeAreaExample/screens/DrawerScreen' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/SafeAreaExample/screens/DumbStack' { + declare module.exports: any; +} + +declare module 'react-navigation/examples/SafeAreaExample/screens/TabsScreen' { + declare module.exports: any; +} + +declare module 'react-navigation/jest-setup' { + declare module.exports: any; +} + +declare module 'react-navigation/lib-rn/addNavigationHelpers' { + declare module.exports: any; +} + +declare module 'react-navigation/lib-rn/createNavigationContainer' { + declare module.exports: any; +} + +declare module 'react-navigation/lib-rn/NavigationActions' { + declare module.exports: any; +} + +declare module 'react-navigation/lib-rn/navigators/createNavigator' { + declare module.exports: any; +} + +declare module 'react-navigation/lib-rn/navigators/DrawerNavigator' { + declare module.exports: any; +} + +declare module 'react-navigation/lib-rn/navigators/NavigatorTypes' { + declare module.exports: any; +} + +declare module 'react-navigation/lib-rn/navigators/StackNavigator' { + declare module.exports: any; +} + +declare module 'react-navigation/lib-rn/navigators/TabNavigator' { + declare module.exports: any; +} + +declare module 'react-navigation/lib-rn/PlatformHelpers.native' { + declare module.exports: any; +} + +declare module 'react-navigation/lib-rn/PlatformHelpers.web' { + declare module.exports: any; +} + +declare module 'react-navigation/lib-rn/react-navigation' { + declare module.exports: any; +} + +declare module 'react-navigation/lib-rn/react-navigation.web' { + declare module.exports: any; +} + +declare module 'react-navigation/lib-rn/routers/createConfigGetter' { + declare module.exports: any; +} + +declare module 'react-navigation/lib-rn/routers/getScreenConfigDeprecated' { + declare module.exports: any; +} + +declare module 'react-navigation/lib-rn/routers/getScreenForRouteName' { + declare module.exports: any; +} + +declare module 'react-navigation/lib-rn/routers/StackRouter' { + declare module.exports: any; +} + +declare module 'react-navigation/lib-rn/routers/TabRouter' { + declare module.exports: any; +} + +declare module 'react-navigation/lib-rn/routers/validateRouteConfigMap' { + declare module.exports: any; +} + +declare module 'react-navigation/lib-rn/routers/validateScreenOptions' { + declare module.exports: any; +} + +declare module 'react-navigation/lib-rn/StateUtils' { + declare module.exports: any; +} + +declare module 'react-navigation/lib-rn/TypeDefinition' { + declare module.exports: any; +} + +declare module 'react-navigation/lib-rn/utils/getSceneIndicesForInterpolationInputRange' { + declare module.exports: any; +} + +declare module 'react-navigation/lib-rn/utils/invariant' { + declare module.exports: any; +} + +declare module 'react-navigation/lib-rn/utils/ReactNativeFeatures' { + declare module.exports: any; +} + +declare module 'react-navigation/lib-rn/utils/shallowEqual' { + declare module.exports: any; +} + +declare module 'react-navigation/lib-rn/views/AnimatedValueSubscription' { + declare module.exports: any; +} + +declare module 'react-navigation/lib-rn/views/CardStack/Card' { + declare module.exports: any; +} + +declare module 'react-navigation/lib-rn/views/CardStack/CardStack' { + declare module.exports: any; +} + +declare module 'react-navigation/lib-rn/views/CardStack/CardStackStyleInterpolator' { + declare module.exports: any; +} + +declare module 'react-navigation/lib-rn/views/CardStack/CardStackTransitioner' { + declare module.exports: any; +} + +declare module 'react-navigation/lib-rn/views/CardStack/PointerEventsContainer' { + declare module.exports: any; +} + +declare module 'react-navigation/lib-rn/views/CardStack/TransitionConfigs' { + declare module.exports: any; +} + +declare module 'react-navigation/lib-rn/views/Drawer/DrawerNavigatorItems' { + declare module.exports: any; +} + +declare module 'react-navigation/lib-rn/views/Drawer/DrawerScreen' { + declare module.exports: any; +} + +declare module 'react-navigation/lib-rn/views/Drawer/DrawerSidebar' { + declare module.exports: any; +} + +declare module 'react-navigation/lib-rn/views/Drawer/DrawerView' { + declare module.exports: any; +} + +declare module 'react-navigation/lib-rn/views/Header/Header' { + declare module.exports: any; +} + +declare module 'react-navigation/lib-rn/views/Header/HeaderBackButton' { + declare module.exports: any; +} + +declare module 'react-navigation/lib-rn/views/Header/HeaderStyleInterpolator' { + declare module.exports: any; +} + +declare module 'react-navigation/lib-rn/views/Header/HeaderTitle' { + declare module.exports: any; +} + +declare module 'react-navigation/lib-rn/views/SafeAreaView' { + declare module.exports: any; +} + +declare module 'react-navigation/lib-rn/views/ScenesReducer' { + declare module.exports: any; +} + +declare module 'react-navigation/lib-rn/views/SceneView' { + declare module.exports: any; +} + +declare module 'react-navigation/lib-rn/views/TabView/TabBarBottom' { + declare module.exports: any; +} + +declare module 'react-navigation/lib-rn/views/TabView/TabBarIcon' { + declare module.exports: any; +} + +declare module 'react-navigation/lib-rn/views/TabView/TabBarTop' { + declare module.exports: any; +} + +declare module 'react-navigation/lib-rn/views/TabView/TabView' { + declare module.exports: any; +} + +declare module 'react-navigation/lib-rn/views/TouchableItem' { + declare module.exports: any; +} + +declare module 'react-navigation/lib-rn/views/Transitioner' { + declare module.exports: any; +} + +declare module 'react-navigation/lib-rn/views/withNavigation' { + declare module.exports: any; +} + +declare module 'react-navigation/lib-rn/views/withOrientation' { + declare module.exports: any; +} + +declare module 'react-navigation/lib-rn/withCachedChildNavigation' { + declare module.exports: any; +} + +declare module 'react-navigation/lib/addNavigationHelpers' { + declare module.exports: any; +} + +declare module 'react-navigation/lib/createNavigationContainer' { + declare module.exports: any; +} + +declare module 'react-navigation/lib/NavigationActions' { + declare module.exports: any; +} + +declare module 'react-navigation/lib/navigators/createNavigator' { + declare module.exports: any; +} + +declare module 'react-navigation/lib/navigators/DrawerNavigator' { + declare module.exports: any; +} + +declare module 'react-navigation/lib/navigators/NavigatorTypes' { + declare module.exports: any; +} + +declare module 'react-navigation/lib/navigators/StackNavigator' { + declare module.exports: any; +} + +declare module 'react-navigation/lib/navigators/TabNavigator' { + declare module.exports: any; +} + +declare module 'react-navigation/lib/PlatformHelpers.native' { + declare module.exports: any; +} + +declare module 'react-navigation/lib/PlatformHelpers.web' { + declare module.exports: any; +} + +declare module 'react-navigation/lib/react-navigation' { + declare module.exports: any; +} + +declare module 'react-navigation/lib/react-navigation.web' { + declare module.exports: any; +} + +declare module 'react-navigation/lib/routers/createConfigGetter' { + declare module.exports: any; +} + +declare module 'react-navigation/lib/routers/getScreenConfigDeprecated' { + declare module.exports: any; +} + +declare module 'react-navigation/lib/routers/getScreenForRouteName' { + declare module.exports: any; +} + +declare module 'react-navigation/lib/routers/StackRouter' { + declare module.exports: any; +} + +declare module 'react-navigation/lib/routers/TabRouter' { + declare module.exports: any; +} + +declare module 'react-navigation/lib/routers/validateRouteConfigMap' { + declare module.exports: any; +} + +declare module 'react-navigation/lib/routers/validateScreenOptions' { + declare module.exports: any; +} + +declare module 'react-navigation/lib/StateUtils' { + declare module.exports: any; +} + +declare module 'react-navigation/lib/TypeDefinition' { + declare module.exports: any; +} + +declare module 'react-navigation/lib/utils/getSceneIndicesForInterpolationInputRange' { + declare module.exports: any; +} + +declare module 'react-navigation/lib/utils/invariant' { + declare module.exports: any; +} + +declare module 'react-navigation/lib/utils/ReactNativeFeatures' { + declare module.exports: any; +} + +declare module 'react-navigation/lib/utils/shallowEqual' { + declare module.exports: any; +} + +declare module 'react-navigation/lib/views/AnimatedValueSubscription' { + declare module.exports: any; +} + +declare module 'react-navigation/lib/views/CardStack/Card' { + declare module.exports: any; +} + +declare module 'react-navigation/lib/views/CardStack/CardStack' { + declare module.exports: any; +} + +declare module 'react-navigation/lib/views/CardStack/CardStackStyleInterpolator' { + declare module.exports: any; +} + +declare module 'react-navigation/lib/views/CardStack/CardStackTransitioner' { + declare module.exports: any; +} + +declare module 'react-navigation/lib/views/CardStack/PointerEventsContainer' { + declare module.exports: any; +} + +declare module 'react-navigation/lib/views/CardStack/TransitionConfigs' { + declare module.exports: any; +} + +declare module 'react-navigation/lib/views/Drawer/DrawerNavigatorItems' { + declare module.exports: any; +} + +declare module 'react-navigation/lib/views/Drawer/DrawerScreen' { + declare module.exports: any; +} + +declare module 'react-navigation/lib/views/Drawer/DrawerSidebar' { + declare module.exports: any; +} + +declare module 'react-navigation/lib/views/Drawer/DrawerView' { + declare module.exports: any; +} + +declare module 'react-navigation/lib/views/Header/Header' { + declare module.exports: any; +} + +declare module 'react-navigation/lib/views/Header/HeaderBackButton' { + declare module.exports: any; +} + +declare module 'react-navigation/lib/views/Header/HeaderStyleInterpolator' { + declare module.exports: any; +} + +declare module 'react-navigation/lib/views/Header/HeaderTitle' { + declare module.exports: any; +} + +declare module 'react-navigation/lib/views/SafeAreaView' { + declare module.exports: any; +} + +declare module 'react-navigation/lib/views/ScenesReducer' { + declare module.exports: any; +} + +declare module 'react-navigation/lib/views/SceneView' { + declare module.exports: any; +} + +declare module 'react-navigation/lib/views/TabView/TabBarBottom' { + declare module.exports: any; +} + +declare module 'react-navigation/lib/views/TabView/TabBarIcon' { + declare module.exports: any; +} + +declare module 'react-navigation/lib/views/TabView/TabBarTop' { + declare module.exports: any; +} + +declare module 'react-navigation/lib/views/TabView/TabView' { + declare module.exports: any; +} + +declare module 'react-navigation/lib/views/TouchableItem' { + declare module.exports: any; +} + +declare module 'react-navigation/lib/views/Transitioner' { + declare module.exports: any; +} + +declare module 'react-navigation/lib/views/withNavigation' { + declare module.exports: any; +} + +declare module 'react-navigation/lib/views/withOrientation' { + declare module.exports: any; +} + +declare module 'react-navigation/lib/withCachedChildNavigation' { + declare module.exports: any; +} + +declare module 'react-navigation/prettier.config' { + declare module.exports: any; +} + +declare module 'react-navigation/scripts/compile-docs' { + declare module.exports: any; +} + +declare module 'react-navigation/src/__tests__/addNavigationHelpers-test' { + declare module.exports: any; +} + +declare module 'react-navigation/src/__tests__/NavigationActions-test' { + declare module.exports: any; +} + +declare module 'react-navigation/src/__tests__/NavigationContainer-test' { + declare module.exports: any; +} + +declare module 'react-navigation/src/__tests__/NavigationStateUtils-test' { + declare module.exports: any; +} + +declare module 'react-navigation/src/addNavigationHelpers' { + declare module.exports: any; +} + +declare module 'react-navigation/src/createNavigationContainer' { + declare module.exports: any; +} + +declare module 'react-navigation/src/getChildEventSubscriber' { + declare module.exports: any; +} + +declare module 'react-navigation/src/NavigationActions' { + declare module.exports: any; +} + +declare module 'react-navigation/src/navigators/__tests__/DrawerNavigator-test' { + declare module.exports: any; +} + +declare module 'react-navigation/src/navigators/__tests__/StackNavigator-test' { + declare module.exports: any; +} + +declare module 'react-navigation/src/navigators/__tests__/TabNavigator-test' { + declare module.exports: any; +} + +declare module 'react-navigation/src/navigators/createNavigator' { + declare module.exports: any; +} + +declare module 'react-navigation/src/navigators/DrawerNavigator' { + declare module.exports: any; +} + +declare module 'react-navigation/src/navigators/NavigatorTypes' { + declare module.exports: any; +} + +declare module 'react-navigation/src/navigators/StackNavigator' { + declare module.exports: any; +} + +declare module 'react-navigation/src/navigators/TabNavigator' { + declare module.exports: any; +} + +declare module 'react-navigation/src/PlatformHelpers.native' { + declare module.exports: any; +} + +declare module 'react-navigation/src/PlatformHelpers.web' { + declare module.exports: any; +} + +declare module 'react-navigation/src/react-navigation' { + declare module.exports: any; +} + +declare module 'react-navigation/src/react-navigation.web' { + declare module.exports: any; +} + +declare module 'react-navigation/src/routers/__tests__/createConfigGetter-test' { + declare module.exports: any; +} + +declare module 'react-navigation/src/routers/__tests__/Routers-test' { + declare module.exports: any; +} + +declare module 'react-navigation/src/routers/__tests__/StackRouter-test' { + declare module.exports: any; +} + +declare module 'react-navigation/src/routers/__tests__/TabRouter-test' { + declare module.exports: any; +} + +declare module 'react-navigation/src/routers/__tests__/validateRouteConfigMap-test' { + declare module.exports: any; +} + +declare module 'react-navigation/src/routers/createConfigGetter' { + declare module.exports: any; +} + +declare module 'react-navigation/src/routers/getScreenConfigDeprecated' { + declare module.exports: any; +} + +declare module 'react-navigation/src/routers/getScreenForRouteName' { + declare module.exports: any; +} + +declare module 'react-navigation/src/routers/StackRouter' { + declare module.exports: any; +} + +declare module 'react-navigation/src/routers/TabRouter' { + declare module.exports: any; +} + +declare module 'react-navigation/src/routers/validateRouteConfigMap' { + declare module.exports: any; +} + +declare module 'react-navigation/src/routers/validateScreenOptions' { + declare module.exports: any; +} + +declare module 'react-navigation/src/StateUtils' { + declare module.exports: any; +} + +declare module 'react-navigation/src/utils/getSceneIndicesForInterpolationInputRange' { + declare module.exports: any; +} + +declare module 'react-navigation/src/utils/invariant' { + declare module.exports: any; +} + +declare module 'react-navigation/src/utils/ReactNativeFeatures' { + declare module.exports: any; +} + +declare module 'react-navigation/src/utils/shallowEqual' { + declare module.exports: any; +} + +declare module 'react-navigation/src/views/__tests__/NavigationScenesReducer-test' { + declare module.exports: any; +} + +declare module 'react-navigation/src/views/__tests__/TabView-test' { + declare module.exports: any; +} + +declare module 'react-navigation/src/views/__tests__/withOrientation-test' { + declare module.exports: any; +} + +declare module 'react-navigation/src/views/AnimatedValueSubscription' { + declare module.exports: any; +} + +declare module 'react-navigation/src/views/CardStack/Card' { + declare module.exports: any; +} + +declare module 'react-navigation/src/views/CardStack/CardStack' { + declare module.exports: any; +} + +declare module 'react-navigation/src/views/CardStack/CardStackStyleInterpolator' { + declare module.exports: any; +} + +declare module 'react-navigation/src/views/CardStack/CardStackTransitioner' { + declare module.exports: any; +} + +declare module 'react-navigation/src/views/CardStack/PointerEventsContainer' { + declare module.exports: any; +} + +declare module 'react-navigation/src/views/CardStack/TransitionConfigs' { + declare module.exports: any; +} + +declare module 'react-navigation/src/views/Drawer/DrawerNavigatorItems' { + declare module.exports: any; +} + +declare module 'react-navigation/src/views/Drawer/DrawerScreen' { + declare module.exports: any; +} + +declare module 'react-navigation/src/views/Drawer/DrawerSidebar' { + declare module.exports: any; +} + +declare module 'react-navigation/src/views/Drawer/DrawerView' { + declare module.exports: any; +} + +declare module 'react-navigation/src/views/Header/Header' { + declare module.exports: any; +} + +declare module 'react-navigation/src/views/Header/HeaderBackButton' { + declare module.exports: any; +} + +declare module 'react-navigation/src/views/Header/HeaderStyleInterpolator' { + declare module.exports: any; +} + +declare module 'react-navigation/src/views/Header/HeaderTitle' { + declare module.exports: any; +} + +declare module 'react-navigation/src/views/SafeAreaView' { + declare module.exports: any; +} + +declare module 'react-navigation/src/views/ScenesReducer' { + declare module.exports: any; +} + +declare module 'react-navigation/src/views/SceneView' { + declare module.exports: any; +} + +declare module 'react-navigation/src/views/TabView/TabBarBottom' { + declare module.exports: any; +} + +declare module 'react-navigation/src/views/TabView/TabBarIcon' { + declare module.exports: any; +} + +declare module 'react-navigation/src/views/TabView/TabBarTop' { + declare module.exports: any; +} + +declare module 'react-navigation/src/views/TabView/TabView' { + declare module.exports: any; +} + +declare module 'react-navigation/src/views/TouchableItem' { + declare module.exports: any; +} + +declare module 'react-navigation/src/views/Transitioner' { + declare module.exports: any; +} + +declare module 'react-navigation/src/views/withNavigation' { + declare module.exports: any; +} + +declare module 'react-navigation/src/views/withOrientation' { + declare module.exports: any; +} + +declare module 'react-navigation/src/withCachedChildNavigation' { + declare module.exports: any; +} + +declare module 'react-navigation/website/config/env' { + declare module.exports: any; +} + +declare module 'react-navigation/website/config/jest/CSSStub' { + declare module.exports: any; +} + +declare module 'react-navigation/website/config/jest/FileStub' { + declare module.exports: any; +} + +declare module 'react-navigation/website/config/paths' { + declare module.exports: any; +} + +declare module 'react-navigation/website/config/polyfills' { + declare module.exports: any; +} + +declare module 'react-navigation/website/config/webpack.config.dev' { + declare module.exports: any; +} + +declare module 'react-navigation/website/config/webpack.config.prod' { + declare module.exports: any; +} + +declare module 'react-navigation/website/scripts/build' { + declare module.exports: any; +} + +declare module 'react-navigation/website/scripts/start' { + declare module.exports: any; +} + +declare module 'react-navigation/website/scripts/test' { + declare module.exports: any; +} + +declare module 'react-navigation/website/src/App' { + declare module.exports: any; +} + +declare module 'react-navigation/website/src/App.test' { + declare module.exports: any; +} + +declare module 'react-navigation/website/src/AppFrame' { + declare module.exports: any; +} + +declare module 'react-navigation/website/src/BrowserAppContainer' { + declare module.exports: any; +} + +declare module 'react-navigation/website/src/CodeBlock' { + declare module.exports: any; +} + +declare module 'react-navigation/website/src/DocSearchBar' { + declare module.exports: any; +} + +declare module 'react-navigation/website/src/Footer' { + declare module.exports: any; +} + +declare module 'react-navigation/website/src/HomePage' { + declare module.exports: any; +} + +declare module 'react-navigation/website/src/index' { + declare module.exports: any; +} + +declare module 'react-navigation/website/src/Link' { + declare module.exports: any; +} + +declare module 'react-navigation/website/src/MDPage' { + declare module.exports: any; +} + +declare module 'react-navigation/website/src/PageWithSidebar' { + declare module.exports: any; +} + +declare module 'react-navigation/website/src/PhoneGraphic' { + declare module.exports: any; +} + +declare module 'react-navigation/website/src/Server' { + declare module.exports: any; +} + +// Filename aliases +declare module 'react-navigation/coverage/lcov-report/prettify.js' { + declare module.exports: $Exports<'react-navigation/coverage/lcov-report/prettify'>; +} +declare module 'react-navigation/coverage/lcov-report/sorter.js' { + declare module.exports: $Exports<'react-navigation/coverage/lcov-report/sorter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/App.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/App'>; +} +declare module 'react-navigation/examples/NavigationPlayground/App.test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/App.test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/flow-typed/npm/babel-jest_vx.x.x.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/flow-typed/npm/babel-jest_vx.x.x'>; +} +declare module 'react-navigation/examples/NavigationPlayground/flow-typed/npm/expo_vx.x.x.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/flow-typed/npm/expo_vx.x.x'>; +} +declare module 'react-navigation/examples/NavigationPlayground/flow-typed/npm/flow-bin_v0.x.x.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/flow-typed/npm/flow-bin_v0.x.x'>; +} +declare module 'react-navigation/examples/NavigationPlayground/flow-typed/npm/jest_v21.x.x.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/flow-typed/npm/jest_v21.x.x'>; +} +declare module 'react-navigation/examples/NavigationPlayground/flow-typed/npm/jest_vx.x.x.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/flow-typed/npm/jest_vx.x.x'>; +} +declare module 'react-navigation/examples/NavigationPlayground/flow-typed/npm/jest-expo_vx.x.x.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/flow-typed/npm/jest-expo_vx.x.x'>; +} +declare module 'react-navigation/examples/NavigationPlayground/flow-typed/npm/react-addons-test-utils_vx.x.x.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/flow-typed/npm/react-addons-test-utils_vx.x.x'>; +} +declare module 'react-navigation/examples/NavigationPlayground/flow-typed/npm/react-native_vx.x.x.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/flow-typed/npm/react-native_vx.x.x'>; +} +declare module 'react-navigation/examples/NavigationPlayground/flow-typed/npm/react-native-scripts_vx.x.x.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/flow-typed/npm/react-native-scripts_vx.x.x'>; +} +declare module 'react-navigation/examples/NavigationPlayground/flow-typed/npm/react-test-renderer_v16.x.x.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/flow-typed/npm/react-test-renderer_v16.x.x'>; +} +declare module 'react-navigation/examples/NavigationPlayground/flow-typed/npm/react-test-renderer_vx.x.x.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/flow-typed/npm/react-test-renderer_vx.x.x'>; +} +declare module 'react-navigation/examples/NavigationPlayground/js/App.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/js/App'>; +} +declare module 'react-navigation/examples/NavigationPlayground/js/Banner.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/js/Banner'>; +} +declare module 'react-navigation/examples/NavigationPlayground/js/CustomTabs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/js/CustomTabs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/js/CustomTransitioner.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/js/CustomTransitioner'>; +} +declare module 'react-navigation/examples/NavigationPlayground/js/Drawer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/js/Drawer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/js/ModalStack.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/js/ModalStack'>; +} +declare module 'react-navigation/examples/NavigationPlayground/js/MultipleDrawer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/js/MultipleDrawer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/js/SampleText.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/js/SampleText'>; +} +declare module 'react-navigation/examples/NavigationPlayground/js/SimpleStack.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/js/SimpleStack'>; +} +declare module 'react-navigation/examples/NavigationPlayground/js/SimpleTabs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/js/SimpleTabs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/js/StacksInTabs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/js/StacksInTabs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/js/StacksOverTabs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/js/StacksOverTabs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/js/TabAnimations.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/js/TabAnimations'>; +} +declare module 'react-navigation/examples/NavigationPlayground/js/TabsInDrawer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/js/TabsInDrawer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/bunyan/lib/bunyan.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/@expo/bunyan/lib/bunyan'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/json-file/__tests__/JsonFile-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/@expo/json-file/__tests__/JsonFile-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/json-file/__tests__/JsonFileError-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/@expo/json-file/__tests__/JsonFileError-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/json-file/JsonFile.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/@expo/json-file/JsonFile'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/json-file/JsonFileError.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/@expo/json-file/JsonFileError'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/osascript/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/@expo/osascript/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/osascript/src/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/@expo/osascript/src/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/schemer/build/Error.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/@expo/schemer/build/Error'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/schemer/build/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/@expo/schemer/build/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/schemer/build/Util.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/@expo/schemer/build/Util'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/schemer/node_modules/file-type/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/@expo/schemer/node_modules/file-type/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/schemer/node_modules/instapromise/build/instapromise.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/@expo/schemer/node_modules/instapromise/build/instapromise'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/schemer/node_modules/instapromise/build/promisify.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/@expo/schemer/node_modules/instapromise/build/promisify'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/spawn-async/build/spawnAsync.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/@expo/spawn-async/build/spawnAsync'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/createIconSet.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/createIconSet'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/createIconSetFromFontello.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/createIconSetFromFontello'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/createIconSetFromIcoMoon.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/createIconSetFromIcoMoon'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/Entypo.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/Entypo'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/EvilIcons.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/EvilIcons'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/Feather.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/Feather'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/FontAwesome.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/FontAwesome'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/Foundation.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/Foundation'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/iconFontSources.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/iconFontSources'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/Ionicons.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/Ionicons'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/MaterialCommunityIcons.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/MaterialCommunityIcons'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/MaterialIcons.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/MaterialIcons'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/Octicons.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/Octicons'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/SimpleLineIcons.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/SimpleLineIcons'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/vendor/react-native-vector-icons/Entypo.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/vendor/react-native-vector-icons/Entypo'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/vendor/react-native-vector-icons/EvilIcons.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/vendor/react-native-vector-icons/EvilIcons'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/vendor/react-native-vector-icons/Feather.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/vendor/react-native-vector-icons/Feather'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/vendor/react-native-vector-icons/FontAwesome.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/vendor/react-native-vector-icons/FontAwesome'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/vendor/react-native-vector-icons/Foundation.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/vendor/react-native-vector-icons/Foundation'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/vendor/react-native-vector-icons/generate-icon.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/vendor/react-native-vector-icons/generate-icon'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/vendor/react-native-vector-icons/generate-material-icons.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/vendor/react-native-vector-icons/generate-material-icons'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/vendor/react-native-vector-icons/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/vendor/react-native-vector-icons/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/vendor/react-native-vector-icons/Ionicons.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/vendor/react-native-vector-icons/Ionicons'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/vendor/react-native-vector-icons/lib/create-icon-set-from-fontello.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/vendor/react-native-vector-icons/lib/create-icon-set-from-fontello'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/vendor/react-native-vector-icons/lib/create-icon-set-from-icomoon.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/vendor/react-native-vector-icons/lib/create-icon-set-from-icomoon'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/vendor/react-native-vector-icons/lib/create-icon-set.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/vendor/react-native-vector-icons/lib/create-icon-set'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/vendor/react-native-vector-icons/lib/generate-icon-set-from-css.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/vendor/react-native-vector-icons/lib/generate-icon-set-from-css'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/vendor/react-native-vector-icons/lib/icon-button.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/vendor/react-native-vector-icons/lib/icon-button'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/vendor/react-native-vector-icons/lib/react-native.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/vendor/react-native-vector-icons/lib/react-native'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/vendor/react-native-vector-icons/lib/react-native.osx.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/vendor/react-native-vector-icons/lib/react-native.osx'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/vendor/react-native-vector-icons/lib/tab-bar-item-ios.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/vendor/react-native-vector-icons/lib/tab-bar-item-ios'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/vendor/react-native-vector-icons/lib/toolbar-android.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/vendor/react-native-vector-icons/lib/toolbar-android'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/vendor/react-native-vector-icons/MaterialCommunityIcons.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/vendor/react-native-vector-icons/MaterialCommunityIcons'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/vendor/react-native-vector-icons/MaterialIcons.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/vendor/react-native-vector-icons/MaterialIcons'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/vendor/react-native-vector-icons/Octicons.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/vendor/react-native-vector-icons/Octicons'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/vendor/react-native-vector-icons/RNIMigration.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/vendor/react-native-vector-icons/RNIMigration'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/vendor/react-native-vector-icons/SimpleLineIcons.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/vendor/react-native-vector-icons/SimpleLineIcons'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/vendor/react-native-vector-icons/Zocial.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/vendor/react-native-vector-icons/Zocial'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/website/err-if-inside-universe.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/website/err-if-inside-universe'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/website/src/App.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/website/src/App'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/website/src/Icon.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/website/src/Icon'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/website/src/IconConstants.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/website/src/IconConstants'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/website/src/IconList.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/website/src/IconList'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/website/src/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/website/src/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/Zocial.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/@expo/vector-icons/Zocial'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@segment/loosely-validate-event/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/@segment/loosely-validate-event/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/@segment/loosely-validate-event/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/@segment/loosely-validate-event/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/abab/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/abab/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/abab/lib/atob.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/abab/lib/atob'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/abab/lib/btoa.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/abab/lib/btoa'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/abbrev/abbrev.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/abbrev/abbrev'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/absolute-path/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/absolute-path/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/absolute-path/test/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/absolute-path/test/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/accepts/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/accepts/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/acorn-globals/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/acorn-globals/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/acorn/dist/acorn_loose.es.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/acorn/dist/acorn_loose.es'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/acorn/dist/acorn_loose.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/acorn/dist/acorn_loose'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/acorn/dist/acorn.es.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/acorn/dist/acorn.es'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/acorn/dist/acorn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/acorn/dist/acorn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/acorn/dist/walk.es.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/acorn/dist/walk.es'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/acorn/dist/walk.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/acorn/dist/walk'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/acorn/src/bin/acorn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/acorn/src/bin/acorn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/acorn/src/expression.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/acorn/src/expression'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/acorn/src/identifier.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/acorn/src/identifier'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/acorn/src/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/acorn/src/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/acorn/src/location.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/acorn/src/location'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/acorn/src/locutil.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/acorn/src/locutil'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/acorn/src/loose/expression.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/acorn/src/loose/expression'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/acorn/src/loose/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/acorn/src/loose/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/acorn/src/loose/parseutil.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/acorn/src/loose/parseutil'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/acorn/src/loose/state.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/acorn/src/loose/state'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/acorn/src/loose/statement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/acorn/src/loose/statement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/acorn/src/loose/tokenize.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/acorn/src/loose/tokenize'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/acorn/src/lval.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/acorn/src/lval'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/acorn/src/node.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/acorn/src/node'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/acorn/src/options.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/acorn/src/options'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/acorn/src/parseutil.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/acorn/src/parseutil'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/acorn/src/state.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/acorn/src/state'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/acorn/src/statement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/acorn/src/statement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/acorn/src/tokencontext.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/acorn/src/tokencontext'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/acorn/src/tokenize.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/acorn/src/tokenize'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/acorn/src/tokentype.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/acorn/src/tokentype'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/acorn/src/util.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/acorn/src/util'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/acorn/src/walk/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/acorn/src/walk/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/acorn/src/whitespace.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/acorn/src/whitespace'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/agent-base/agent.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/agent-base/agent'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/agent-base/node_modules/semver/semver.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/agent-base/node_modules/semver/semver'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/agent-base/node_modules/semver/test/big-numbers.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/agent-base/node_modules/semver/test/big-numbers'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/agent-base/node_modules/semver/test/clean.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/agent-base/node_modules/semver/test/clean'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/agent-base/node_modules/semver/test/gtr.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/agent-base/node_modules/semver/test/gtr'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/agent-base/node_modules/semver/test/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/agent-base/node_modules/semver/test/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/agent-base/node_modules/semver/test/ltr.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/agent-base/node_modules/semver/test/ltr'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/agent-base/node_modules/semver/test/major-minor-patch.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/agent-base/node_modules/semver/test/major-minor-patch'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/agent-base/patch-core.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/agent-base/patch-core'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/agent-base/test/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/agent-base/test/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/dist/ajv.bundle.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ajv/dist/ajv.bundle'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/dist/ajv.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ajv/dist/ajv.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/dist/nodent.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ajv/dist/nodent.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/dist/regenerator.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ajv/dist/regenerator.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/$data.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/$data'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/ajv.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/ajv'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/cache.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/cache'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/compile/_rules.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/compile/_rules'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/compile/async.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/compile/async'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/compile/equal.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/compile/equal'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/compile/error_classes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/compile/error_classes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/compile/formats.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/compile/formats'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/compile/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/compile/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/compile/resolve.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/compile/resolve'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/compile/rules.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/compile/rules'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/compile/schema_obj.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/compile/schema_obj'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/compile/ucs2length.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/compile/ucs2length'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/compile/util.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/compile/util'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/dotjs/_limit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/dotjs/_limit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/dotjs/_limitItems.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/dotjs/_limitItems'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/dotjs/_limitLength.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/dotjs/_limitLength'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/dotjs/_limitProperties.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/dotjs/_limitProperties'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/dotjs/allOf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/dotjs/allOf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/dotjs/anyOf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/dotjs/anyOf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/dotjs/const.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/dotjs/const'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/dotjs/contains.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/dotjs/contains'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/dotjs/custom.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/dotjs/custom'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/dotjs/dependencies.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/dotjs/dependencies'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/dotjs/enum.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/dotjs/enum'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/dotjs/format.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/dotjs/format'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/dotjs/items.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/dotjs/items'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/dotjs/multipleOf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/dotjs/multipleOf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/dotjs/not.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/dotjs/not'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/dotjs/oneOf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/dotjs/oneOf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/dotjs/pattern.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/dotjs/pattern'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/dotjs/properties.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/dotjs/properties'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/dotjs/propertyNames.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/dotjs/propertyNames'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/dotjs/ref.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/dotjs/ref'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/dotjs/required.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/dotjs/required'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/dotjs/uniqueItems.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/dotjs/uniqueItems'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/dotjs/validate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/dotjs/validate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/keyword.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/keyword'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/patternGroups.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ajv/lib/patternGroups'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/scripts/bundle.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ajv/scripts/bundle'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ajv/scripts/compile-dots.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ajv/scripts/compile-dots'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/align-text/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/align-text/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/amdefine/amdefine.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/amdefine/amdefine'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/amdefine/intercept.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/amdefine/intercept'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/analytics-node/analytics-node.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/analytics-node/analytics-node'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/analytics-node/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/analytics-node/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/analytics-node/test/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/analytics-node/test/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/analytics-node/test/server.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/analytics-node/test/server'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ansi-escapes/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ansi-escapes/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ansi-gray/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ansi-gray/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ansi-regex/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ansi-regex/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ansi-styles/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ansi-styles/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ansi-wrap/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ansi-wrap/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ansi/examples/beep/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ansi/examples/beep/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ansi/examples/clear/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ansi/examples/clear/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ansi/examples/cursorPosition.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ansi/examples/cursorPosition'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ansi/examples/progress/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ansi/examples/progress/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ansi/lib/ansi.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ansi/lib/ansi'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ansi/lib/newlines.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ansi/lib/newlines'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/any-promise/implementation.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/any-promise/implementation'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/any-promise/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/any-promise/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/any-promise/loader.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/any-promise/loader'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/any-promise/optional.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/any-promise/optional'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/any-promise/register-shim.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/any-promise/register-shim'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/any-promise/register.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/any-promise/register'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/any-promise/register/bluebird.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/any-promise/register/bluebird'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/any-promise/register/es6-promise.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/any-promise/register/es6-promise'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/any-promise/register/lie.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/any-promise/register/lie'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/any-promise/register/native-promise-only.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/any-promise/register/native-promise-only'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/any-promise/register/pinkie.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/any-promise/register/pinkie'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/any-promise/register/promise.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/any-promise/register/promise'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/any-promise/register/q.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/any-promise/register/q'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/any-promise/register/rsvp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/any-promise/register/rsvp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/any-promise/register/vow.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/any-promise/register/vow'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/any-promise/register/when.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/any-promise/register/when'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/anymatch/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/anymatch/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/append-transform/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/append-transform/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/aproba/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/aproba/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/are-we-there-yet/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/are-we-there-yet/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/are-we-there-yet/tracker-base.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/are-we-there-yet/tracker-base'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/are-we-there-yet/tracker-group.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/are-we-there-yet/tracker-group'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/are-we-there-yet/tracker-stream.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/are-we-there-yet/tracker-stream'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/are-we-there-yet/tracker.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/are-we-there-yet/tracker'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/argparse/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/argparse/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/argparse/lib/action_container.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/argparse/lib/action_container'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/argparse/lib/action.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/argparse/lib/action'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/argparse/lib/action/append.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/argparse/lib/action/append'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/argparse/lib/action/append/constant.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/argparse/lib/action/append/constant'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/argparse/lib/action/count.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/argparse/lib/action/count'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/argparse/lib/action/help.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/argparse/lib/action/help'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/argparse/lib/action/store.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/argparse/lib/action/store'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/argparse/lib/action/store/constant.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/argparse/lib/action/store/constant'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/argparse/lib/action/store/false.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/argparse/lib/action/store/false'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/argparse/lib/action/store/true.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/argparse/lib/action/store/true'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/argparse/lib/action/subparsers.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/argparse/lib/action/subparsers'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/argparse/lib/action/version.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/argparse/lib/action/version'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/argparse/lib/argparse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/argparse/lib/argparse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/argparse/lib/argument_parser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/argparse/lib/argument_parser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/argparse/lib/argument/error.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/argparse/lib/argument/error'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/argparse/lib/argument/exclusive.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/argparse/lib/argument/exclusive'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/argparse/lib/argument/group.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/argparse/lib/argument/group'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/argparse/lib/const.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/argparse/lib/const'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/argparse/lib/help/added_formatters.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/argparse/lib/help/added_formatters'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/argparse/lib/help/formatter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/argparse/lib/help/formatter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/argparse/lib/namespace.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/argparse/lib/namespace'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/argparse/lib/utils.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/argparse/lib/utils'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/argsarray/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/argsarray/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/argsarray/test/test.basic.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/argsarray/test/test.basic'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/argsarray/test/test.noargs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/argsarray/test/test.noargs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/argsarray/test/test.scope.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/argsarray/test/test.scope'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/arr-diff/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/arr-diff/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/arr-flatten/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/arr-flatten/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/array-differ/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/array-differ/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/array-equal/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/array-equal/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/array-filter/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/array-filter/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/array-filter/test/filter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/array-filter/test/filter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/array-filter/test/holes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/array-filter/test/holes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/array-flatten/array-flatten.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/array-flatten/array-flatten'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/array-map/example/map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/array-map/example/map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/array-map/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/array-map/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/array-map/test/map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/array-map/test/map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/array-reduce/example/sum.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/array-reduce/example/sum'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/array-reduce/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/array-reduce/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/array-reduce/test/reduce.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/array-reduce/test/reduce'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/array-union/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/array-union/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/array-uniq/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/array-uniq/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/array-unique/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/array-unique/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/arrify/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/arrify/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/core/class.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/art/core/class'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/core/color.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/art/core/color'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/core/path.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/art/core/path'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/core/transform.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/art/core/transform'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/dom/container.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/art/dom/container'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/dom/dummy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/art/dom/dummy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/dom/native.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/art/dom/native'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/dom/shadow.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/art/dom/shadow'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/art/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/lib/Sheet.Cascade.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/art/lib/Sheet.Cascade'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/metrics/path.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/art/metrics/path'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/canvas.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/art/modes/canvas'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/canvas/_image.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/art/modes/canvas/_image'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/canvas/base.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/art/modes/canvas/base'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/canvas/clippingrectangle.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/art/modes/canvas/clippingrectangle'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/canvas/group.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/art/modes/canvas/group'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/canvas/node.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/art/modes/canvas/node'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/canvas/path.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/art/modes/canvas/path'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/canvas/shape.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/art/modes/canvas/shape'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/canvas/surface.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/art/modes/canvas/surface'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/canvas/text.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/art/modes/canvas/text'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/current.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/art/modes/current'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/dom.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/art/modes/dom'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/fast-noSideEffects.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/art/modes/fast-noSideEffects'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/fast.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/art/modes/fast'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/script.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/art/modes/script'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/script/_image.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/art/modes/script/_image'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/script/base.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/art/modes/script/base'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/script/font.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/art/modes/script/font'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/script/group.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/art/modes/script/group'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/script/modulizer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/art/modes/script/modulizer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/script/node.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/art/modes/script/node'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/script/path.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/art/modes/script/path'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/script/shape.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/art/modes/script/shape'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/script/surface.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/art/modes/script/surface'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/script/text.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/art/modes/script/text'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/svg.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/art/modes/svg'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/svg/_image.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/art/modes/svg/_image'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/svg/base.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/art/modes/svg/base'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/svg/dom.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/art/modes/svg/dom'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/svg/group.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/art/modes/svg/group'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/svg/node.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/art/modes/svg/node'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/svg/path.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/art/modes/svg/path'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/svg/shape.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/art/modes/svg/shape'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/svg/surface.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/art/modes/svg/surface'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/svg/text.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/art/modes/svg/text'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/vml.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/art/modes/vml'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/vml/base.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/art/modes/vml/base'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/vml/clippingrectangle.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/art/modes/vml/clippingrectangle'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/vml/dom.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/art/modes/vml/dom'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/vml/group.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/art/modes/vml/group'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/vml/node.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/art/modes/vml/node'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/vml/path.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/art/modes/vml/path'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/vml/shape.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/art/modes/vml/shape'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/vml/surface.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/art/modes/vml/surface'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/modes/vml/text.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/art/modes/vml/text'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/morph/path.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/art/morph/path'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/parsers/svg.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/art/parsers/svg'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/parsers/svg/colors.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/art/parsers/svg/colors'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/parsers/svg/core.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/art/parsers/svg/core'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/parsers/svg/externals.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/art/parsers/svg/externals'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/parsers/svg/fonts.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/art/parsers/svg/fonts'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/parsers/svg/markers.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/art/parsers/svg/markers'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/parsers/svg/paints.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/art/parsers/svg/paints'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/parsers/svg/shapes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/art/parsers/svg/shapes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/parsers/svg/styles.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/art/parsers/svg/styles'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/parsers/svg/text.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/art/parsers/svg/text'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/shapes/ellipse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/art/shapes/ellipse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/shapes/font.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/art/shapes/font'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/shapes/generic.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/art/shapes/generic'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/shapes/pill.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/art/shapes/pill'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/shapes/rectangle.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/art/shapes/rectangle'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/art/shapes/wedge.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/art/shapes/wedge'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/asap/asap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/asap/asap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/asap/browser-asap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/asap/browser-asap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/asap/browser-raw.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/asap/browser-raw'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/asap/raw.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/asap/raw'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/asn1/lib/ber/errors.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/asn1/lib/ber/errors'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/asn1/lib/ber/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/asn1/lib/ber/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/asn1/lib/ber/reader.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/asn1/lib/ber/reader'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/asn1/lib/ber/types.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/asn1/lib/ber/types'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/asn1/lib/ber/writer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/asn1/lib/ber/writer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/asn1/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/asn1/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/asn1/tst/ber/reader.test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/asn1/tst/ber/reader.test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/asn1/tst/ber/writer.test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/asn1/tst/ber/writer.test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/assert-plus/assert.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/assert-plus/assert'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ast-types/def/babel-core.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ast-types/def/babel-core'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ast-types/def/babel.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ast-types/def/babel'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ast-types/def/core.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ast-types/def/core'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ast-types/def/e4x.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ast-types/def/e4x'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ast-types/def/es6.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ast-types/def/es6'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ast-types/def/es7.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ast-types/def/es7'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ast-types/def/esprima.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ast-types/def/esprima'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ast-types/def/flow.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ast-types/def/flow'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ast-types/def/jsx.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ast-types/def/jsx'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ast-types/def/mozilla.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ast-types/def/mozilla'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ast-types/fork.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ast-types/fork'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ast-types/lib/equiv.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ast-types/lib/equiv'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ast-types/lib/node-path.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ast-types/lib/node-path'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ast-types/lib/path-visitor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ast-types/lib/path-visitor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ast-types/lib/path.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ast-types/lib/path'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ast-types/lib/scope.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ast-types/lib/scope'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ast-types/lib/shared.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ast-types/lib/shared'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ast-types/lib/types.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ast-types/lib/types'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ast-types/main.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ast-types/main'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/astral-regex/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/astral-regex/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/async/dist/async.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/async/dist/async'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/async/dist/async.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/async/dist/async.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/async/lib/async.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/async/lib/async'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/asynckit/bench.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/asynckit/bench'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/asynckit/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/asynckit/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/asynckit/lib/abort.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/asynckit/lib/abort'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/asynckit/lib/async.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/asynckit/lib/async'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/asynckit/lib/defer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/asynckit/lib/defer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/asynckit/lib/iterate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/asynckit/lib/iterate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/asynckit/lib/readable_asynckit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/asynckit/lib/readable_asynckit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/asynckit/lib/readable_parallel.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/asynckit/lib/readable_parallel'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/asynckit/lib/readable_serial_ordered.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/asynckit/lib/readable_serial_ordered'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/asynckit/lib/readable_serial.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/asynckit/lib/readable_serial'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/asynckit/lib/state.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/asynckit/lib/state'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/asynckit/lib/streamify.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/asynckit/lib/streamify'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/asynckit/lib/terminator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/asynckit/lib/terminator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/asynckit/parallel.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/asynckit/parallel'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/asynckit/serial.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/asynckit/serial'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/asynckit/serialOrdered.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/asynckit/serialOrdered'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/asynckit/stream.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/asynckit/stream'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/Gruntfile.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/Gruntfile'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/lib/assert_required.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/lib/assert_required'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/lib/base64_url.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/lib/base64_url'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/lib/IframeHandler.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/lib/IframeHandler'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/lib/index-of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/lib/index-of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/lib/is-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/lib/is-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/lib/json-parse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/lib/json-parse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/lib/LoginError.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/lib/LoginError'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/lib/nonce-generator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/lib/nonce-generator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/lib/same-origin.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/lib/same-origin'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/lib/SilentAuthenticationHandler.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/lib/SilentAuthenticationHandler'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/lib/use_jsonp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/lib/use_jsonp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/node_modules/object-keys/foreach.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/node_modules/object-keys/foreach'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/node_modules/object-keys/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/node_modules/object-keys/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/node_modules/object-keys/isArguments.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/node_modules/object-keys/isArguments'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/node_modules/object-keys/shim.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/node_modules/object-keys/shim'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/node_modules/object-keys/test/foreach.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/node_modules/object-keys/test/foreach'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/node_modules/object-keys/test/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/node_modules/object-keys/test/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/node_modules/object-keys/test/isArguments.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/node_modules/object-keys/test/isArguments'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/node_modules/object-keys/test/shim.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/node_modules/object-keys/test/shim'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/node_modules/xtend/has-keys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/node_modules/xtend/has-keys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/node_modules/xtend/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/node_modules/xtend/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/node_modules/xtend/mutable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/node_modules/xtend/mutable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/node_modules/xtend/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/node_modules/xtend/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/standalone.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/standalone'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/test/iframe-handler.test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/test/iframe-handler.test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/test/index.tests.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/test/index.tests'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/test/logout.tests.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/test/logout.tests'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/test/passwordless.tests.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/test/passwordless.tests'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/test/support/config.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/test/support/config'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/test/user-and-pass.tests.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/test/user-and-pass.tests'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/version.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/auth0-js/version'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0/docs/scripts/linenumber.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/auth0/docs/scripts/linenumber'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0/docs/scripts/prettify/lang-css.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/auth0/docs/scripts/prettify/lang-css'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0/docs/scripts/prettify/prettify.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/auth0/docs/scripts/prettify/prettify'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0/scripts/changelog.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/auth0/scripts/changelog'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0/scripts/cleanup.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/auth0/scripts/cleanup'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0/scripts/jsdocs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/auth0/scripts/jsdocs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0/scripts/prepare.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/auth0/scripts/prepare'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/auth/DatabaseAuthenticator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/auth/DatabaseAuthenticator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/auth/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/auth/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/auth/OAuthAuthenticator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/auth/OAuthAuthenticator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/auth/PasswordlessAuthenticator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/auth/PasswordlessAuthenticator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/auth/TokensManager.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/auth/TokensManager'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/auth/UsersManager.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/auth/UsersManager'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/Auth0RestClient.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/Auth0RestClient'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/management/BlacklistedTokensManager.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/management/BlacklistedTokensManager'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/management/ClientGrantsManager.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/management/ClientGrantsManager'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/management/ClientsManager.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/management/ClientsManager'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/management/ConnectionsManager.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/management/ConnectionsManager'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/management/DeviceCredentialsManager.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/management/DeviceCredentialsManager'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/management/EmailProviderManager.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/management/EmailProviderManager'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/management/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/management/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/management/JobsManager.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/management/JobsManager'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/management/LogsManager.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/management/LogsManager'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/management/ManagementTokenProvider.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/management/ManagementTokenProvider'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/management/ResourceServersManager.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/management/ResourceServersManager'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/management/RulesManager.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/management/RulesManager'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/management/StatsManager.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/management/StatsManager'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/management/TenantManager.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/management/TenantManager'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/management/TicketsManager.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/management/TicketsManager'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/management/UsersManager.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/management/UsersManager'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/RetryRestClient.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/RetryRestClient'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/utils.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/auth0/src/utils'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/auth0/webpack.config.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/auth0/webpack.config'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/aws-sign2/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/aws-sign2/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/aws4/aws4.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/aws4/aws4'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/aws4/lru.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/aws4/lru'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/axios/dist/axios.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/axios/dist/axios'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/axios/dist/axios.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/axios/dist/axios.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/axios/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/axios/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/adapters/http.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/adapters/http'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/adapters/xhr.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/adapters/xhr'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/axios.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/axios'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/cancel/Cancel.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/cancel/Cancel'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/cancel/CancelToken.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/cancel/CancelToken'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/cancel/isCancel.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/cancel/isCancel'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/core/Axios.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/core/Axios'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/core/createError.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/core/createError'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/core/dispatchRequest.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/core/dispatchRequest'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/core/enhanceError.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/core/enhanceError'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/core/InterceptorManager.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/core/InterceptorManager'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/core/settle.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/core/settle'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/core/transformData.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/core/transformData'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/defaults.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/defaults'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/helpers/bind.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/helpers/bind'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/helpers/btoa.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/helpers/btoa'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/helpers/buildURL.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/helpers/buildURL'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/helpers/combineURLs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/helpers/combineURLs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/helpers/cookies.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/helpers/cookies'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/helpers/deprecatedMethod.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/helpers/deprecatedMethod'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/helpers/isAbsoluteURL.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/helpers/isAbsoluteURL'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/helpers/isURLSameOrigin.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/helpers/isURLSameOrigin'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/helpers/normalizeHeaderName.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/helpers/normalizeHeaderName'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/helpers/parseHeaders.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/helpers/parseHeaders'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/helpers/spread.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/helpers/spread'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/utils.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/axios/lib/utils'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-code-frame/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-code-frame/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-code-frame/node_modules/ansi-styles/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-code-frame/node_modules/ansi-styles/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-code-frame/node_modules/chalk/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-code-frame/node_modules/chalk/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-code-frame/node_modules/supports-color/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-code-frame/node_modules/supports-color/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-core/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-core/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/api/browser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/api/browser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/api/node.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/api/node'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/helpers/get-possible-plugin-names.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/helpers/get-possible-plugin-names'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/helpers/get-possible-preset-names.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/helpers/get-possible-preset-names'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/helpers/merge.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/helpers/merge'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/helpers/normalize-ast.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/helpers/normalize-ast'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/helpers/resolve-from-possible-names.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/helpers/resolve-from-possible-names'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/helpers/resolve-plugin.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/helpers/resolve-plugin'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/helpers/resolve-preset.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/helpers/resolve-preset'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/helpers/resolve.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/helpers/resolve'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/store.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/store'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/tools/build-external-helpers.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/tools/build-external-helpers'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/transformation/file/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/transformation/file/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/transformation/file/logger.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/transformation/file/logger'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/transformation/file/metadata.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/transformation/file/metadata'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/transformation/file/options/build-config-chain.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/transformation/file/options/build-config-chain'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/transformation/file/options/config.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/transformation/file/options/config'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/transformation/file/options/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/transformation/file/options/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/transformation/file/options/option-manager.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/transformation/file/options/option-manager'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/transformation/file/options/parsers.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/transformation/file/options/parsers'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/transformation/file/options/removed.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/transformation/file/options/removed'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/transformation/internal-plugins/block-hoist.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/transformation/internal-plugins/block-hoist'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/transformation/internal-plugins/shadow-functions.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/transformation/internal-plugins/shadow-functions'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/transformation/pipeline.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/transformation/pipeline'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/transformation/plugin-pass.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/transformation/plugin-pass'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/transformation/plugin.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/transformation/plugin'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/util.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-core/lib/util'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-core/register.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-core/register'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-generator/lib/buffer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-generator/lib/buffer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-generator/lib/generators/base.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-generator/lib/generators/base'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-generator/lib/generators/classes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-generator/lib/generators/classes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-generator/lib/generators/expressions.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-generator/lib/generators/expressions'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-generator/lib/generators/flow.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-generator/lib/generators/flow'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-generator/lib/generators/jsx.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-generator/lib/generators/jsx'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-generator/lib/generators/methods.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-generator/lib/generators/methods'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-generator/lib/generators/modules.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-generator/lib/generators/modules'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-generator/lib/generators/statements.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-generator/lib/generators/statements'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-generator/lib/generators/template-literals.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-generator/lib/generators/template-literals'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-generator/lib/generators/types.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-generator/lib/generators/types'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-generator/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-generator/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-generator/lib/node/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-generator/lib/node/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-generator/lib/node/parentheses.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-generator/lib/node/parentheses'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-generator/lib/node/whitespace.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-generator/lib/node/whitespace'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-generator/lib/printer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-generator/lib/printer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-generator/lib/source-map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-generator/lib/source-map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-generator/lib/whitespace.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-generator/lib/whitespace'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-helper-builder-binary-assignment-operator-visitor/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-helper-builder-binary-assignment-operator-visitor/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-helper-builder-react-jsx/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-helper-builder-react-jsx/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-helper-call-delegate/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-helper-call-delegate/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-helper-define-map/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-helper-define-map/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-helper-explode-assignable-expression/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-helper-explode-assignable-expression/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-helper-function-name/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-helper-function-name/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-helper-get-function-arity/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-helper-get-function-arity/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-helper-hoist-variables/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-helper-hoist-variables/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-helper-optimise-call-expression/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-helper-optimise-call-expression/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-helper-regex/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-helper-regex/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-helper-remap-async-to-generator/lib/for-await.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-helper-remap-async-to-generator/lib/for-await'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-helper-remap-async-to-generator/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-helper-remap-async-to-generator/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-helper-replace-supers/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-helper-replace-supers/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-helpers/lib/helpers.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-helpers/lib/helpers'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-helpers/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-helpers/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-jest/build/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-jest/build/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-messages/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-messages/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-check-es2015-constants/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-check-es2015-constants/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-external-helpers/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-external-helpers/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-istanbul/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-istanbul/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-jest-hoist/build/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-jest-hoist/build/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-module-resolver/lib/getRealPath.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-module-resolver/lib/getRealPath'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-module-resolver/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-module-resolver/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-module-resolver/lib/log.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-module-resolver/lib/log'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-module-resolver/lib/mapToRelative.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-module-resolver/lib/mapToRelative'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-module-resolver/lib/normalizeOptions.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-module-resolver/lib/normalizeOptions'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-module-resolver/lib/transformers/call.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-module-resolver/lib/transformers/call'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-module-resolver/lib/transformers/import.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-module-resolver/lib/transformers/import'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-module-resolver/lib/transformers/jest.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-module-resolver/lib/transformers/jest'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-module-resolver/lib/transformers/require.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-module-resolver/lib/transformers/require'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-module-resolver/lib/transformers/systemImport.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-module-resolver/lib/transformers/systemImport'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-module-resolver/lib/utils.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-module-resolver/lib/utils'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-call-expression-with-render-method/actual.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-call-expression-with-render-method/actual'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-call-expression-with-render-method/expected.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-call-expression-with-render-method/expected'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-class-expression-extends-react-component-with-render-method/actual.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-class-expression-extends-react-component-with-render-method/actual'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-class-expression-extends-react-component-with-render-method/expected.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-class-expression-extends-react-component-with-render-method/expected'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-class-expression/actual.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-class-expression/actual'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-class-expression/expected.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-class-expression/expected'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-class-extends-component-with-render-method/actual.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-class-extends-component-with-render-method/actual'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-class-extends-component-with-render-method/expected.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-class-extends-component-with-render-method/expected'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-class-extends-purecomponent-with-render-method/actual.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-class-extends-purecomponent-with-render-method/actual'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-class-extends-purecomponent-with-render-method/expected.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-class-extends-purecomponent-with-render-method/expected'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-class-extends-react-component-with-render-method/actual.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-class-extends-react-component-with-render-method/actual'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-class-extends-react-component-with-render-method/expected.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-class-extends-react-component-with-render-method/expected'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-class-extends-react-component/actual.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-class-extends-react-component/actual'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-class-extends-react-component/expected.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-class-extends-react-component/expected'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-class-with-render-method/actual.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-class-with-render-method/actual'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-class-with-render-method/expected.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-class-with-render-method/expected'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-class-within-function-extends-react-component-with-render-method/actual.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-class-within-function-extends-react-component-with-render-method/actual'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-class-within-function-extends-react-component-with-render-method/expected.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-class-within-function-extends-react-component-with-render-method/expected'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-class-within-function/actual.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-class-within-function/actual'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-class-within-function/expected.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-class-within-function/expected'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-class-without-name-extends-react-component-with-render-method/actual.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-class-without-name-extends-react-component-with-render-method/actual'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-class-without-name-extends-react-component-with-render-method/expected.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-class-without-name-extends-react-component-with-render-method/expected'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-class-without-name/actual.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-class-without-name/actual'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-class-without-name/expected.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-class-without-name/expected'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-exports/actual.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-exports/actual'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-exports/expected.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-exports/expected'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-ignore/actual.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-ignore/actual'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-ignore/expected.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-ignore/expected'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-react-create-class-with-dynamic-display-name/actual.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-react-create-class-with-dynamic-display-name/actual'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-react-create-class-with-dynamic-display-name/expected.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-react-create-class-with-dynamic-display-name/expected'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-react-create-class-with-render-method/actual.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-react-create-class-with-render-method/actual'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-react-create-class-with-render-method/expected.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-react-create-class-with-render-method/expected'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-react-create-class-with-string-literal-display-name-with-render-method/actual.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-react-create-class-with-string-literal-display-name-with-render-method/actual'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-react-create-class-with-string-literal-display-name-with-render-method/expected.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-react-create-class-with-string-literal-display-name-with-render-method/expected'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-react-create-class-with-string-literal-display-name/actual.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-react-create-class-with-string-literal-display-name/actual'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-react-create-class-with-string-literal-display-name/expected.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-react-create-class-with-string-literal-display-name/expected'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-react-create-class-without-display-name/actual.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-react-create-class-without-display-name/actual'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-react-create-class-without-display-name/expected.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-react-create-class-without-display-name/expected'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-react-create-class/actual.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-react-create-class/actual'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-react-create-class/expected.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/code-react-create-class/expected'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/options-custom-factories-with-render-method/actual.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/options-custom-factories-with-render-method/actual'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/options-custom-factories-with-render-method/expected.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/options-custom-factories-with-render-method/expected'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/options-custom-factories/actual.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/options-custom-factories/actual'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/options-custom-factories/expected.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/options-custom-factories/expected'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/options-custom-super-classes-with-render-method/actual.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/options-custom-super-classes-with-render-method/actual'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/options-custom-super-classes-with-render-method/expected.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/options-custom-super-classes-with-render-method/expected'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/options-custom-super-classes/actual.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/options-custom-super-classes/actual'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/options-custom-super-classes/expected.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/options-custom-super-classes/expected'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/options-multiple-transforms-with-render-method/actual.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/options-multiple-transforms-with-render-method/actual'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/options-multiple-transforms-with-render-method/expected.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/options-multiple-transforms-with-render-method/expected'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/options-multiple-transforms/actual.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/options-multiple-transforms/actual'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/options-multiple-transforms/expected.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/options-multiple-transforms/expected'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/options-with-imports-with-render-method/actual.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/options-with-imports-with-render-method/actual'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/options-with-imports-with-render-method/expected.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/options-with-imports-with-render-method/expected'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/options-with-imports/actual.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/options-with-imports/actual'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/options-with-imports/expected.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/options-with-imports/expected'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/options-with-locals-with-render-method/actual.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/options-with-locals-with-render-method/actual'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/options-with-locals-with-render-method/expected.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/options-with-locals-with-render-method/expected'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/options-with-locals/actual.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/options-with-locals/actual'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/options-with-locals/expected.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/fixtures/options-with-locals/expected'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-react-transform/test/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-syntax-async-functions/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-syntax-async-functions/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-syntax-class-properties/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-syntax-class-properties/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-syntax-decorators/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-syntax-decorators/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-syntax-dynamic-import/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-syntax-dynamic-import/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-syntax-exponentiation-operator/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-syntax-exponentiation-operator/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-syntax-export-extensions/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-syntax-export-extensions/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-syntax-flow/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-syntax-flow/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-syntax-jsx/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-syntax-jsx/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-syntax-object-rest-spread/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-syntax-object-rest-spread/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-syntax-trailing-function-commas/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-syntax-trailing-function-commas/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-async-to-generator/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-async-to-generator/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-class-properties/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-class-properties/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-decorators-legacy/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-decorators-legacy/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-define/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-define/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-define/src/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-define/src/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-define/test/0/actual.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-define/test/0/actual'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-define/test/0/expected.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-define/test/0/expected'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-define/test/emptyString/actual.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-define/test/emptyString/actual'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-define/test/emptyString/expected.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-define/test/emptyString/expected'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-define/test/false/actual.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-define/test/false/actual'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-define/test/false/expected.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-define/test/false/expected'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-define/test/identifier/actual.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-define/test/identifier/actual'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-define/test/identifier/expected.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-define/test/identifier/expected'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-define/test/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-define/test/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-define/test/load-config-file/actual.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-define/test/load-config-file/actual'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-define/test/load-config-file/config.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-define/test/load-config-file/config'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-define/test/load-config-file/expected.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-define/test/load-config-file/expected'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-define/test/member-expression/actual.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-define/test/member-expression/actual'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-define/test/member-expression/expected.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-define/test/member-expression/expected'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-define/test/null/actual.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-define/test/null/actual'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-define/test/null/expected.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-define/test/null/expected'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-define/test/unary-expression/actual.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-define/test/unary-expression/actual'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-define/test/unary-expression/expected.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-define/test/unary-expression/expected'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-define/test/undefined/actual.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-define/test/undefined/actual'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-define/test/undefined/expected.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-define/test/undefined/expected'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es2015-arrow-functions/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es2015-arrow-functions/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es2015-block-scoped-functions/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es2015-block-scoped-functions/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es2015-block-scoping/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es2015-block-scoping/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es2015-block-scoping/lib/tdz.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es2015-block-scoping/lib/tdz'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es2015-classes/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es2015-classes/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es2015-classes/lib/lib/memoise-decorators.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es2015-classes/lib/lib/memoise-decorators'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es2015-classes/lib/loose.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es2015-classes/lib/loose'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es2015-classes/lib/vanilla.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es2015-classes/lib/vanilla'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es2015-computed-properties/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es2015-computed-properties/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es2015-destructuring/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es2015-destructuring/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es2015-for-of/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es2015-for-of/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es2015-function-name/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es2015-function-name/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es2015-literals/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es2015-literals/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es2015-modules-commonjs/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es2015-modules-commonjs/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es2015-object-super/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es2015-object-super/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es2015-parameters/lib/default.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es2015-parameters/lib/default'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es2015-parameters/lib/destructuring.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es2015-parameters/lib/destructuring'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es2015-parameters/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es2015-parameters/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es2015-parameters/lib/rest.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es2015-parameters/lib/rest'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es2015-shorthand-properties/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es2015-shorthand-properties/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es2015-spread/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es2015-spread/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es2015-sticky-regex/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es2015-sticky-regex/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es2015-template-literals/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es2015-template-literals/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es2015-unicode-regex/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es2015-unicode-regex/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es3-member-expression-literals/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es3-member-expression-literals/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es3-property-literals/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-es3-property-literals/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-exponentiation-operator/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-exponentiation-operator/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-export-extensions/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-export-extensions/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-flow-strip-types/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-flow-strip-types/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-object-assign/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-object-assign/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-object-rest-spread/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-object-rest-spread/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-react-display-name/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-react-display-name/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-react-jsx-source/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-react-jsx-source/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-react-jsx/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-react-jsx/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-regenerator/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-regenerator/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-strict-mode/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-plugin-transform-strict-mode/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-polyfill/browser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-polyfill/browser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-polyfill/dist/polyfill.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-polyfill/dist/polyfill'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-polyfill/dist/polyfill.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-polyfill/dist/polyfill.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-polyfill/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-polyfill/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-polyfill/node_modules/regenerator-runtime/path.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-polyfill/node_modules/regenerator-runtime/path'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-polyfill/node_modules/regenerator-runtime/runtime-module.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-polyfill/node_modules/regenerator-runtime/runtime-module'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-polyfill/node_modules/regenerator-runtime/runtime.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-polyfill/node_modules/regenerator-runtime/runtime'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-polyfill/scripts/postpublish.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-polyfill/scripts/postpublish'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-polyfill/scripts/prepublish.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-polyfill/scripts/prepublish'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-preset-es2015-node/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-preset-es2015-node/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-preset-expo/__tests__/index-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-preset-expo/__tests__/index-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-preset-expo/__tests__/samples/App.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-preset-expo/__tests__/samples/App'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-preset-expo/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-preset-expo/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-preset-fbjs/configure.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-preset-fbjs/configure'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-preset-fbjs/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-preset-fbjs/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-preset-fbjs/plugins/auto-importer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-preset-fbjs/plugins/auto-importer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-preset-fbjs/plugins/dev-declaration.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-preset-fbjs/plugins/dev-declaration'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-preset-fbjs/plugins/dev-expression.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-preset-fbjs/plugins/dev-expression'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-preset-fbjs/plugins/inline-requires.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-preset-fbjs/plugins/inline-requires'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-preset-fbjs/plugins/object-assign.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-preset-fbjs/plugins/object-assign'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-preset-fbjs/plugins/rewrite-modules.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-preset-fbjs/plugins/rewrite-modules'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-preset-flow/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-preset-flow/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-preset-jest/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-preset-jest/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-preset-react-native/configs/hmr.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-preset-react-native/configs/hmr'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-preset-react-native/configs/main.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-preset-react-native/configs/main'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-preset-react-native/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-preset-react-native/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-preset-react-native/lib/resolvePlugins.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-preset-react-native/lib/resolvePlugins'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-preset-react-native/plugins.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-preset-react-native/plugins'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-preset-react-native/transforms/transform-dynamic-import.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-preset-react-native/transforms/transform-dynamic-import'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-preset-react-native/transforms/transform-symbol-member.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-preset-react-native/transforms/transform-symbol-member'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-register/lib/browser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-register/lib/browser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-register/lib/cache.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-register/lib/cache'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-register/lib/node.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-register/lib/node'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/concat.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/concat'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/copy-within.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/copy-within'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/entries.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/entries'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/every.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/every'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/fill.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/fill'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/filter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/filter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/find-index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/find-index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/find.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/find'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/for-each.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/for-each'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/from.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/from'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/includes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/includes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/index-of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/index-of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/join.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/join'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/keys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/keys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/last-index-of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/last-index-of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/pop.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/pop'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/push.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/push'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/reduce-right.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/reduce-right'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/reduce.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/reduce'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/reverse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/reverse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/shift.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/shift'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/slice.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/slice'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/some.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/some'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/sort.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/sort'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/splice.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/splice'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/unshift.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/unshift'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/values.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/array/values'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/asap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/asap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/clear-immediate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/clear-immediate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/error/is-error.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/error/is-error'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/get-iterator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/get-iterator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/is-iterable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/is-iterable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/json/stringify.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/json/stringify'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/math/acosh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/math/acosh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/math/asinh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/math/asinh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/math/atanh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/math/atanh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/math/cbrt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/math/cbrt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/math/clz32.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/math/clz32'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/math/cosh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/math/cosh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/math/expm1.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/math/expm1'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/math/fround.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/math/fround'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/math/hypot.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/math/hypot'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/math/iaddh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/math/iaddh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/math/imul.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/math/imul'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/math/imulh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/math/imulh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/math/isubh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/math/isubh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/math/log10.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/math/log10'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/math/log1p.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/math/log1p'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/math/log2.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/math/log2'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/math/sign.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/math/sign'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/math/sinh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/math/sinh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/math/tanh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/math/tanh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/math/trunc.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/math/trunc'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/math/umulh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/math/umulh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/number/epsilon.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/number/epsilon'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/number/is-finite.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/number/is-finite'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/number/is-integer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/number/is-integer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/number/is-nan.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/number/is-nan'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/number/is-safe-integer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/number/is-safe-integer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/number/max-safe-integer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/number/max-safe-integer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/number/min-safe-integer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/number/min-safe-integer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/number/parse-float.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/number/parse-float'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/number/parse-int.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/number/parse-int'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/object/assign.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/object/assign'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/object/create.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/object/create'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/object/define-properties.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/object/define-properties'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/object/define-property.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/object/define-property'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/object/entries.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/object/entries'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/object/freeze.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/object/freeze'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/object/get-own-property-descriptor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/object/get-own-property-descriptor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/object/get-own-property-descriptors.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/object/get-own-property-descriptors'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/object/get-own-property-names.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/object/get-own-property-names'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/object/get-own-property-symbols.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/object/get-own-property-symbols'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/object/get-prototype-of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/object/get-prototype-of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/object/is-extensible.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/object/is-extensible'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/object/is-frozen.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/object/is-frozen'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/object/is-sealed.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/object/is-sealed'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/object/is.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/object/is'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/object/keys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/object/keys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/object/prevent-extensions.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/object/prevent-extensions'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/object/seal.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/object/seal'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/object/set-prototype-of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/object/set-prototype-of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/object/values.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/object/values'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/observable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/observable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/promise.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/promise'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/reflect/apply.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/reflect/apply'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/reflect/construct.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/reflect/construct'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/reflect/define-metadata.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/reflect/define-metadata'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/reflect/define-property.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/reflect/define-property'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/reflect/delete-metadata.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/reflect/delete-metadata'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/reflect/delete-property.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/reflect/delete-property'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/reflect/enumerate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/reflect/enumerate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/reflect/get-metadata-keys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/reflect/get-metadata-keys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/reflect/get-metadata.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/reflect/get-metadata'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/reflect/get-own-metadata-keys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/reflect/get-own-metadata-keys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/reflect/get-own-metadata.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/reflect/get-own-metadata'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/reflect/get-own-property-descriptor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/reflect/get-own-property-descriptor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/reflect/get-prototype-of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/reflect/get-prototype-of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/reflect/get.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/reflect/get'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/reflect/has-metadata.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/reflect/has-metadata'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/reflect/has-own-metadata.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/reflect/has-own-metadata'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/reflect/has.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/reflect/has'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/reflect/is-extensible.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/reflect/is-extensible'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/reflect/metadata.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/reflect/metadata'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/reflect/own-keys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/reflect/own-keys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/reflect/prevent-extensions.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/reflect/prevent-extensions'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/reflect/set-prototype-of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/reflect/set-prototype-of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/reflect/set.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/reflect/set'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/regexp/escape.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/regexp/escape'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/set-immediate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/set-immediate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/set.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/set'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/string/at.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/string/at'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/string/code-point-at.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/string/code-point-at'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/string/ends-with.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/string/ends-with'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/string/from-code-point.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/string/from-code-point'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/string/includes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/string/includes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/string/match-all.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/string/match-all'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/string/pad-end.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/string/pad-end'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/string/pad-left.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/string/pad-left'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/string/pad-right.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/string/pad-right'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/string/pad-start.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/string/pad-start'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/string/raw.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/string/raw'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/string/repeat.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/string/repeat'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/string/starts-with.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/string/starts-with'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/string/trim-end.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/string/trim-end'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/string/trim-left.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/string/trim-left'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/string/trim-right.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/string/trim-right'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/string/trim-start.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/string/trim-start'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/string/trim.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/string/trim'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/symbol.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/symbol'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/symbol/async-iterator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/symbol/async-iterator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/symbol/for.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/symbol/for'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/symbol/has-instance.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/symbol/has-instance'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/symbol/is-concat-spreadable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/symbol/is-concat-spreadable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/symbol/iterator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/symbol/iterator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/symbol/key-for.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/symbol/key-for'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/symbol/match.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/symbol/match'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/symbol/observable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/symbol/observable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/symbol/replace.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/symbol/replace'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/symbol/search.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/symbol/search'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/symbol/species.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/symbol/species'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/symbol/split.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/symbol/split'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/symbol/to-primitive.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/symbol/to-primitive'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/symbol/to-string-tag.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/symbol/to-string-tag'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/symbol/unscopables.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/symbol/unscopables'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/system/global.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/system/global'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/weak-map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/weak-map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/weak-set.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/core-js/weak-set'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_async-generator-delegate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_async-generator-delegate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_async-generator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_async-generator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_async-iterator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_async-iterator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_async-to-generator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_async-to-generator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_class-call-check.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_class-call-check'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_create-class.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_create-class'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_defaults.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_defaults'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_define-enumerable-properties.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_define-enumerable-properties'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_define-property.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_define-property'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_extends.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_extends'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_get.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_get'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_inherits.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_inherits'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_instanceof.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_instanceof'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_interop-require-default.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_interop-require-default'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_interop-require-wildcard.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_interop-require-wildcard'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_jsx.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_jsx'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_new-arrow-check.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_new-arrow-check'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_object-destructuring-empty.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_object-destructuring-empty'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_object-without-properties.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_object-without-properties'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_possible-constructor-return.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_possible-constructor-return'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_self-global.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_self-global'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_set.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_set'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_sliced-to-array-loose.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_sliced-to-array-loose'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_sliced-to-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_sliced-to-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_tagged-template-literal-loose.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_tagged-template-literal-loose'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_tagged-template-literal.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_tagged-template-literal'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_temporal-ref.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_temporal-ref'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_temporal-undefined.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_temporal-undefined'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_to-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_to-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_to-consumable-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_to-consumable-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_typeof.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/_typeof'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/async-generator-delegate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/async-generator-delegate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/async-generator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/async-generator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/async-iterator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/async-iterator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/async-to-generator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/async-to-generator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/asyncGenerator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/asyncGenerator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/asyncGeneratorDelegate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/asyncGeneratorDelegate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/asyncIterator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/asyncIterator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/asyncToGenerator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/asyncToGenerator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/class-call-check.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/class-call-check'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/classCallCheck.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/classCallCheck'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/create-class.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/create-class'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/createClass.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/createClass'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/defaults.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/defaults'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/define-enumerable-properties.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/define-enumerable-properties'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/define-property.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/define-property'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/defineEnumerableProperties.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/defineEnumerableProperties'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/defineProperty.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/defineProperty'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/extends.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/extends'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/get.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/get'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/inherits.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/inherits'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/instanceof.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/instanceof'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/interop-require-default.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/interop-require-default'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/interop-require-wildcard.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/interop-require-wildcard'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/interopRequireDefault.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/interopRequireDefault'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/interopRequireWildcard.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/interopRequireWildcard'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/jsx.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/jsx'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/new-arrow-check.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/new-arrow-check'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/newArrowCheck.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/newArrowCheck'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/object-destructuring-empty.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/object-destructuring-empty'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/object-without-properties.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/object-without-properties'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/objectDestructuringEmpty.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/objectDestructuringEmpty'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/objectWithoutProperties.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/objectWithoutProperties'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/possible-constructor-return.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/possible-constructor-return'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/possibleConstructorReturn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/possibleConstructorReturn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/self-global.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/self-global'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/selfGlobal.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/selfGlobal'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/set.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/set'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/sliced-to-array-loose.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/sliced-to-array-loose'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/sliced-to-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/sliced-to-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/slicedToArray.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/slicedToArray'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/slicedToArrayLoose.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/slicedToArrayLoose'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/tagged-template-literal-loose.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/tagged-template-literal-loose'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/tagged-template-literal.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/tagged-template-literal'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/taggedTemplateLiteral.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/taggedTemplateLiteral'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/taggedTemplateLiteralLoose.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/taggedTemplateLiteralLoose'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/temporal-ref.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/temporal-ref'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/temporal-undefined.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/temporal-undefined'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/temporalRef.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/temporalRef'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/temporalUndefined.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/temporalUndefined'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/to-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/to-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/to-consumable-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/to-consumable-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/toArray.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/toArray'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/toConsumableArray.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/toConsumableArray'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/typeof.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/helpers/typeof'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/regenerator/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-runtime/regenerator/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-template/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-template/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/cache.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/cache'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/context.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/context'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/hub.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/hub'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/path/ancestry.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/path/ancestry'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/path/comments.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/path/comments'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/path/context.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/path/context'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/path/conversion.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/path/conversion'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/path/evaluation.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/path/evaluation'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/path/family.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/path/family'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/path/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/path/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/path/inference/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/path/inference/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/path/inference/inferer-reference.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/path/inference/inferer-reference'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/path/inference/inferers.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/path/inference/inferers'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/path/introspection.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/path/introspection'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/path/lib/hoister.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/path/lib/hoister'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/path/lib/removal-hooks.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/path/lib/removal-hooks'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/path/lib/virtual-types.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/path/lib/virtual-types'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/path/modification.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/path/modification'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/path/removal.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/path/removal'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/path/replacement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/path/replacement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/scope/binding.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/scope/binding'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/scope/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/scope/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/scope/lib/renamer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/scope/lib/renamer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/visitors.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-traverse/lib/visitors'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-types/lib/constants.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-types/lib/constants'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-types/lib/converters.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-types/lib/converters'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-types/lib/definitions/core.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-types/lib/definitions/core'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-types/lib/definitions/es2015.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-types/lib/definitions/es2015'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-types/lib/definitions/experimental.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-types/lib/definitions/experimental'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-types/lib/definitions/flow.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-types/lib/definitions/flow'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-types/lib/definitions/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-types/lib/definitions/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-types/lib/definitions/init.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-types/lib/definitions/init'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-types/lib/definitions/jsx.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-types/lib/definitions/jsx'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-types/lib/definitions/misc.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-types/lib/definitions/misc'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-types/lib/flow.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-types/lib/flow'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-types/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-types/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-types/lib/react.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-types/lib/react'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-types/lib/retrievers.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-types/lib/retrievers'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babel-types/lib/validators.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babel-types/lib/validators'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babylon/bin/babylon.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babylon/bin/babylon'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babylon/bin/generate-identifier-regex.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babylon/bin/generate-identifier-regex'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/babylon/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/babylon/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/balanced-match/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/balanced-match/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/base64-js/base64js.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/base64-js/base64js.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/base64-js/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/base64-js/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/base64-js/test/big-data.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/base64-js/test/big-data'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/base64-js/test/convert.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/base64-js/test/convert'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/base64-js/test/url-safe.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/base64-js/test/url-safe'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/base64-url/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/base64-url/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/Base64/base64.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/Base64/base64'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/Base64/base64.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/Base64/base64.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/base64url/dist/base64url.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/base64url/dist/base64url'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/base64url/dist/pad-string.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/base64url/dist/pad-string'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/base64url/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/base64url/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/basic-auth-connect/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/basic-auth-connect/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/basic-auth/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/basic-auth/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/batch/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/batch/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bcrypt-pbkdf/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/bcrypt-pbkdf/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/beeper/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/beeper/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/big-integer/BigInteger.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/big-integer/BigInteger'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/big-integer/BigInteger.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/big-integer/BigInteger.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/block-stream/block-stream.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/block-stream/block-stream'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/browser/bluebird.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/browser/bluebird'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/browser/bluebird.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/browser/bluebird.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/any.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/any'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/assert.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/assert'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/async.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/async'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/bind.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/bind'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/bluebird.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/bluebird'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/call_get.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/call_get'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/cancel.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/cancel'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/captured_trace.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/captured_trace'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/catch_filter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/catch_filter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/context.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/context'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/debuggability.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/debuggability'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/direct_resolve.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/direct_resolve'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/each.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/each'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/errors.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/errors'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/es5.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/es5'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/filter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/filter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/finally.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/finally'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/generators.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/generators'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/join.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/join'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/method.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/method'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/nodeify.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/nodeify'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/progress.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/progress'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/promise_array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/promise_array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/promise_resolver.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/promise_resolver'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/promise.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/promise'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/promisify.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/promisify'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/props.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/props'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/queue.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/queue'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/race.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/race'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/reduce.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/reduce'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/schedule.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/schedule'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/settle.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/settle'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/some.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/some'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/synchronous_inspection.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/synchronous_inspection'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/thenables.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/thenables'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/timers.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/timers'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/using.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/using'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/util.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/bluebird/js/main/util'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/body-parser/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/body-parser/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/body-parser/lib/read.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/body-parser/lib/read'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/body-parser/lib/types/json.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/body-parser/lib/types/json'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/body-parser/lib/types/raw.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/body-parser/lib/types/raw'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/body-parser/lib/types/text.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/body-parser/lib/types/text'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/body-parser/lib/types/urlencoded.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/body-parser/lib/types/urlencoded'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/body-parser/node_modules/bytes/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/body-parser/node_modules/bytes/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/body-parser/node_modules/http-errors/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/body-parser/node_modules/http-errors/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/body-parser/node_modules/statuses/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/body-parser/node_modules/statuses/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/boom/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/boom/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/boom/node_modules/hoek/lib/escape.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/boom/node_modules/hoek/lib/escape'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/boom/node_modules/hoek/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/boom/node_modules/hoek/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/boom/node_modules/hoek/test/escaper.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/boom/node_modules/hoek/test/escaper'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/boom/node_modules/hoek/test/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/boom/node_modules/hoek/test/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/boom/node_modules/hoek/test/modules/test1.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/boom/node_modules/hoek/test/modules/test1'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/boom/node_modules/hoek/test/modules/test2.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/boom/node_modules/hoek/test/modules/test2'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/boom/node_modules/hoek/test/modules/test3.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/boom/node_modules/hoek/test/modules/test3'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/boom/test/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/boom/test/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bplist-creator/bplistCreator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/bplist-creator/bplistCreator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bplist-creator/test/creatorTest.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/bplist-creator/test/creatorTest'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bplist-parser/bplistParser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/bplist-parser/bplistParser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bplist-parser/test/parseTest.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/bplist-parser/test/parseTest'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/brace-expansion/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/brace-expansion/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/braces/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/braces/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/empty.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/empty'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/example/async.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/example/async'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/example/sync.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/example/sync'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/lib/async.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/lib/async'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/lib/caller.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/lib/caller'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/lib/core.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/lib/core'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/lib/node-modules-paths.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/lib/node-modules-paths'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/lib/sync.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/lib/sync'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/core.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/core'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/dotdot.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/dotdot'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/dotdot/abc/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/dotdot/abc/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/dotdot/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/dotdot/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/faulty_basedir.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/faulty_basedir'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/filter_sync.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/filter_sync'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/filter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/filter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/mock_sync.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/mock_sync'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/mock.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/mock'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/module_dir.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/module_dir'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/module_dir/xmodules/aaa/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/module_dir/xmodules/aaa/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/module_dir/ymodules/aaa/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/module_dir/ymodules/aaa/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/module_dir/zmodules/bbb/main.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/module_dir/zmodules/bbb/main'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/node_path.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/node_path'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/node_path/x/aaa/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/node_path/x/aaa/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/node_path/x/ccc/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/node_path/x/ccc/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/node_path/y/bbb/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/node_path/y/bbb/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/node_path/y/ccc/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/node_path/y/ccc/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/nonstring.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/nonstring'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/pathfilter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/pathfilter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/pathfilter/deep_ref/main.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/pathfilter/deep_ref/main'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/pathfilter/deep_ref/node_modules/deep/alt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/pathfilter/deep_ref/node_modules/deep/alt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/pathfilter/deep_ref/node_modules/deep/deeper/ref.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/pathfilter/deep_ref/node_modules/deep/deeper/ref'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/pathfilter/deep_ref/node_modules/deep/ref.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/pathfilter/deep_ref/node_modules/deep/ref'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/precedence.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/precedence'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/precedence/aaa.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/precedence/aaa'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/precedence/aaa/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/precedence/aaa/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/precedence/aaa/main.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/precedence/aaa/main'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/precedence/bbb.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/precedence/bbb'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/precedence/bbb/main.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/precedence/bbb/main'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/resolver_sync.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/resolver_sync'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/resolver.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/resolver'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/resolver/bar/node_modules/foo/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/resolver/bar/node_modules/foo/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/resolver/baz/doom.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/resolver/baz/doom'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/resolver/baz/quux.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/resolver/baz/quux'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/resolver/biz/node_modules/garply/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/resolver/biz/node_modules/garply/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/resolver/biz/node_modules/grux/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/resolver/biz/node_modules/grux/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/resolver/biz/node_modules/tiv/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/resolver/biz/node_modules/tiv/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/resolver/foo.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/resolver/foo'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/resolver/incorrect_main/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/resolver/incorrect_main/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/resolver/mug.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/resolver/mug'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/resolver/other_path/lib/other-lib.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/resolver/other_path/lib/other-lib'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/resolver/other_path/root.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/resolver/other_path/root'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/resolver/punycode/node_modules/punycode/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/resolver/punycode/node_modules/punycode/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/resolver/quux/foo/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/resolver/quux/foo/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/resolver/without_basedir/main.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/resolver/without_basedir/main'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/resolver/without_basedir/node_modules/mymodule.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/resolver/without_basedir/node_modules/mymodule'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/subdirs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/browser-resolve/node_modules/resolve/test/subdirs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bser/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/bser/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/buffer-alloc-unsafe/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/buffer-alloc-unsafe/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/buffer-alloc-unsafe/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/buffer-alloc-unsafe/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/buffer-alloc/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/buffer-alloc/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/buffer-alloc/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/buffer-alloc/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/buffer-equal-constant-time/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/buffer-equal-constant-time/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/buffer-equal-constant-time/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/buffer-equal-constant-time/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/buffer-fill/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/buffer-fill/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/buffer-fill/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/buffer-fill/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/builtin-modules/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/builtin-modules/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/builtin-modules/static.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/builtin-modules/static'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/bytes/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/bytes/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/callsite/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/callsite/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/callsites/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/callsites/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/camel-case/camel-case.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/camel-case/camel-case'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/camelcase/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/camelcase/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/capture-stack-trace/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/capture-stack-trace/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/caseless/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/caseless/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/caseless/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/caseless/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/center-align/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/center-align/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/center-align/utils.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/center-align/utils'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/chalk/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/chalk/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/chalk/templates.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/chalk/templates'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/change-case/change-case.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/change-case/change-case'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/chardet/encoding/iso2022.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/chardet/encoding/iso2022'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/chardet/encoding/mbcs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/chardet/encoding/mbcs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/chardet/encoding/sbcs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/chardet/encoding/sbcs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/chardet/encoding/unicode.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/chardet/encoding/unicode'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/chardet/encoding/utf8.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/chardet/encoding/utf8'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/chardet/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/chardet/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/chardet/match.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/chardet/match'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/chownr/chownr.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/chownr/chownr'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ci-info/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ci-info/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/clamp/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/clamp/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/clamp/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/clamp/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cli-cursor/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cli-cursor/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cli-width/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cli-width/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cliui/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cliui/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/clone-stats/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/clone-stats/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/clone-stats/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/clone-stats/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/clone/clone.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/clone/clone'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/co/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/co/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/code-point-at/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/code-point-at/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/color-convert/conversions.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/color-convert/conversions'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/color-convert/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/color-convert/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/color-convert/route.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/color-convert/route'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/color-name/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/color-name/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/color-name/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/color-name/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/color-string/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/color-string/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/color-support/bin.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/color-support/bin'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/color-support/browser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/color-support/browser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/color-support/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/color-support/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/color/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/color/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/combined-stream/lib/combined_stream.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/combined-stream/lib/combined_stream'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/commander/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/commander/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/component-emitter/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/component-emitter/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/component-type/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/component-type/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/component-type/test/mocha.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/component-type/test/mocha'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/component-type/test/tests.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/component-type/test/tests'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/compressible/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/compressible/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/compressible/node_modules/mime-db/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/compressible/node_modules/mime-db/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/compression/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/compression/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/compression/node_modules/debug/browser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/compression/node_modules/debug/browser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/compression/node_modules/debug/debug.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/compression/node_modules/debug/debug'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/compression/node_modules/debug/node.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/compression/node_modules/debug/node'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/compression/node_modules/vary/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/compression/node_modules/vary/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/concat-map/example/map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/concat-map/example/map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/concat-map/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/concat-map/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/concat-map/test/map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/concat-map/test/map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/concat-stream/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/concat-stream/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect-timeout/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect-timeout/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect-timeout/node_modules/debug/browser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect-timeout/node_modules/debug/browser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect-timeout/node_modules/debug/debug.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect-timeout/node_modules/debug/debug'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect-timeout/node_modules/debug/node.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect-timeout/node_modules/debug/node'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/cache.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/cache'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/connect.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/connect'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/middleware/basicAuth.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/middleware/basicAuth'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/middleware/bodyParser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/middleware/bodyParser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/middleware/compress.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/middleware/compress'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/middleware/cookieParser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/middleware/cookieParser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/middleware/cookieSession.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/middleware/cookieSession'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/middleware/csrf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/middleware/csrf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/middleware/directory.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/middleware/directory'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/middleware/errorHandler.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/middleware/errorHandler'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/middleware/favicon.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/middleware/favicon'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/middleware/json.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/middleware/json'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/middleware/limit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/middleware/limit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/middleware/logger.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/middleware/logger'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/middleware/methodOverride.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/middleware/methodOverride'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/middleware/multipart.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/middleware/multipart'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/middleware/query.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/middleware/query'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/middleware/responseTime.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/middleware/responseTime'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/middleware/session.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/middleware/session'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/middleware/static.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/middleware/static'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/middleware/staticCache.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/middleware/staticCache'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/middleware/timeout.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/middleware/timeout'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/middleware/urlencoded.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/middleware/urlencoded'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/middleware/vhost.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/middleware/vhost'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/patch.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/patch'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/proto.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/proto'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/utils.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/lib/utils'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/body-parser/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/body-parser/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/body-parser/lib/read.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/body-parser/lib/read'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/body-parser/lib/types/json.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/body-parser/lib/types/json'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/body-parser/lib/types/raw.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/body-parser/lib/types/raw'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/body-parser/lib/types/text.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/body-parser/lib/types/text'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/body-parser/lib/types/urlencoded.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/body-parser/lib/types/urlencoded'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/debug/browser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/debug/browser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/debug/debug.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/debug/debug'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/debug/node.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/debug/node'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/depd/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/depd/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/depd/lib/compat/buffer-concat.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/depd/lib/compat/buffer-concat'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/depd/lib/compat/callsite-tostring.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/depd/lib/compat/callsite-tostring'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/depd/lib/compat/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/depd/lib/compat/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/iconv-lite/encodings/dbcs-codec.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/iconv-lite/encodings/dbcs-codec'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/iconv-lite/encodings/dbcs-data.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/iconv-lite/encodings/dbcs-data'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/iconv-lite/encodings/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/iconv-lite/encodings/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/iconv-lite/encodings/internal.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/iconv-lite/encodings/internal'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/iconv-lite/encodings/sbcs-codec.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/iconv-lite/encodings/sbcs-codec'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/iconv-lite/encodings/sbcs-data-generated.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/iconv-lite/encodings/sbcs-data-generated'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/iconv-lite/encodings/sbcs-data.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/iconv-lite/encodings/sbcs-data'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/iconv-lite/encodings/utf16.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/iconv-lite/encodings/utf16'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/iconv-lite/encodings/utf7.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/iconv-lite/encodings/utf7'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/iconv-lite/lib/bom-handling.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/iconv-lite/lib/bom-handling'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/iconv-lite/lib/extend-node.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/iconv-lite/lib/extend-node'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/iconv-lite/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/iconv-lite/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/iconv-lite/lib/streams.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/iconv-lite/lib/streams'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/qs/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/qs/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/qs/lib/parse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/qs/lib/parse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/qs/lib/stringify.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/qs/lib/stringify'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/qs/lib/utils.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/qs/lib/utils'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/qs/test/parse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/qs/test/parse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/qs/test/stringify.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/qs/test/stringify'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/qs/test/utils.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/qs/test/utils'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/raw-body/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/raw-body/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/raw-body/node_modules/bytes/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/raw-body/node_modules/bytes/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/raw-body/node_modules/iconv-lite/encodings/dbcs-codec.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/raw-body/node_modules/iconv-lite/encodings/dbcs-codec'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/raw-body/node_modules/iconv-lite/encodings/dbcs-data.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/raw-body/node_modules/iconv-lite/encodings/dbcs-data'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/raw-body/node_modules/iconv-lite/encodings/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/raw-body/node_modules/iconv-lite/encodings/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/raw-body/node_modules/iconv-lite/encodings/internal.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/raw-body/node_modules/iconv-lite/encodings/internal'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/raw-body/node_modules/iconv-lite/encodings/sbcs-codec.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/raw-body/node_modules/iconv-lite/encodings/sbcs-codec'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/raw-body/node_modules/iconv-lite/encodings/sbcs-data-generated.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/raw-body/node_modules/iconv-lite/encodings/sbcs-data-generated'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/raw-body/node_modules/iconv-lite/encodings/sbcs-data.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/raw-body/node_modules/iconv-lite/encodings/sbcs-data'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/raw-body/node_modules/iconv-lite/encodings/utf16.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/raw-body/node_modules/iconv-lite/encodings/utf16'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/raw-body/node_modules/iconv-lite/encodings/utf7.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/raw-body/node_modules/iconv-lite/encodings/utf7'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/raw-body/node_modules/iconv-lite/lib/bom-handling.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/raw-body/node_modules/iconv-lite/lib/bom-handling'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/raw-body/node_modules/iconv-lite/lib/extend-node.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/raw-body/node_modules/iconv-lite/lib/extend-node'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/raw-body/node_modules/iconv-lite/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/raw-body/node_modules/iconv-lite/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/raw-body/node_modules/iconv-lite/lib/streams.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/connect/node_modules/raw-body/node_modules/iconv-lite/lib/streams'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/console-control-strings/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/console-control-strings/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/constant-case/constant-case.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/constant-case/constant-case'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/content-disposition/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/content-disposition/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/content-type-parser/lib/content-type-parser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/content-type-parser/lib/content-type-parser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/content-type/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/content-type/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/convert-source-map/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/convert-source-map/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cookie-parser/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cookie-parser/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cookie-parser/lib/parse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cookie-parser/lib/parse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cookie-signature/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cookie-signature/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cookie/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cookie/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cookiejar/cookiejar.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cookiejar/cookiejar'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/copy-paste/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/copy-paste/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/copy-paste/platform/darwin.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/copy-paste/platform/darwin'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/copy-paste/platform/linux.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/copy-paste/platform/linux'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/copy-paste/platform/win32.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/copy-paste/platform/win32'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/copy-paste/test/copypaste.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/copy-paste/test/copypaste'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/build/config.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/build/config'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/build/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/build/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/client/core.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/client/core'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/client/core.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/client/core.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/client/library.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/client/library'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/client/library.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/client/library.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/client/shim.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/client/shim'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/client/shim.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/client/shim.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/core/_.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/core/_'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/core/delay.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/core/delay'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/core/dict.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/core/dict'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/core/function.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/core/function'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/core/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/core/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/core/number.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/core/number'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/core/object.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/core/object'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/core/regexp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/core/regexp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/core/string.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/core/string'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/es5/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/es5/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/es6/array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/es6/array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/es6/date.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/es6/date'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/es6/function.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/es6/function'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/es6/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/es6/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/es6/map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/es6/map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/es6/math.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/es6/math'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/es6/number.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/es6/number'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/es6/object.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/es6/object'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/es6/parse-float.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/es6/parse-float'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/es6/parse-int.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/es6/parse-int'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/es6/promise.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/es6/promise'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/es6/reflect.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/es6/reflect'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/es6/regexp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/es6/regexp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/es6/set.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/es6/set'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/es6/string.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/es6/string'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/es6/symbol.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/es6/symbol'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/es6/typed.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/es6/typed'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/es6/weak-map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/es6/weak-map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/es6/weak-set.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/es6/weak-set'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/es7/array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/es7/array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/es7/asap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/es7/asap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/es7/error.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/es7/error'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/es7/global.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/es7/global'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/es7/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/es7/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/es7/map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/es7/map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/es7/math.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/es7/math'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/es7/object.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/es7/object'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/es7/observable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/es7/observable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/es7/promise.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/es7/promise'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/es7/reflect.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/es7/reflect'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/es7/set.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/es7/set'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/es7/string.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/es7/string'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/es7/symbol.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/es7/symbol'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/es7/system.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/es7/system'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/es7/weak-map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/es7/weak-map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/es7/weak-set.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/es7/weak-set'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/_.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/_'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/concat.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/concat'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/copy-within.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/copy-within'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/entries.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/entries'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/every.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/every'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/fill.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/fill'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/filter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/filter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/find-index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/find-index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/find.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/find'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/flat-map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/flat-map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/flatten.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/flatten'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/for-each.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/for-each'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/from.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/from'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/includes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/includes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/index-of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/index-of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/is-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/is-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/iterator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/iterator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/join.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/join'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/keys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/keys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/last-index-of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/last-index-of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/pop.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/pop'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/push.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/push'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/reduce-right.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/reduce-right'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/reduce.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/reduce'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/reverse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/reverse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/shift.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/shift'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/slice.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/slice'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/some.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/some'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/sort.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/sort'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/splice.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/splice'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/unshift.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/unshift'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/values.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/values'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/virtual/copy-within.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/virtual/copy-within'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/virtual/entries.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/virtual/entries'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/virtual/every.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/virtual/every'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/virtual/fill.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/virtual/fill'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/virtual/filter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/virtual/filter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/virtual/find-index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/virtual/find-index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/virtual/find.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/virtual/find'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/virtual/flat-map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/virtual/flat-map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/virtual/flatten.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/virtual/flatten'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/virtual/for-each.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/virtual/for-each'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/virtual/includes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/virtual/includes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/virtual/index-of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/virtual/index-of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/virtual/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/virtual/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/virtual/iterator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/virtual/iterator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/virtual/join.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/virtual/join'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/virtual/keys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/virtual/keys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/virtual/last-index-of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/virtual/last-index-of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/virtual/map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/virtual/map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/virtual/reduce-right.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/virtual/reduce-right'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/virtual/reduce.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/virtual/reduce'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/virtual/slice.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/virtual/slice'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/virtual/some.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/virtual/some'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/virtual/sort.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/virtual/sort'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/virtual/values.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/array/virtual/values'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/asap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/asap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/clear-immediate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/clear-immediate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/date/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/date/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/date/now.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/date/now'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/date/to-iso-string.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/date/to-iso-string'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/date/to-json.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/date/to-json'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/date/to-primitive.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/date/to-primitive'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/date/to-string.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/date/to-string'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/delay.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/delay'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/dict.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/dict'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/dom-collections/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/dom-collections/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/dom-collections/iterator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/dom-collections/iterator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/error/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/error/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/error/is-error.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/error/is-error'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/function/bind.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/function/bind'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/function/has-instance.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/function/has-instance'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/function/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/function/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/function/name.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/function/name'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/function/part.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/function/part'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/function/virtual/bind.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/function/virtual/bind'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/function/virtual/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/function/virtual/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/function/virtual/part.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/function/virtual/part'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/get-iterator-method.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/get-iterator-method'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/get-iterator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/get-iterator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/global.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/global'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/is-iterable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/is-iterable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/json/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/json/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/json/stringify.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/json/stringify'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/map/from.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/map/from'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/map/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/map/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/map/of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/map/of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/acosh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/acosh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/asinh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/asinh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/atanh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/atanh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/cbrt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/cbrt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/clamp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/clamp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/clz32.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/clz32'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/cosh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/cosh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/deg-per-rad.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/deg-per-rad'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/degrees.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/degrees'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/expm1.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/expm1'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/fround.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/fround'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/fscale.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/fscale'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/hypot.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/hypot'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/iaddh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/iaddh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/imul.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/imul'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/imulh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/imulh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/isubh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/isubh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/log10.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/log10'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/log1p.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/log1p'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/log2.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/log2'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/rad-per-deg.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/rad-per-deg'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/radians.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/radians'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/scale.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/scale'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/sign.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/sign'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/signbit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/signbit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/sinh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/sinh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/tanh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/tanh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/trunc.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/trunc'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/umulh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/math/umulh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/number/constructor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/number/constructor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/number/epsilon.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/number/epsilon'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/number/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/number/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/number/is-finite.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/number/is-finite'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/number/is-integer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/number/is-integer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/number/is-nan.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/number/is-nan'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/number/is-safe-integer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/number/is-safe-integer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/number/iterator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/number/iterator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/number/max-safe-integer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/number/max-safe-integer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/number/min-safe-integer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/number/min-safe-integer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/number/parse-float.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/number/parse-float'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/number/parse-int.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/number/parse-int'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/number/to-fixed.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/number/to-fixed'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/number/to-precision.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/number/to-precision'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/number/virtual/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/number/virtual/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/number/virtual/iterator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/number/virtual/iterator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/number/virtual/to-fixed.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/number/virtual/to-fixed'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/number/virtual/to-precision.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/number/virtual/to-precision'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/assign.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/assign'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/classof.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/classof'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/create.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/create'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/define-getter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/define-getter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/define-properties.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/define-properties'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/define-property.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/define-property'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/define-setter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/define-setter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/define.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/define'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/entries.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/entries'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/freeze.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/freeze'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/get-own-property-descriptor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/get-own-property-descriptor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/get-own-property-descriptors.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/get-own-property-descriptors'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/get-own-property-names.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/get-own-property-names'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/get-own-property-symbols.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/get-own-property-symbols'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/get-prototype-of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/get-prototype-of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/is-extensible.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/is-extensible'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/is-frozen.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/is-frozen'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/is-object.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/is-object'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/is-sealed.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/is-sealed'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/is.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/is'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/keys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/keys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/lookup-getter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/lookup-getter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/lookup-setter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/lookup-setter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/make.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/make'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/prevent-extensions.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/prevent-extensions'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/seal.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/seal'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/set-prototype-of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/set-prototype-of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/values.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/object/values'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/observable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/observable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/parse-float.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/parse-float'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/parse-int.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/parse-int'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/promise.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/promise'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/promise/finally.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/promise/finally'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/promise/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/promise/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/promise/try.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/promise/try'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/reflect/apply.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/reflect/apply'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/reflect/construct.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/reflect/construct'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/reflect/define-metadata.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/reflect/define-metadata'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/reflect/define-property.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/reflect/define-property'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/reflect/delete-metadata.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/reflect/delete-metadata'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/reflect/delete-property.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/reflect/delete-property'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/reflect/enumerate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/reflect/enumerate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/reflect/get-metadata-keys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/reflect/get-metadata-keys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/reflect/get-metadata.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/reflect/get-metadata'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/reflect/get-own-metadata-keys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/reflect/get-own-metadata-keys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/reflect/get-own-metadata.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/reflect/get-own-metadata'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/reflect/get-own-property-descriptor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/reflect/get-own-property-descriptor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/reflect/get-prototype-of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/reflect/get-prototype-of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/reflect/get.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/reflect/get'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/reflect/has-metadata.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/reflect/has-metadata'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/reflect/has-own-metadata.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/reflect/has-own-metadata'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/reflect/has.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/reflect/has'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/reflect/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/reflect/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/reflect/is-extensible.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/reflect/is-extensible'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/reflect/metadata.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/reflect/metadata'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/reflect/own-keys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/reflect/own-keys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/reflect/prevent-extensions.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/reflect/prevent-extensions'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/reflect/set-prototype-of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/reflect/set-prototype-of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/reflect/set.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/reflect/set'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/regexp/constructor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/regexp/constructor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/regexp/escape.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/regexp/escape'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/regexp/flags.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/regexp/flags'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/regexp/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/regexp/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/regexp/match.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/regexp/match'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/regexp/replace.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/regexp/replace'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/regexp/search.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/regexp/search'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/regexp/split.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/regexp/split'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/regexp/to-string.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/regexp/to-string'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/set-immediate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/set-immediate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/set-interval.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/set-interval'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/set-timeout.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/set-timeout'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/set.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/set'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/set/from.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/set/from'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/set/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/set/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/set/of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/set/of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/anchor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/anchor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/at.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/at'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/big.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/big'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/blink.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/blink'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/bold.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/bold'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/code-point-at.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/code-point-at'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/ends-with.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/ends-with'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/escape-html.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/escape-html'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/fixed.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/fixed'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/fontcolor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/fontcolor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/fontsize.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/fontsize'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/from-code-point.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/from-code-point'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/includes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/includes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/italics.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/italics'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/iterator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/iterator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/link.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/link'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/match-all.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/match-all'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/pad-end.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/pad-end'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/pad-start.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/pad-start'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/raw.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/raw'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/repeat.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/repeat'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/small.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/small'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/starts-with.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/starts-with'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/strike.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/strike'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/sub.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/sub'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/sup.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/sup'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/trim-end.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/trim-end'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/trim-left.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/trim-left'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/trim-right.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/trim-right'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/trim-start.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/trim-start'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/trim.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/trim'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/unescape-html.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/unescape-html'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/anchor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/anchor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/at.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/at'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/big.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/big'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/blink.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/blink'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/bold.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/bold'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/code-point-at.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/code-point-at'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/ends-with.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/ends-with'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/escape-html.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/escape-html'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/fixed.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/fixed'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/fontcolor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/fontcolor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/fontsize.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/fontsize'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/includes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/includes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/italics.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/italics'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/iterator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/iterator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/link.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/link'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/match-all.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/match-all'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/pad-end.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/pad-end'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/pad-start.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/pad-start'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/repeat.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/repeat'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/small.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/small'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/starts-with.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/starts-with'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/strike.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/strike'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/sub.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/sub'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/sup.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/sup'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/trim-end.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/trim-end'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/trim-left.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/trim-left'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/trim-right.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/trim-right'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/trim-start.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/trim-start'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/trim.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/trim'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/unescape-html.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/string/virtual/unescape-html'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/symbol/async-iterator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/symbol/async-iterator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/symbol/for.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/symbol/for'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/symbol/has-instance.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/symbol/has-instance'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/symbol/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/symbol/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/symbol/is-concat-spreadable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/symbol/is-concat-spreadable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/symbol/iterator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/symbol/iterator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/symbol/key-for.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/symbol/key-for'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/symbol/match.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/symbol/match'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/symbol/observable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/symbol/observable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/symbol/replace.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/symbol/replace'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/symbol/search.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/symbol/search'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/symbol/species.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/symbol/species'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/symbol/split.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/symbol/split'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/symbol/to-primitive.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/symbol/to-primitive'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/symbol/to-string-tag.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/symbol/to-string-tag'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/symbol/unscopables.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/symbol/unscopables'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/system/global.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/system/global'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/system/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/system/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/typed/array-buffer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/typed/array-buffer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/typed/data-view.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/typed/data-view'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/typed/float32-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/typed/float32-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/typed/float64-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/typed/float64-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/typed/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/typed/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/typed/int16-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/typed/int16-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/typed/int32-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/typed/int32-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/typed/int8-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/typed/int8-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/typed/uint16-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/typed/uint16-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/typed/uint32-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/typed/uint32-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/typed/uint8-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/typed/uint8-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/typed/uint8-clamped-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/typed/uint8-clamped-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/weak-map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/weak-map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/weak-map/from.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/weak-map/from'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/weak-map/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/weak-map/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/weak-map/of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/weak-map/of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/weak-set.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/weak-set'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/weak-set/from.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/weak-set/from'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/weak-set/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/weak-set/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/weak-set/of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/fn/weak-set/of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/Gruntfile.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/Gruntfile'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/core/_.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/core/_'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/core/delay.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/core/delay'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/core/dict.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/core/dict'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/core/function.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/core/function'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/core/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/core/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/core/number.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/core/number'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/core/object.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/core/object'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/core/regexp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/core/regexp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/core/string.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/core/string'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es5/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es5/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es6/array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es6/array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es6/date.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es6/date'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es6/function.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es6/function'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es6/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es6/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es6/map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es6/map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es6/math.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es6/math'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es6/number.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es6/number'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es6/object.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es6/object'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es6/parse-float.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es6/parse-float'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es6/parse-int.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es6/parse-int'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es6/promise.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es6/promise'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es6/reflect.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es6/reflect'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es6/regexp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es6/regexp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es6/set.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es6/set'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es6/string.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es6/string'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es6/symbol.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es6/symbol'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es6/typed.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es6/typed'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es6/weak-map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es6/weak-map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es6/weak-set.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es6/weak-set'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es7/array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es7/array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es7/asap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es7/asap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es7/error.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es7/error'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es7/global.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es7/global'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es7/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es7/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es7/map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es7/map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es7/math.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es7/math'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es7/object.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es7/object'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es7/observable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es7/observable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es7/promise.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es7/promise'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es7/reflect.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es7/reflect'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es7/set.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es7/set'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es7/string.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es7/string'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es7/symbol.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es7/symbol'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es7/system.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es7/system'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es7/weak-map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es7/weak-map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es7/weak-set.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/es7/weak-set'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/_.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/_'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/concat.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/concat'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/copy-within.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/copy-within'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/entries.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/entries'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/every.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/every'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/fill.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/fill'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/filter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/filter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/find-index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/find-index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/find.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/find'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/flat-map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/flat-map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/flatten.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/flatten'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/for-each.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/for-each'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/from.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/from'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/includes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/includes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/index-of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/index-of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/is-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/is-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/iterator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/iterator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/join.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/join'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/keys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/keys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/last-index-of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/last-index-of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/pop.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/pop'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/push.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/push'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/reduce-right.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/reduce-right'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/reduce.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/reduce'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/reverse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/reverse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/shift.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/shift'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/slice.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/slice'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/some.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/some'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/sort.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/sort'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/splice.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/splice'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/unshift.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/unshift'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/values.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/values'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/virtual/copy-within.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/virtual/copy-within'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/virtual/entries.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/virtual/entries'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/virtual/every.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/virtual/every'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/virtual/fill.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/virtual/fill'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/virtual/filter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/virtual/filter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/virtual/find-index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/virtual/find-index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/virtual/find.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/virtual/find'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/virtual/flat-map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/virtual/flat-map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/virtual/flatten.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/virtual/flatten'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/virtual/for-each.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/virtual/for-each'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/virtual/includes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/virtual/includes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/virtual/index-of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/virtual/index-of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/virtual/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/virtual/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/virtual/iterator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/virtual/iterator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/virtual/join.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/virtual/join'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/virtual/keys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/virtual/keys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/virtual/last-index-of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/virtual/last-index-of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/virtual/map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/virtual/map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/virtual/reduce-right.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/virtual/reduce-right'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/virtual/reduce.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/virtual/reduce'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/virtual/slice.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/virtual/slice'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/virtual/some.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/virtual/some'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/virtual/sort.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/virtual/sort'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/virtual/values.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/array/virtual/values'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/asap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/asap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/clear-immediate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/clear-immediate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/date/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/date/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/date/now.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/date/now'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/date/to-iso-string.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/date/to-iso-string'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/date/to-json.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/date/to-json'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/date/to-primitive.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/date/to-primitive'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/date/to-string.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/date/to-string'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/delay.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/delay'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/dict.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/dict'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/dom-collections/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/dom-collections/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/dom-collections/iterator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/dom-collections/iterator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/error/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/error/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/error/is-error.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/error/is-error'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/function/bind.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/function/bind'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/function/has-instance.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/function/has-instance'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/function/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/function/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/function/name.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/function/name'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/function/part.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/function/part'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/function/virtual/bind.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/function/virtual/bind'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/function/virtual/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/function/virtual/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/function/virtual/part.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/function/virtual/part'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/get-iterator-method.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/get-iterator-method'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/get-iterator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/get-iterator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/global.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/global'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/is-iterable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/is-iterable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/json/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/json/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/json/stringify.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/json/stringify'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/map/from.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/map/from'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/map/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/map/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/map/of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/map/of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/acosh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/acosh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/asinh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/asinh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/atanh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/atanh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/cbrt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/cbrt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/clamp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/clamp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/clz32.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/clz32'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/cosh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/cosh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/deg-per-rad.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/deg-per-rad'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/degrees.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/degrees'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/expm1.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/expm1'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/fround.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/fround'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/fscale.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/fscale'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/hypot.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/hypot'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/iaddh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/iaddh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/imul.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/imul'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/imulh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/imulh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/isubh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/isubh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/log10.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/log10'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/log1p.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/log1p'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/log2.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/log2'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/rad-per-deg.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/rad-per-deg'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/radians.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/radians'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/scale.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/scale'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/sign.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/sign'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/signbit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/signbit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/sinh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/sinh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/tanh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/tanh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/trunc.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/trunc'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/umulh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/math/umulh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/number/constructor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/number/constructor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/number/epsilon.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/number/epsilon'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/number/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/number/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/number/is-finite.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/number/is-finite'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/number/is-integer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/number/is-integer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/number/is-nan.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/number/is-nan'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/number/is-safe-integer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/number/is-safe-integer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/number/iterator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/number/iterator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/number/max-safe-integer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/number/max-safe-integer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/number/min-safe-integer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/number/min-safe-integer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/number/parse-float.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/number/parse-float'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/number/parse-int.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/number/parse-int'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/number/to-fixed.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/number/to-fixed'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/number/to-precision.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/number/to-precision'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/number/virtual/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/number/virtual/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/number/virtual/iterator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/number/virtual/iterator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/number/virtual/to-fixed.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/number/virtual/to-fixed'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/number/virtual/to-precision.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/number/virtual/to-precision'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/assign.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/assign'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/classof.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/classof'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/create.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/create'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/define-getter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/define-getter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/define-properties.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/define-properties'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/define-property.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/define-property'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/define-setter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/define-setter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/define.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/define'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/entries.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/entries'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/freeze.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/freeze'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/get-own-property-descriptor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/get-own-property-descriptor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/get-own-property-descriptors.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/get-own-property-descriptors'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/get-own-property-names.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/get-own-property-names'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/get-own-property-symbols.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/get-own-property-symbols'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/get-prototype-of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/get-prototype-of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/is-extensible.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/is-extensible'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/is-frozen.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/is-frozen'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/is-object.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/is-object'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/is-sealed.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/is-sealed'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/is.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/is'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/keys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/keys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/lookup-getter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/lookup-getter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/lookup-setter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/lookup-setter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/make.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/make'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/prevent-extensions.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/prevent-extensions'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/seal.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/seal'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/set-prototype-of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/set-prototype-of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/values.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/object/values'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/observable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/observable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/parse-float.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/parse-float'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/parse-int.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/parse-int'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/promise.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/promise'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/promise/finally.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/promise/finally'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/promise/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/promise/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/promise/try.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/promise/try'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/reflect/apply.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/reflect/apply'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/reflect/construct.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/reflect/construct'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/reflect/define-metadata.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/reflect/define-metadata'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/reflect/define-property.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/reflect/define-property'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/reflect/delete-metadata.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/reflect/delete-metadata'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/reflect/delete-property.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/reflect/delete-property'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/reflect/enumerate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/reflect/enumerate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/reflect/get-metadata-keys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/reflect/get-metadata-keys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/reflect/get-metadata.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/reflect/get-metadata'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/reflect/get-own-metadata-keys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/reflect/get-own-metadata-keys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/reflect/get-own-metadata.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/reflect/get-own-metadata'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/reflect/get-own-property-descriptor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/reflect/get-own-property-descriptor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/reflect/get-prototype-of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/reflect/get-prototype-of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/reflect/get.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/reflect/get'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/reflect/has-metadata.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/reflect/has-metadata'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/reflect/has-own-metadata.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/reflect/has-own-metadata'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/reflect/has.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/reflect/has'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/reflect/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/reflect/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/reflect/is-extensible.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/reflect/is-extensible'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/reflect/metadata.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/reflect/metadata'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/reflect/own-keys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/reflect/own-keys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/reflect/prevent-extensions.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/reflect/prevent-extensions'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/reflect/set-prototype-of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/reflect/set-prototype-of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/reflect/set.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/reflect/set'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/regexp/constructor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/regexp/constructor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/regexp/escape.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/regexp/escape'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/regexp/flags.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/regexp/flags'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/regexp/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/regexp/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/regexp/match.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/regexp/match'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/regexp/replace.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/regexp/replace'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/regexp/search.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/regexp/search'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/regexp/split.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/regexp/split'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/regexp/to-string.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/regexp/to-string'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/set-immediate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/set-immediate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/set-interval.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/set-interval'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/set-timeout.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/set-timeout'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/set.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/set'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/set/from.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/set/from'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/set/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/set/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/set/of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/set/of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/anchor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/anchor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/at.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/at'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/big.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/big'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/blink.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/blink'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/bold.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/bold'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/code-point-at.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/code-point-at'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/ends-with.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/ends-with'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/escape-html.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/escape-html'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/fixed.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/fixed'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/fontcolor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/fontcolor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/fontsize.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/fontsize'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/from-code-point.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/from-code-point'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/includes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/includes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/italics.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/italics'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/iterator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/iterator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/link.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/link'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/match-all.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/match-all'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/pad-end.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/pad-end'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/pad-start.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/pad-start'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/raw.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/raw'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/repeat.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/repeat'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/small.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/small'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/starts-with.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/starts-with'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/strike.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/strike'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/sub.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/sub'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/sup.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/sup'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/trim-end.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/trim-end'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/trim-left.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/trim-left'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/trim-right.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/trim-right'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/trim-start.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/trim-start'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/trim.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/trim'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/unescape-html.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/unescape-html'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/anchor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/anchor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/at.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/at'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/big.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/big'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/blink.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/blink'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/bold.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/bold'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/code-point-at.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/code-point-at'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/ends-with.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/ends-with'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/escape-html.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/escape-html'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/fixed.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/fixed'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/fontcolor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/fontcolor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/fontsize.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/fontsize'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/includes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/includes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/italics.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/italics'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/iterator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/iterator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/link.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/link'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/match-all.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/match-all'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/pad-end.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/pad-end'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/pad-start.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/pad-start'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/repeat.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/repeat'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/small.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/small'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/starts-with.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/starts-with'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/strike.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/strike'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/sub.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/sub'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/sup.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/sup'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/trim-end.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/trim-end'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/trim-left.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/trim-left'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/trim-right.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/trim-right'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/trim-start.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/trim-start'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/trim.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/trim'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/unescape-html.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/string/virtual/unescape-html'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/symbol/async-iterator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/symbol/async-iterator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/symbol/for.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/symbol/for'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/symbol/has-instance.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/symbol/has-instance'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/symbol/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/symbol/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/symbol/is-concat-spreadable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/symbol/is-concat-spreadable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/symbol/iterator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/symbol/iterator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/symbol/key-for.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/symbol/key-for'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/symbol/match.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/symbol/match'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/symbol/observable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/symbol/observable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/symbol/replace.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/symbol/replace'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/symbol/search.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/symbol/search'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/symbol/species.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/symbol/species'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/symbol/split.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/symbol/split'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/symbol/to-primitive.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/symbol/to-primitive'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/symbol/to-string-tag.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/symbol/to-string-tag'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/symbol/unscopables.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/symbol/unscopables'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/system/global.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/system/global'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/system/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/system/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/typed/array-buffer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/typed/array-buffer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/typed/data-view.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/typed/data-view'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/typed/float32-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/typed/float32-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/typed/float64-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/typed/float64-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/typed/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/typed/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/typed/int16-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/typed/int16-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/typed/int32-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/typed/int32-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/typed/int8-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/typed/int8-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/typed/uint16-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/typed/uint16-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/typed/uint32-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/typed/uint32-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/typed/uint8-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/typed/uint8-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/typed/uint8-clamped-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/typed/uint8-clamped-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/weak-map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/weak-map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/weak-map/from.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/weak-map/from'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/weak-map/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/weak-map/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/weak-map/of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/weak-map/of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/weak-set.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/weak-set'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/weak-set/from.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/weak-set/from'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/weak-set/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/weak-set/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/weak-set/of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/fn/weak-set/of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_a-function.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_a-function'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_a-number-value.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_a-number-value'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_add-to-unscopables.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_add-to-unscopables'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_an-instance.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_an-instance'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_an-object.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_an-object'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_array-copy-within.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_array-copy-within'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_array-fill.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_array-fill'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_array-from-iterable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_array-from-iterable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_array-includes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_array-includes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_array-methods.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_array-methods'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_array-reduce.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_array-reduce'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_array-species-constructor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_array-species-constructor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_array-species-create.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_array-species-create'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_bind.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_bind'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_classof.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_classof'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_cof.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_cof'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_collection-strong.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_collection-strong'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_collection-to-json.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_collection-to-json'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_collection-weak.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_collection-weak'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_collection.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_collection'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_core.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_core'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_create-property.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_create-property'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_ctx.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_ctx'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_date-to-iso-string.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_date-to-iso-string'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_date-to-primitive.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_date-to-primitive'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_defined.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_defined'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_descriptors.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_descriptors'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_dom-create.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_dom-create'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_entry-virtual.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_entry-virtual'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_enum-bug-keys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_enum-bug-keys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_enum-keys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_enum-keys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_export.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_export'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_fails-is-regexp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_fails-is-regexp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_fails.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_fails'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_fix-re-wks.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_fix-re-wks'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_flags.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_flags'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_flatten-into-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_flatten-into-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_for-of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_for-of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_global.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_global'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_has.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_has'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_hide.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_hide'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_html.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_html'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_ie8-dom-define.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_ie8-dom-define'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_inherit-if-required.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_inherit-if-required'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_invoke.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_invoke'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_iobject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_iobject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_is-array-iter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_is-array-iter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_is-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_is-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_is-integer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_is-integer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_is-object.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_is-object'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_is-regexp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_is-regexp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_iter-call.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_iter-call'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_iter-create.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_iter-create'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_iter-define.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_iter-define'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_iter-detect.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_iter-detect'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_iter-step.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_iter-step'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_iterators.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_iterators'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_keyof.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_keyof'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_library.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_library'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_math-expm1.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_math-expm1'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_math-fround.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_math-fround'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_math-log1p.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_math-log1p'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_math-scale.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_math-scale'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_math-sign.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_math-sign'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_meta.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_meta'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_metadata.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_metadata'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_microtask.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_microtask'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_new-promise-capability.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_new-promise-capability'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_object-assign.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_object-assign'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_object-create.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_object-create'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_object-define.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_object-define'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_object-dp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_object-dp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_object-dps.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_object-dps'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_object-forced-pam.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_object-forced-pam'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_object-gopd.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_object-gopd'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_object-gopn-ext.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_object-gopn-ext'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_object-gopn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_object-gopn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_object-gops.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_object-gops'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_object-gpo.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_object-gpo'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_object-keys-internal.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_object-keys-internal'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_object-keys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_object-keys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_object-pie.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_object-pie'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_object-sap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_object-sap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_object-to-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_object-to-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_own-keys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_own-keys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_parse-float.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_parse-float'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_parse-int.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_parse-int'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_partial.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_partial'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_path.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_path'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_perform.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_perform'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_promise-resolve.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_promise-resolve'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_property-desc.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_property-desc'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_redefine-all.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_redefine-all'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_redefine.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_redefine'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_replacer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_replacer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_same-value.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_same-value'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_set-collection-from.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_set-collection-from'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_set-collection-of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_set-collection-of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_set-proto.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_set-proto'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_set-species.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_set-species'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_set-to-string-tag.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_set-to-string-tag'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_shared-key.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_shared-key'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_shared.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_shared'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_species-constructor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_species-constructor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_strict-method.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_strict-method'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_string-at.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_string-at'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_string-context.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_string-context'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_string-html.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_string-html'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_string-pad.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_string-pad'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_string-repeat.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_string-repeat'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_string-trim.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_string-trim'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_string-ws.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_string-ws'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_task.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_task'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_to-absolute-index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_to-absolute-index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_to-index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_to-index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_to-integer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_to-integer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_to-iobject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_to-iobject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_to-length.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_to-length'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_to-object.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_to-object'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_to-primitive.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_to-primitive'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_typed-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_typed-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_typed-buffer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_typed-buffer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_typed.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_typed'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_uid.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_uid'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_user-agent.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_user-agent'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_validate-collection.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_validate-collection'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_wks-define.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_wks-define'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_wks-ext.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_wks-ext'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_wks.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/_wks'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/core.delay.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/core.delay'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/core.dict.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/core.dict'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/core.function.part.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/core.function.part'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/core.get-iterator-method.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/core.get-iterator-method'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/core.get-iterator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/core.get-iterator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/core.is-iterable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/core.is-iterable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/core.number.iterator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/core.number.iterator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/core.object.classof.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/core.object.classof'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/core.object.define.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/core.object.define'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/core.object.is-object.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/core.object.is-object'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/core.object.make.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/core.object.make'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/core.regexp.escape.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/core.regexp.escape'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/core.string.escape-html.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/core.string.escape-html'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/core.string.unescape-html.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/core.string.unescape-html'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es5.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es5'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.array.copy-within.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.array.copy-within'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.array.every.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.array.every'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.array.fill.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.array.fill'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.array.filter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.array.filter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.array.find-index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.array.find-index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.array.find.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.array.find'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.array.for-each.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.array.for-each'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.array.from.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.array.from'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.array.index-of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.array.index-of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.array.is-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.array.is-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.array.iterator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.array.iterator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.array.join.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.array.join'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.array.last-index-of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.array.last-index-of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.array.map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.array.map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.array.of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.array.of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.array.reduce-right.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.array.reduce-right'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.array.reduce.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.array.reduce'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.array.slice.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.array.slice'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.array.some.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.array.some'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.array.sort.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.array.sort'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.array.species.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.array.species'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.date.now.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.date.now'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.date.to-iso-string.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.date.to-iso-string'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.date.to-json.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.date.to-json'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.date.to-primitive.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.date.to-primitive'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.date.to-string.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.date.to-string'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.function.bind.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.function.bind'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.function.has-instance.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.function.has-instance'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.function.name.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.function.name'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.math.acosh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.math.acosh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.math.asinh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.math.asinh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.math.atanh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.math.atanh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.math.cbrt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.math.cbrt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.math.clz32.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.math.clz32'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.math.cosh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.math.cosh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.math.expm1.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.math.expm1'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.math.fround.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.math.fround'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.math.hypot.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.math.hypot'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.math.imul.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.math.imul'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.math.log10.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.math.log10'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.math.log1p.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.math.log1p'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.math.log2.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.math.log2'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.math.sign.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.math.sign'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.math.sinh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.math.sinh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.math.tanh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.math.tanh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.math.trunc.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.math.trunc'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.number.constructor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.number.constructor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.number.epsilon.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.number.epsilon'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.number.is-finite.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.number.is-finite'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.number.is-integer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.number.is-integer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.number.is-nan.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.number.is-nan'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.number.is-safe-integer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.number.is-safe-integer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.number.max-safe-integer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.number.max-safe-integer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.number.min-safe-integer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.number.min-safe-integer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.number.parse-float.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.number.parse-float'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.number.parse-int.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.number.parse-int'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.number.to-fixed.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.number.to-fixed'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.number.to-precision.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.number.to-precision'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.object.assign.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.object.assign'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.object.create.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.object.create'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.object.define-properties.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.object.define-properties'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.object.define-property.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.object.define-property'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.object.freeze.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.object.freeze'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.object.get-own-property-descriptor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.object.get-own-property-descriptor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.object.get-own-property-names.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.object.get-own-property-names'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.object.get-prototype-of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.object.get-prototype-of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.object.is-extensible.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.object.is-extensible'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.object.is-frozen.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.object.is-frozen'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.object.is-sealed.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.object.is-sealed'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.object.is.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.object.is'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.object.keys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.object.keys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.object.prevent-extensions.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.object.prevent-extensions'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.object.seal.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.object.seal'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.object.set-prototype-of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.object.set-prototype-of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.object.to-string.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.object.to-string'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.parse-float.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.parse-float'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.parse-int.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.parse-int'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.promise.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.promise'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.reflect.apply.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.reflect.apply'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.reflect.construct.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.reflect.construct'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.reflect.define-property.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.reflect.define-property'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.reflect.delete-property.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.reflect.delete-property'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.reflect.enumerate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.reflect.enumerate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.reflect.get-own-property-descriptor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.reflect.get-own-property-descriptor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.reflect.get-prototype-of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.reflect.get-prototype-of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.reflect.get.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.reflect.get'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.reflect.has.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.reflect.has'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.reflect.is-extensible.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.reflect.is-extensible'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.reflect.own-keys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.reflect.own-keys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.reflect.prevent-extensions.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.reflect.prevent-extensions'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.reflect.set-prototype-of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.reflect.set-prototype-of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.reflect.set.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.reflect.set'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.regexp.constructor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.regexp.constructor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.regexp.flags.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.regexp.flags'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.regexp.match.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.regexp.match'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.regexp.replace.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.regexp.replace'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.regexp.search.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.regexp.search'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.regexp.split.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.regexp.split'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.regexp.to-string.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.regexp.to-string'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.set.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.set'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.string.anchor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.string.anchor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.string.big.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.string.big'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.string.blink.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.string.blink'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.string.bold.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.string.bold'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.string.code-point-at.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.string.code-point-at'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.string.ends-with.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.string.ends-with'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.string.fixed.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.string.fixed'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.string.fontcolor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.string.fontcolor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.string.fontsize.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.string.fontsize'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.string.from-code-point.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.string.from-code-point'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.string.includes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.string.includes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.string.italics.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.string.italics'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.string.iterator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.string.iterator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.string.link.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.string.link'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.string.raw.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.string.raw'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.string.repeat.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.string.repeat'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.string.small.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.string.small'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.string.starts-with.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.string.starts-with'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.string.strike.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.string.strike'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.string.sub.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.string.sub'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.string.sup.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.string.sup'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.string.trim.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.string.trim'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.symbol.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.symbol'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.typed.array-buffer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.typed.array-buffer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.typed.data-view.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.typed.data-view'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.typed.float32-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.typed.float32-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.typed.float64-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.typed.float64-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.typed.int16-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.typed.int16-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.typed.int32-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.typed.int32-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.typed.int8-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.typed.int8-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.typed.uint16-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.typed.uint16-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.typed.uint32-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.typed.uint32-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.typed.uint8-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.typed.uint8-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.typed.uint8-clamped-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.typed.uint8-clamped-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.weak-map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.weak-map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.weak-set.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es6.weak-set'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.array.flat-map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.array.flat-map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.array.flatten.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.array.flatten'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.array.includes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.array.includes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.asap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.asap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.error.is-error.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.error.is-error'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.global.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.global'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.map.from.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.map.from'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.map.of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.map.of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.map.to-json.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.map.to-json'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.math.clamp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.math.clamp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.math.deg-per-rad.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.math.deg-per-rad'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.math.degrees.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.math.degrees'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.math.fscale.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.math.fscale'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.math.iaddh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.math.iaddh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.math.imulh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.math.imulh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.math.isubh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.math.isubh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.math.rad-per-deg.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.math.rad-per-deg'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.math.radians.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.math.radians'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.math.scale.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.math.scale'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.math.signbit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.math.signbit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.math.umulh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.math.umulh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.object.define-getter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.object.define-getter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.object.define-setter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.object.define-setter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.object.entries.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.object.entries'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.object.get-own-property-descriptors.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.object.get-own-property-descriptors'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.object.lookup-getter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.object.lookup-getter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.object.lookup-setter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.object.lookup-setter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.object.values.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.object.values'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.observable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.observable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.promise.finally.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.promise.finally'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.promise.try.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.promise.try'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.reflect.define-metadata.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.reflect.define-metadata'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.reflect.delete-metadata.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.reflect.delete-metadata'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.reflect.get-metadata-keys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.reflect.get-metadata-keys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.reflect.get-metadata.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.reflect.get-metadata'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.reflect.get-own-metadata-keys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.reflect.get-own-metadata-keys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.reflect.get-own-metadata.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.reflect.get-own-metadata'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.reflect.has-metadata.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.reflect.has-metadata'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.reflect.has-own-metadata.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.reflect.has-own-metadata'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.reflect.metadata.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.reflect.metadata'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.set.from.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.set.from'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.set.of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.set.of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.set.to-json.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.set.to-json'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.string.at.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.string.at'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.string.match-all.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.string.match-all'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.string.pad-end.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.string.pad-end'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.string.pad-start.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.string.pad-start'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.string.trim-left.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.string.trim-left'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.string.trim-right.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.string.trim-right'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.symbol.async-iterator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.symbol.async-iterator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.symbol.observable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.symbol.observable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.system.global.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.system.global'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.weak-map.from.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.weak-map.from'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.weak-map.of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.weak-map.of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.weak-set.from.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.weak-set.from'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.weak-set.of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/es7.weak-set.of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/web.dom.iterable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/web.dom.iterable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/web.immediate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/web.immediate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/web.timers.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/modules/web.timers'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/shim.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/shim'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/stage/0.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/stage/0'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/stage/1.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/stage/1'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/stage/2.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/stage/2'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/stage/3.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/stage/3'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/stage/4.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/stage/4'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/stage/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/stage/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/stage/pre.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/stage/pre'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/web/dom-collections.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/web/dom-collections'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/web/immediate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/web/immediate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/web/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/web/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/web/timers.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/library/web/timers'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_a-function.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_a-function'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_a-number-value.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_a-number-value'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_add-to-unscopables.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_add-to-unscopables'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_an-instance.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_an-instance'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_an-object.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_an-object'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_array-copy-within.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_array-copy-within'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_array-fill.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_array-fill'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_array-from-iterable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_array-from-iterable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_array-includes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_array-includes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_array-methods.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_array-methods'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_array-reduce.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_array-reduce'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_array-species-constructor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_array-species-constructor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_array-species-create.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_array-species-create'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_bind.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_bind'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_classof.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_classof'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_cof.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_cof'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_collection-strong.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_collection-strong'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_collection-to-json.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_collection-to-json'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_collection-weak.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_collection-weak'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_collection.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_collection'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_core.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_core'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_create-property.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_create-property'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_ctx.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_ctx'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_date-to-iso-string.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_date-to-iso-string'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_date-to-primitive.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_date-to-primitive'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_defined.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_defined'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_descriptors.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_descriptors'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_dom-create.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_dom-create'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_entry-virtual.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_entry-virtual'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_enum-bug-keys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_enum-bug-keys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_enum-keys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_enum-keys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_export.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_export'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_fails-is-regexp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_fails-is-regexp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_fails.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_fails'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_fix-re-wks.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_fix-re-wks'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_flags.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_flags'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_flatten-into-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_flatten-into-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_for-of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_for-of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_global.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_global'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_has.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_has'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_hide.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_hide'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_html.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_html'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_ie8-dom-define.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_ie8-dom-define'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_inherit-if-required.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_inherit-if-required'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_invoke.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_invoke'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_iobject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_iobject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_is-array-iter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_is-array-iter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_is-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_is-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_is-integer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_is-integer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_is-object.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_is-object'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_is-regexp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_is-regexp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_iter-call.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_iter-call'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_iter-create.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_iter-create'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_iter-define.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_iter-define'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_iter-detect.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_iter-detect'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_iter-step.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_iter-step'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_iterators.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_iterators'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_keyof.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_keyof'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_library.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_library'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_math-expm1.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_math-expm1'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_math-fround.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_math-fround'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_math-log1p.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_math-log1p'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_math-scale.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_math-scale'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_math-sign.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_math-sign'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_meta.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_meta'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_metadata.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_metadata'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_microtask.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_microtask'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_new-promise-capability.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_new-promise-capability'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_object-assign.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_object-assign'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_object-create.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_object-create'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_object-define.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_object-define'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_object-dp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_object-dp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_object-dps.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_object-dps'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_object-forced-pam.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_object-forced-pam'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_object-gopd.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_object-gopd'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_object-gopn-ext.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_object-gopn-ext'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_object-gopn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_object-gopn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_object-gops.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_object-gops'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_object-gpo.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_object-gpo'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_object-keys-internal.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_object-keys-internal'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_object-keys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_object-keys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_object-pie.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_object-pie'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_object-sap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_object-sap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_object-to-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_object-to-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_own-keys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_own-keys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_parse-float.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_parse-float'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_parse-int.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_parse-int'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_partial.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_partial'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_path.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_path'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_perform.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_perform'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_promise-resolve.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_promise-resolve'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_property-desc.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_property-desc'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_redefine-all.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_redefine-all'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_redefine.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_redefine'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_replacer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_replacer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_same-value.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_same-value'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_set-collection-from.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_set-collection-from'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_set-collection-of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_set-collection-of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_set-proto.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_set-proto'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_set-species.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_set-species'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_set-to-string-tag.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_set-to-string-tag'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_shared-key.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_shared-key'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_shared.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_shared'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_species-constructor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_species-constructor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_strict-method.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_strict-method'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_string-at.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_string-at'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_string-context.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_string-context'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_string-html.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_string-html'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_string-pad.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_string-pad'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_string-repeat.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_string-repeat'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_string-trim.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_string-trim'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_string-ws.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_string-ws'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_task.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_task'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_to-absolute-index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_to-absolute-index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_to-index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_to-index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_to-integer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_to-integer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_to-iobject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_to-iobject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_to-length.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_to-length'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_to-object.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_to-object'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_to-primitive.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_to-primitive'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_typed-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_typed-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_typed-buffer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_typed-buffer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_typed.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_typed'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_uid.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_uid'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_user-agent.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_user-agent'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_validate-collection.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_validate-collection'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_wks-define.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_wks-define'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_wks-ext.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_wks-ext'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_wks.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/_wks'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/core.delay.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/core.delay'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/core.dict.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/core.dict'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/core.function.part.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/core.function.part'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/core.get-iterator-method.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/core.get-iterator-method'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/core.get-iterator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/core.get-iterator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/core.is-iterable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/core.is-iterable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/core.number.iterator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/core.number.iterator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/core.object.classof.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/core.object.classof'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/core.object.define.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/core.object.define'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/core.object.is-object.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/core.object.is-object'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/core.object.make.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/core.object.make'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/core.regexp.escape.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/core.regexp.escape'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/core.string.escape-html.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/core.string.escape-html'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/core.string.unescape-html.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/core.string.unescape-html'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es5.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es5'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.array.copy-within.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.array.copy-within'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.array.every.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.array.every'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.array.fill.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.array.fill'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.array.filter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.array.filter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.array.find-index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.array.find-index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.array.find.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.array.find'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.array.for-each.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.array.for-each'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.array.from.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.array.from'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.array.index-of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.array.index-of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.array.is-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.array.is-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.array.iterator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.array.iterator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.array.join.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.array.join'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.array.last-index-of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.array.last-index-of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.array.map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.array.map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.array.of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.array.of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.array.reduce-right.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.array.reduce-right'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.array.reduce.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.array.reduce'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.array.slice.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.array.slice'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.array.some.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.array.some'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.array.sort.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.array.sort'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.array.species.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.array.species'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.date.now.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.date.now'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.date.to-iso-string.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.date.to-iso-string'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.date.to-json.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.date.to-json'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.date.to-primitive.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.date.to-primitive'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.date.to-string.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.date.to-string'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.function.bind.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.function.bind'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.function.has-instance.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.function.has-instance'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.function.name.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.function.name'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.math.acosh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.math.acosh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.math.asinh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.math.asinh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.math.atanh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.math.atanh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.math.cbrt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.math.cbrt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.math.clz32.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.math.clz32'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.math.cosh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.math.cosh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.math.expm1.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.math.expm1'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.math.fround.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.math.fround'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.math.hypot.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.math.hypot'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.math.imul.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.math.imul'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.math.log10.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.math.log10'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.math.log1p.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.math.log1p'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.math.log2.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.math.log2'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.math.sign.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.math.sign'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.math.sinh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.math.sinh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.math.tanh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.math.tanh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.math.trunc.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.math.trunc'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.number.constructor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.number.constructor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.number.epsilon.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.number.epsilon'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.number.is-finite.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.number.is-finite'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.number.is-integer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.number.is-integer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.number.is-nan.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.number.is-nan'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.number.is-safe-integer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.number.is-safe-integer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.number.max-safe-integer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.number.max-safe-integer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.number.min-safe-integer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.number.min-safe-integer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.number.parse-float.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.number.parse-float'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.number.parse-int.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.number.parse-int'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.number.to-fixed.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.number.to-fixed'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.number.to-precision.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.number.to-precision'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.object.assign.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.object.assign'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.object.create.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.object.create'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.object.define-properties.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.object.define-properties'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.object.define-property.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.object.define-property'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.object.freeze.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.object.freeze'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.object.get-own-property-descriptor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.object.get-own-property-descriptor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.object.get-own-property-names.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.object.get-own-property-names'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.object.get-prototype-of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.object.get-prototype-of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.object.is-extensible.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.object.is-extensible'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.object.is-frozen.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.object.is-frozen'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.object.is-sealed.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.object.is-sealed'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.object.is.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.object.is'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.object.keys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.object.keys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.object.prevent-extensions.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.object.prevent-extensions'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.object.seal.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.object.seal'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.object.set-prototype-of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.object.set-prototype-of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.object.to-string.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.object.to-string'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.parse-float.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.parse-float'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.parse-int.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.parse-int'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.promise.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.promise'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.reflect.apply.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.reflect.apply'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.reflect.construct.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.reflect.construct'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.reflect.define-property.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.reflect.define-property'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.reflect.delete-property.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.reflect.delete-property'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.reflect.enumerate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.reflect.enumerate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.reflect.get-own-property-descriptor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.reflect.get-own-property-descriptor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.reflect.get-prototype-of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.reflect.get-prototype-of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.reflect.get.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.reflect.get'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.reflect.has.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.reflect.has'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.reflect.is-extensible.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.reflect.is-extensible'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.reflect.own-keys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.reflect.own-keys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.reflect.prevent-extensions.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.reflect.prevent-extensions'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.reflect.set-prototype-of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.reflect.set-prototype-of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.reflect.set.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.reflect.set'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.regexp.constructor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.regexp.constructor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.regexp.flags.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.regexp.flags'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.regexp.match.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.regexp.match'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.regexp.replace.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.regexp.replace'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.regexp.search.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.regexp.search'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.regexp.split.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.regexp.split'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.regexp.to-string.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.regexp.to-string'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.set.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.set'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.string.anchor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.string.anchor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.string.big.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.string.big'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.string.blink.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.string.blink'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.string.bold.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.string.bold'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.string.code-point-at.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.string.code-point-at'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.string.ends-with.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.string.ends-with'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.string.fixed.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.string.fixed'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.string.fontcolor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.string.fontcolor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.string.fontsize.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.string.fontsize'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.string.from-code-point.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.string.from-code-point'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.string.includes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.string.includes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.string.italics.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.string.italics'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.string.iterator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.string.iterator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.string.link.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.string.link'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.string.raw.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.string.raw'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.string.repeat.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.string.repeat'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.string.small.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.string.small'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.string.starts-with.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.string.starts-with'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.string.strike.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.string.strike'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.string.sub.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.string.sub'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.string.sup.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.string.sup'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.string.trim.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.string.trim'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.symbol.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.symbol'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.typed.array-buffer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.typed.array-buffer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.typed.data-view.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.typed.data-view'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.typed.float32-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.typed.float32-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.typed.float64-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.typed.float64-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.typed.int16-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.typed.int16-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.typed.int32-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.typed.int32-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.typed.int8-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.typed.int8-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.typed.uint16-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.typed.uint16-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.typed.uint32-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.typed.uint32-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.typed.uint8-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.typed.uint8-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.typed.uint8-clamped-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.typed.uint8-clamped-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.weak-map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.weak-map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.weak-set.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es6.weak-set'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.array.flat-map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.array.flat-map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.array.flatten.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.array.flatten'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.array.includes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.array.includes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.asap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.asap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.error.is-error.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.error.is-error'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.global.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.global'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.map.from.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.map.from'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.map.of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.map.of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.map.to-json.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.map.to-json'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.math.clamp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.math.clamp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.math.deg-per-rad.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.math.deg-per-rad'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.math.degrees.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.math.degrees'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.math.fscale.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.math.fscale'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.math.iaddh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.math.iaddh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.math.imulh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.math.imulh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.math.isubh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.math.isubh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.math.rad-per-deg.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.math.rad-per-deg'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.math.radians.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.math.radians'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.math.scale.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.math.scale'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.math.signbit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.math.signbit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.math.umulh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.math.umulh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.object.define-getter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.object.define-getter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.object.define-setter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.object.define-setter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.object.entries.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.object.entries'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.object.get-own-property-descriptors.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.object.get-own-property-descriptors'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.object.lookup-getter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.object.lookup-getter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.object.lookup-setter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.object.lookup-setter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.object.values.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.object.values'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.observable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.observable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.promise.finally.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.promise.finally'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.promise.try.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.promise.try'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.reflect.define-metadata.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.reflect.define-metadata'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.reflect.delete-metadata.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.reflect.delete-metadata'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.reflect.get-metadata-keys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.reflect.get-metadata-keys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.reflect.get-metadata.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.reflect.get-metadata'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.reflect.get-own-metadata-keys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.reflect.get-own-metadata-keys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.reflect.get-own-metadata.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.reflect.get-own-metadata'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.reflect.has-metadata.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.reflect.has-metadata'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.reflect.has-own-metadata.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.reflect.has-own-metadata'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.reflect.metadata.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.reflect.metadata'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.set.from.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.set.from'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.set.of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.set.of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.set.to-json.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.set.to-json'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.string.at.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.string.at'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.string.match-all.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.string.match-all'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.string.pad-end.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.string.pad-end'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.string.pad-start.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.string.pad-start'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.string.trim-left.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.string.trim-left'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.string.trim-right.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.string.trim-right'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.symbol.async-iterator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.symbol.async-iterator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.symbol.observable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.symbol.observable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.system.global.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.system.global'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.weak-map.from.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.weak-map.from'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.weak-map.of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.weak-map.of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.weak-set.from.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.weak-set.from'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.weak-set.of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/es7.weak-set.of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/library/_add-to-unscopables.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/library/_add-to-unscopables'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/library/_collection.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/library/_collection'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/library/_export.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/library/_export'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/library/_library.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/library/_library'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/library/_path.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/library/_path'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/library/_redefine-all.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/library/_redefine-all'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/library/_redefine.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/library/_redefine'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/library/_set-species.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/library/_set-species'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/library/es6.date.to-json.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/library/es6.date.to-json'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/library/es6.date.to-primitive.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/library/es6.date.to-primitive'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/library/es6.date.to-string.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/library/es6.date.to-string'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/library/es6.function.name.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/library/es6.function.name'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/library/es6.number.constructor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/library/es6.number.constructor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/library/es6.object.to-string.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/library/es6.object.to-string'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/library/es6.regexp.constructor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/library/es6.regexp.constructor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/library/es6.regexp.flags.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/library/es6.regexp.flags'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/library/es6.regexp.match.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/library/es6.regexp.match'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/library/es6.regexp.replace.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/library/es6.regexp.replace'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/library/es6.regexp.search.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/library/es6.regexp.search'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/library/es6.regexp.split.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/library/es6.regexp.split'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/library/es6.regexp.to-string.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/library/es6.regexp.to-string'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/library/web.dom.iterable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/library/web.dom.iterable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/web.dom.iterable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/web.dom.iterable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/web.immediate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/web.immediate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/web.timers.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/modules/web.timers'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/shim.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/shim'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/stage/0.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/stage/0'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/stage/1.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/stage/1'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/stage/2.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/stage/2'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/stage/3.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/stage/3'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/stage/4.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/stage/4'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/stage/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/stage/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/stage/pre.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/stage/pre'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/web/dom-collections.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/web/dom-collections'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/web/immediate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/web/immediate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/web/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/web/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-js/web/timers.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-js/web/timers'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-util-is/lib/util.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-util-is/lib/util'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/core-util-is/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/core-util-is/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/crc/lib/crc.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/crc/lib/crc'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/crc/lib/crc1.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/crc/lib/crc1'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/crc/lib/crc16_ccitt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/crc/lib/crc16_ccitt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/crc/lib/crc16_modbus.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/crc/lib/crc16_modbus'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/crc/lib/crc16_xmodem.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/crc/lib/crc16_xmodem'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/crc/lib/crc16.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/crc/lib/crc16'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/crc/lib/crc24.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/crc/lib/crc24'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/crc/lib/crc32.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/crc/lib/crc32'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/crc/lib/crc8_1wire.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/crc/lib/crc8_1wire'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/crc/lib/crc8.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/crc/lib/crc8'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/crc/lib/create.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/crc/lib/create'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/crc/lib/hex.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/crc/lib/hex'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/crc/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/crc/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/create-error-class/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/create-error-class/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/create-react-class/create-react-class.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/create-react-class/create-react-class'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/create-react-class/create-react-class.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/create-react-class/create-react-class.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/create-react-class/factory.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/create-react-class/factory'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/create-react-class/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/create-react-class/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cross-spawn/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cross-spawn/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cross-spawn/lib/enoent.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cross-spawn/lib/enoent'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cross-spawn/lib/parse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cross-spawn/lib/parse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cross-spawn/lib/util/escapeArgument.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cross-spawn/lib/util/escapeArgument'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cross-spawn/lib/util/escapeCommand.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cross-spawn/lib/util/escapeCommand'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cross-spawn/lib/util/hasEmptyArgumentBug.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cross-spawn/lib/util/hasEmptyArgumentBug'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cross-spawn/lib/util/readShebang.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cross-spawn/lib/util/readShebang'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cross-spawn/lib/util/resolveCommand.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cross-spawn/lib/util/resolveCommand'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cryptiles/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cryptiles/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cryptiles/test/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cryptiles/test/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/crypto-token/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/crypto-token/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/crypto-token/test/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/crypto-token/test/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/csrf/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/csrf/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/csrf/node_modules/uid-safe/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/csrf/node_modules/uid-safe/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssom/lib/clone.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssom/lib/clone'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssom/lib/CSSDocumentRule.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssom/lib/CSSDocumentRule'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssom/lib/CSSFontFaceRule.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssom/lib/CSSFontFaceRule'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssom/lib/CSSHostRule.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssom/lib/CSSHostRule'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssom/lib/CSSImportRule.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssom/lib/CSSImportRule'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssom/lib/CSSKeyframeRule.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssom/lib/CSSKeyframeRule'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssom/lib/CSSKeyframesRule.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssom/lib/CSSKeyframesRule'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssom/lib/CSSMediaRule.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssom/lib/CSSMediaRule'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssom/lib/CSSOM.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssom/lib/CSSOM'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssom/lib/CSSRule.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssom/lib/CSSRule'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssom/lib/CSSStyleDeclaration.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssom/lib/CSSStyleDeclaration'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssom/lib/CSSStyleRule.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssom/lib/CSSStyleRule'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssom/lib/CSSStyleSheet.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssom/lib/CSSStyleSheet'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssom/lib/CSSValue.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssom/lib/CSSValue'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssom/lib/CSSValueExpression.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssom/lib/CSSValueExpression'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssom/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssom/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssom/lib/MatcherList.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssom/lib/MatcherList'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssom/lib/MediaList.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssom/lib/MediaList'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssom/lib/parse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssom/lib/parse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssom/lib/Parser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssom/lib/Parser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssom/lib/snapshot.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssom/lib/snapshot'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssom/lib/StyleSheet.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssom/lib/StyleSheet'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/CSSStyleDeclaration.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/CSSStyleDeclaration'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/parsers.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/parsers'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/alignmentBaseline.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/alignmentBaseline'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/azimuth.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/azimuth'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/background.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/background'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/backgroundAttachment.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/backgroundAttachment'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/backgroundClip.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/backgroundClip'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/backgroundColor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/backgroundColor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/backgroundImage.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/backgroundImage'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/backgroundOrigin.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/backgroundOrigin'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/backgroundPosition.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/backgroundPosition'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/backgroundPositionX.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/backgroundPositionX'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/backgroundPositionY.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/backgroundPositionY'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/backgroundRepeat.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/backgroundRepeat'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/backgroundRepeatX.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/backgroundRepeatX'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/backgroundRepeatY.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/backgroundRepeatY'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/backgroundSize.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/backgroundSize'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/baselineShift.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/baselineShift'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/border.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/border'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderBottom.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderBottom'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderBottomColor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderBottomColor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderBottomLeftRadius.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderBottomLeftRadius'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderBottomRightRadius.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderBottomRightRadius'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderBottomStyle.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderBottomStyle'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderBottomWidth.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderBottomWidth'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderCollapse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderCollapse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderColor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderColor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderImage.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderImage'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderImageOutset.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderImageOutset'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderImageRepeat.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderImageRepeat'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderImageSlice.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderImageSlice'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderImageSource.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderImageSource'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderImageWidth.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderImageWidth'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderLeft.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderLeft'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderLeftColor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderLeftColor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderLeftStyle.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderLeftStyle'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderLeftWidth.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderLeftWidth'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderRadius.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderRadius'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderRightColor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderRightColor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderRightStyle.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderRightStyle'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderRightWidth.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderRightWidth'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderSpacing.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderSpacing'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderStyle.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderStyle'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderTop.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderTop'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderTopColor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderTopColor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderTopLeftRadius.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderTopLeftRadius'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderTopRightRadius.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderTopRightRadius'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderTopStyle.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderTopStyle'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderTopWidth.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderTopWidth'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderWidth.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/borderWidth'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/bottom.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/bottom'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/boxShadow.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/boxShadow'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/boxSizing.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/boxSizing'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/captionSide.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/captionSide'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/clear.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/clear'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/clip.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/clip'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/color.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/color'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/colorInterpolation.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/colorInterpolation'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/colorInterpolationFilters.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/colorInterpolationFilters'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/colorProfile.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/colorProfile'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/colorRendering.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/colorRendering'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/content.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/content'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/counterIncrement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/counterIncrement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/counterReset.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/counterReset'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/cssFloat.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/cssFloat'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/cue.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/cue'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/cueAfter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/cueAfter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/cueBefore.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/cueBefore'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/cursor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/cursor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/direction.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/direction'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/display.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/display'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/dominantBaseline.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/dominantBaseline'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/elevation.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/elevation'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/emptyCells.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/emptyCells'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/enableBackground.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/enableBackground'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/fill.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/fill'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/fillOpacity.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/fillOpacity'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/fillRule.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/fillRule'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/filter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/filter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/floodColor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/floodColor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/floodOpacity.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/floodOpacity'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/font.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/font'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/fontFamily.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/fontFamily'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/fontSize.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/fontSize'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/fontSizeAdjust.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/fontSizeAdjust'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/fontStretch.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/fontStretch'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/fontStyle.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/fontStyle'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/fontVariant.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/fontVariant'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/fontWeight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/fontWeight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/glyphOrientationHorizontal.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/glyphOrientationHorizontal'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/glyphOrientationVertical.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/glyphOrientationVertical'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/height.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/height'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/imageRendering.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/imageRendering'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/kerning.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/kerning'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/left.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/left'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/letterSpacing.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/letterSpacing'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/lightingColor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/lightingColor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/lineHeight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/lineHeight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/listStyle.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/listStyle'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/listStyleImage.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/listStyleImage'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/listStylePosition.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/listStylePosition'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/listStyleType.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/listStyleType'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/margin.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/margin'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/marginBottom.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/marginBottom'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/marginLeft.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/marginLeft'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/marginRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/marginRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/marginTop.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/marginTop'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/marker.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/marker'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/markerEnd.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/markerEnd'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/markerMid.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/markerMid'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/markerOffset.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/markerOffset'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/markerStart.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/markerStart'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/marks.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/marks'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/mask.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/mask'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/maxHeight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/maxHeight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/maxWidth.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/maxWidth'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/minHeight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/minHeight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/minWidth.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/minWidth'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/opacity.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/opacity'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/orphans.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/orphans'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/outline.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/outline'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/outlineColor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/outlineColor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/outlineOffset.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/outlineOffset'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/outlineStyle.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/outlineStyle'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/outlineWidth.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/outlineWidth'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/overflow.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/overflow'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/overflowX.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/overflowX'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/overflowY.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/overflowY'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/padding.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/padding'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/paddingBottom.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/paddingBottom'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/paddingLeft.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/paddingLeft'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/paddingRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/paddingRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/paddingTop.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/paddingTop'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/page.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/page'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/pageBreakAfter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/pageBreakAfter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/pageBreakBefore.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/pageBreakBefore'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/pageBreakInside.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/pageBreakInside'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/pause.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/pause'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/pauseAfter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/pauseAfter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/pauseBefore.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/pauseBefore'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/pitch.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/pitch'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/pitchRange.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/pitchRange'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/playDuring.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/playDuring'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/pointerEvents.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/pointerEvents'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/position.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/position'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/quotes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/quotes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/resize.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/resize'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/richness.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/richness'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/right.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/right'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/shapeRendering.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/shapeRendering'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/size.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/size'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/speak.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/speak'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/speakHeader.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/speakHeader'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/speakNumeral.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/speakNumeral'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/speakPunctuation.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/speakPunctuation'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/speechRate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/speechRate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/src.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/src'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/stopColor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/stopColor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/stopOpacity.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/stopOpacity'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/stress.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/stress'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/stroke.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/stroke'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/strokeDasharray.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/strokeDasharray'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/strokeDashoffset.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/strokeDashoffset'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/strokeLinecap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/strokeLinecap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/strokeLinejoin.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/strokeLinejoin'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/strokeMiterlimit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/strokeMiterlimit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/strokeOpacity.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/strokeOpacity'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/strokeWidth.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/strokeWidth'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/tableLayout.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/tableLayout'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/textAlign.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/textAlign'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/textAnchor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/textAnchor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/textDecoration.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/textDecoration'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/textIndent.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/textIndent'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/textLineThrough.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/textLineThrough'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/textLineThroughColor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/textLineThroughColor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/textLineThroughMode.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/textLineThroughMode'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/textLineThroughStyle.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/textLineThroughStyle'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/textLineThroughWidth.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/textLineThroughWidth'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/textOverflow.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/textOverflow'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/textOverline.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/textOverline'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/textOverlineColor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/textOverlineColor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/textOverlineMode.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/textOverlineMode'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/textOverlineStyle.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/textOverlineStyle'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/textOverlineWidth.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/textOverlineWidth'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/textRendering.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/textRendering'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/textShadow.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/textShadow'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/textTransform.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/textTransform'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/textUnderline.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/textUnderline'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/textUnderlineColor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/textUnderlineColor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/textUnderlineMode.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/textUnderlineMode'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/textUnderlineStyle.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/textUnderlineStyle'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/textUnderlineWidth.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/textUnderlineWidth'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/top.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/top'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/unicodeBidi.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/unicodeBidi'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/unicodeRange.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/unicodeRange'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/vectorEffect.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/vectorEffect'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/verticalAlign.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/verticalAlign'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/visibility.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/visibility'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/voiceFamily.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/voiceFamily'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/volume.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/volume'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitAnimation.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitAnimation'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitAnimationDelay.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitAnimationDelay'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitAnimationDirection.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitAnimationDirection'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitAnimationDuration.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitAnimationDuration'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitAnimationFillMode.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitAnimationFillMode'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitAnimationIterationCount.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitAnimationIterationCount'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitAnimationName.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitAnimationName'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitAnimationPlayState.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitAnimationPlayState'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitAnimationTimingFunction.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitAnimationTimingFunction'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitAppearance.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitAppearance'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitAspectRatio.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitAspectRatio'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBackfaceVisibility.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBackfaceVisibility'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBackgroundClip.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBackgroundClip'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBackgroundComposite.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBackgroundComposite'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBackgroundOrigin.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBackgroundOrigin'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBackgroundSize.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBackgroundSize'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBorderAfter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBorderAfter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBorderAfterColor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBorderAfterColor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBorderAfterStyle.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBorderAfterStyle'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBorderAfterWidth.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBorderAfterWidth'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBorderBefore.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBorderBefore'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBorderBeforeColor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBorderBeforeColor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBorderBeforeStyle.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBorderBeforeStyle'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBorderBeforeWidth.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBorderBeforeWidth'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBorderEnd.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBorderEnd'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBorderEndColor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBorderEndColor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBorderEndStyle.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBorderEndStyle'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBorderEndWidth.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBorderEndWidth'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBorderFit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBorderFit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBorderHorizontalSpacing.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBorderHorizontalSpacing'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBorderImage.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBorderImage'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBorderRadius.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBorderRadius'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBorderStart.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBorderStart'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBorderStartColor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBorderStartColor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBorderStartStyle.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBorderStartStyle'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBorderStartWidth.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBorderStartWidth'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBorderVerticalSpacing.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBorderVerticalSpacing'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBoxAlign.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBoxAlign'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBoxDirection.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBoxDirection'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBoxFlex.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBoxFlex'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBoxFlexGroup.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBoxFlexGroup'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBoxLines.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBoxLines'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBoxOrdinalGroup.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBoxOrdinalGroup'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBoxOrient.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBoxOrient'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBoxPack.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBoxPack'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBoxReflect.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBoxReflect'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBoxShadow.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitBoxShadow'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitColorCorrection.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitColorCorrection'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitColumnAxis.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitColumnAxis'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitColumnBreakAfter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitColumnBreakAfter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitColumnBreakBefore.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitColumnBreakBefore'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitColumnBreakInside.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitColumnBreakInside'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitColumnCount.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitColumnCount'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitColumnGap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitColumnGap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitColumnRule.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitColumnRule'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitColumnRuleColor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitColumnRuleColor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitColumnRuleStyle.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitColumnRuleStyle'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitColumnRuleWidth.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitColumnRuleWidth'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitColumns.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitColumns'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitColumnSpan.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitColumnSpan'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitColumnWidth.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitColumnWidth'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitFilter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitFilter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitFlexAlign.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitFlexAlign'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitFlexDirection.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitFlexDirection'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitFlexFlow.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitFlexFlow'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitFlexItemAlign.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitFlexItemAlign'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitFlexLinePack.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitFlexLinePack'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitFlexOrder.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitFlexOrder'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitFlexPack.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitFlexPack'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitFlexWrap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitFlexWrap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitFlowFrom.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitFlowFrom'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitFlowInto.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitFlowInto'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitFontFeatureSettings.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitFontFeatureSettings'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitFontKerning.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitFontKerning'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitFontSizeDelta.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitFontSizeDelta'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitFontSmoothing.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitFontSmoothing'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitFontVariantLigatures.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitFontVariantLigatures'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitHighlight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitHighlight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitHyphenateCharacter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitHyphenateCharacter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitHyphenateLimitAfter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitHyphenateLimitAfter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitHyphenateLimitBefore.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitHyphenateLimitBefore'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitHyphenateLimitLines.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitHyphenateLimitLines'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitHyphens.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitHyphens'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitLineAlign.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitLineAlign'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitLineBoxContain.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitLineBoxContain'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitLineBreak.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitLineBreak'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitLineClamp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitLineClamp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitLineGrid.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitLineGrid'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitLineSnap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitLineSnap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitLocale.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitLocale'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitLogicalHeight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitLogicalHeight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitLogicalWidth.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitLogicalWidth'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMarginAfter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMarginAfter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMarginAfterCollapse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMarginAfterCollapse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMarginBefore.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMarginBefore'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMarginBeforeCollapse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMarginBeforeCollapse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMarginBottomCollapse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMarginBottomCollapse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMarginCollapse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMarginCollapse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMarginEnd.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMarginEnd'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMarginStart.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMarginStart'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMarginTopCollapse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMarginTopCollapse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMarquee.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMarquee'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMarqueeDirection.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMarqueeDirection'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMarqueeIncrement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMarqueeIncrement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMarqueeRepetition.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMarqueeRepetition'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMarqueeSpeed.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMarqueeSpeed'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMarqueeStyle.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMarqueeStyle'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMask.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMask'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMaskAttachment.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMaskAttachment'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMaskBoxImage.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMaskBoxImage'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMaskBoxImageOutset.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMaskBoxImageOutset'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMaskBoxImageRepeat.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMaskBoxImageRepeat'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMaskBoxImageSlice.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMaskBoxImageSlice'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMaskBoxImageSource.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMaskBoxImageSource'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMaskBoxImageWidth.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMaskBoxImageWidth'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMaskClip.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMaskClip'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMaskComposite.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMaskComposite'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMaskImage.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMaskImage'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMaskOrigin.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMaskOrigin'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMaskPosition.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMaskPosition'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMaskPositionX.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMaskPositionX'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMaskPositionY.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMaskPositionY'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMaskRepeat.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMaskRepeat'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMaskRepeatX.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMaskRepeatX'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMaskRepeatY.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMaskRepeatY'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMaskSize.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMaskSize'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMatchNearestMailBlockquoteColor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMatchNearestMailBlockquoteColor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMaxLogicalHeight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMaxLogicalHeight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMaxLogicalWidth.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMaxLogicalWidth'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMinLogicalHeight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMinLogicalHeight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMinLogicalWidth.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitMinLogicalWidth'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitNbspMode.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitNbspMode'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitOverflowScrolling.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitOverflowScrolling'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitPaddingAfter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitPaddingAfter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitPaddingBefore.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitPaddingBefore'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitPaddingEnd.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitPaddingEnd'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitPaddingStart.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitPaddingStart'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitPerspective.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitPerspective'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitPerspectiveOrigin.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitPerspectiveOrigin'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitPerspectiveOriginX.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitPerspectiveOriginX'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitPerspectiveOriginY.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitPerspectiveOriginY'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitPrintColorAdjust.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitPrintColorAdjust'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitRegionBreakAfter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitRegionBreakAfter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitRegionBreakBefore.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitRegionBreakBefore'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitRegionBreakInside.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitRegionBreakInside'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitRegionOverflow.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitRegionOverflow'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitRtlOrdering.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitRtlOrdering'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitSvgShadow.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitSvgShadow'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTapHighlightColor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTapHighlightColor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTextCombine.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTextCombine'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTextDecorationsInEffect.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTextDecorationsInEffect'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTextEmphasis.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTextEmphasis'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTextEmphasisColor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTextEmphasisColor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTextEmphasisPosition.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTextEmphasisPosition'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTextEmphasisStyle.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTextEmphasisStyle'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTextFillColor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTextFillColor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTextOrientation.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTextOrientation'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTextSecurity.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTextSecurity'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTextSizeAdjust.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTextSizeAdjust'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTextStroke.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTextStroke'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTextStrokeColor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTextStrokeColor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTextStrokeWidth.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTextStrokeWidth'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTransform.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTransform'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTransformOrigin.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTransformOrigin'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTransformOriginX.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTransformOriginX'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTransformOriginY.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTransformOriginY'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTransformOriginZ.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTransformOriginZ'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTransformStyle.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTransformStyle'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTransition.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTransition'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTransitionDelay.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTransitionDelay'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTransitionDuration.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTransitionDuration'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTransitionProperty.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTransitionProperty'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTransitionTimingFunction.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitTransitionTimingFunction'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitUserDrag.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitUserDrag'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitUserModify.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitUserModify'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitUserSelect.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitUserSelect'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitWrap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitWrap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitWrapFlow.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitWrapFlow'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitWrapMargin.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitWrapMargin'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitWrapPadding.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitWrapPadding'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitWrapShapeInside.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitWrapShapeInside'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitWrapShapeOutside.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitWrapShapeOutside'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitWrapThrough.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitWrapThrough'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitWritingMode.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/webkitWritingMode'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/whiteSpace.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/whiteSpace'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/widows.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/widows'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/width.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/width'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/wordBreak.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/wordBreak'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/wordSpacing.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/wordSpacing'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/wordWrap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/wordWrap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/writingMode.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/writingMode'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/zIndex.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/zIndex'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/zoom.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/lib/properties/zoom'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/scripts/generate_properties.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/scripts/generate_properties'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/tests/tests.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/cssstyle/tests/tests'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/csurf/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/csurf/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/dashdash/lib/dashdash.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/dashdash/lib/dashdash'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/data-uri-to-buffer/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/data-uri-to-buffer/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/data-uri-to-buffer/test/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/data-uri-to-buffer/test/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/dateformat/lib/dateformat.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/dateformat/lib/dateformat'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/debug/karma.conf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/debug/karma.conf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/debug/node_modules/ms/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/debug/node_modules/ms/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/debug/node.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/debug/node'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/debug/src/browser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/debug/src/browser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/debug/src/debug.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/debug/src/debug'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/debug/src/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/debug/src/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/debug/src/inspector-log.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/debug/src/inspector-log'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/debug/src/node.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/debug/src/node'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/decache/decache.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/decache/decache'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/decache/lib/mymodule/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/decache/lib/mymodule/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/decache/lib/othermodule.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/decache/lib/othermodule'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/decache/setup.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/decache/setup'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/decache/test/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/decache/test/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/decamelize/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/decamelize/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/dedent/dist/dedent.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/dedent/dist/dedent'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/deep-diff/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/deep-diff/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/deep-diff/releases/deep-diff-0.1.3.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/deep-diff/releases/deep-diff-0.1.3.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/deep-diff/releases/deep-diff-0.1.4.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/deep-diff/releases/deep-diff-0.1.4.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/deep-diff/releases/deep-diff-0.1.5.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/deep-diff/releases/deep-diff-0.1.5.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/deep-diff/releases/deep-diff-0.1.6.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/deep-diff/releases/deep-diff-0.1.6.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/deep-diff/releases/deep-diff-0.1.7.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/deep-diff/releases/deep-diff-0.1.7.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/deep-diff/releases/deep-diff-0.2.0.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/deep-diff/releases/deep-diff-0.2.0.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/deep-diff/releases/deep-diff-0.3.0.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/deep-diff/releases/deep-diff-0.3.0.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/deep-diff/releases/deep-diff-0.3.1.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/deep-diff/releases/deep-diff-0.3.1.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/deep-diff/releases/deep-diff-0.3.2.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/deep-diff/releases/deep-diff-0.3.2.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/deep-diff/releases/deep-diff-0.3.3.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/deep-diff/releases/deep-diff-0.3.3.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/deep-diff/releases/deep-diff-0.3.4.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/deep-diff/releases/deep-diff-0.3.4.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/deep-diff/releases/deep-diff-debug.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/deep-diff/releases/deep-diff-debug.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/deep-extend/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/deep-extend/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/deep-extend/lib/deep-extend.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/deep-extend/lib/deep-extend'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/deep-is/example/cmp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/deep-is/example/cmp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/deep-is/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/deep-is/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/deep-is/test/cmp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/deep-is/test/cmp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/deep-is/test/NaN.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/deep-is/test/NaN'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/deep-is/test/neg-vs-pos-0.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/deep-is/test/neg-vs-pos-0'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/deepmerge/dist/cjs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/deepmerge/dist/cjs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/deepmerge/dist/es.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/deepmerge/dist/es'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/deepmerge/dist/umd.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/deepmerge/dist/umd'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/deepmerge/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/deepmerge/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/deepmerge/rollup.config.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/deepmerge/rollup.config'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/default-require-extensions/js.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/default-require-extensions/js'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/default-require-extensions/json.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/default-require-extensions/json'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/define-properties/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/define-properties/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/define-properties/test/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/define-properties/test/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/degenerator/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/degenerator/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/degenerator/test/basic.expected.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/degenerator/test/basic.expected'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/degenerator/test/basic.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/degenerator/test/basic'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/degenerator/test/get-example.expected.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/degenerator/test/get-example.expected'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/degenerator/test/get-example.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/degenerator/test/get-example'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/degenerator/test/multiple.expected.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/degenerator/test/multiple.expected'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/degenerator/test/multiple.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/degenerator/test/multiple'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/degenerator/test/pac-resolver-gh-16.expected.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/degenerator/test/pac-resolver-gh-16.expected'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/degenerator/test/pac-resolver-gh-16.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/degenerator/test/pac-resolver-gh-16'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/degenerator/test/pac-resolver-gh-3.expected.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/degenerator/test/pac-resolver-gh-3.expected'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/degenerator/test/pac-resolver-gh-3.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/degenerator/test/pac-resolver-gh-3'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/degenerator/test/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/degenerator/test/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/delay-async/delayAsync.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/delay-async/delayAsync'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/delayed-stream/lib/delayed_stream.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/delayed-stream/lib/delayed_stream'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/delegates/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/delegates/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/delegates/test/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/delegates/test/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/denodeify/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/denodeify/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/denodeify/test/es6-promise-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/denodeify/test/es6-promise-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/denodeify/test/es6-shim-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/denodeify/test/es6-shim-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/denodeify/test/helpers.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/denodeify/test/helpers'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/denodeify/test/lie-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/denodeify/test/lie-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/denodeify/test/native-promise-only-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/denodeify/test/native-promise-only-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/depd/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/depd/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/depd/lib/browser/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/depd/lib/browser/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/depd/lib/compat/callsite-tostring.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/depd/lib/compat/callsite-tostring'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/depd/lib/compat/event-listener-count.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/depd/lib/compat/event-listener-count'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/depd/lib/compat/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/depd/lib/compat/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/destroy/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/destroy/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/detect-indent/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/detect-indent/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/detect-libc/bin/detect-libc.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/detect-libc/bin/detect-libc'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/detect-libc/lib/detect-libc.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/detect-libc/lib/detect-libc'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/detect-newline/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/detect-newline/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/diff/dist/diff.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/diff/dist/diff'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/diff/dist/diff.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/diff/dist/diff.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/diff/lib/convert/dmp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/diff/lib/convert/dmp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/diff/lib/convert/xml.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/diff/lib/convert/xml'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/diff/lib/diff/array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/diff/lib/diff/array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/diff/lib/diff/base.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/diff/lib/diff/base'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/diff/lib/diff/character.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/diff/lib/diff/character'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/diff/lib/diff/css.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/diff/lib/diff/css'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/diff/lib/diff/json.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/diff/lib/diff/json'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/diff/lib/diff/line.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/diff/lib/diff/line'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/diff/lib/diff/sentence.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/diff/lib/diff/sentence'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/diff/lib/diff/word.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/diff/lib/diff/word'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/diff/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/diff/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/diff/lib/patch/apply.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/diff/lib/patch/apply'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/diff/lib/patch/create.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/diff/lib/patch/create'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/diff/lib/patch/merge.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/diff/lib/patch/merge'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/diff/lib/patch/parse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/diff/lib/patch/parse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/diff/lib/util/array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/diff/lib/util/array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/diff/lib/util/distance-iterator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/diff/lib/util/distance-iterator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/diff/lib/util/params.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/diff/lib/util/params'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/diff/runtime.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/diff/runtime'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/dom-walk/example/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/dom-walk/example/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/dom-walk/example/static/bundle.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/dom-walk/example/static/bundle'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/dom-walk/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/dom-walk/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/dot-case/dot-case.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/dot-case/dot-case'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/duplexer2/example.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/duplexer2/example'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/duplexer2/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/duplexer2/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/duplexer2/node_modules/readable-stream/duplex.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/duplexer2/node_modules/readable-stream/duplex'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/duplexer2/node_modules/readable-stream/lib/_stream_duplex.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/duplexer2/node_modules/readable-stream/lib/_stream_duplex'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/duplexer2/node_modules/readable-stream/lib/_stream_passthrough.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/duplexer2/node_modules/readable-stream/lib/_stream_passthrough'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/duplexer2/node_modules/readable-stream/lib/_stream_readable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/duplexer2/node_modules/readable-stream/lib/_stream_readable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/duplexer2/node_modules/readable-stream/lib/_stream_transform.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/duplexer2/node_modules/readable-stream/lib/_stream_transform'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/duplexer2/node_modules/readable-stream/lib/_stream_writable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/duplexer2/node_modules/readable-stream/lib/_stream_writable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/duplexer2/node_modules/readable-stream/passthrough.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/duplexer2/node_modules/readable-stream/passthrough'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/duplexer2/node_modules/readable-stream/readable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/duplexer2/node_modules/readable-stream/readable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/duplexer2/node_modules/readable-stream/transform.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/duplexer2/node_modules/readable-stream/transform'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/duplexer2/node_modules/readable-stream/writable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/duplexer2/node_modules/readable-stream/writable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/duplexer2/node_modules/string_decoder/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/duplexer2/node_modules/string_decoder/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/duplexer2/test/tests.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/duplexer2/test/tests'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/duplexer3/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/duplexer3/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ecc-jsbn/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ecc-jsbn/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ecc-jsbn/lib/ec.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ecc-jsbn/lib/ec'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ecc-jsbn/lib/sec.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ecc-jsbn/lib/sec'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ecc-jsbn/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ecc-jsbn/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ecdsa-sig-formatter/src/ecdsa-sig-formatter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ecdsa-sig-formatter/src/ecdsa-sig-formatter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ecdsa-sig-formatter/src/param-bytes-for-alg.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ecdsa-sig-formatter/src/param-bytes-for-alg'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ee-first/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ee-first/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/encodeurl/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/encodeurl/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/encoding/lib/encoding.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/encoding/lib/encoding'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/encoding/lib/iconv-loader.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/encoding/lib/iconv-loader'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/encoding/test/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/encoding/test/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/envinfo/src/cli.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/envinfo/src/cli'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/envinfo/src/envinfo.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/envinfo/src/envinfo'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/envinfo/src/helpers.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/envinfo/src/helpers'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/errno/build.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/errno/build'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/errno/cli.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/errno/cli'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/errno/custom.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/errno/custom'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/errno/errno.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/errno/errno'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/errno/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/errno/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/error-ex/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/error-ex/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/errorhandler/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/errorhandler/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/errorhandler/node_modules/accepts/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/errorhandler/node_modules/accepts/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/errorhandler/node_modules/negotiator/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/errorhandler/node_modules/negotiator/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/errorhandler/node_modules/negotiator/lib/charset.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/errorhandler/node_modules/negotiator/lib/charset'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/errorhandler/node_modules/negotiator/lib/encoding.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/errorhandler/node_modules/negotiator/lib/encoding'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/errorhandler/node_modules/negotiator/lib/language.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/errorhandler/node_modules/negotiator/lib/language'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/errorhandler/node_modules/negotiator/lib/mediaType.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/errorhandler/node_modules/negotiator/lib/mediaType'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/es2015.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/es2015'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/es2016.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/es2016'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/es2017.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/es2017'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/es5.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/es5'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/es6.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/es6'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/es7.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/es7'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/helpers/assign.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/helpers/assign'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/helpers/isFinite.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/helpers/isFinite'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/helpers/isNaN.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/helpers/isNaN'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/helpers/isPrimitive.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/helpers/isPrimitive'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/helpers/mod.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/helpers/mod'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/helpers/sign.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/helpers/sign'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/operations/2015.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/operations/2015'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/operations/2016.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/operations/2016'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/operations/2017.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/operations/2017'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/operations/es5.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/operations/es5'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/test/diffOps.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/test/diffOps'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/test/es2015.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/test/es2015'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/test/es2016.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/test/es2016'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/test/es2017.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/test/es2017'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/test/es5.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/test/es5'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/test/es6.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/test/es6'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/test/es7.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/test/es7'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/test/helpers/values.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/test/helpers/values'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/test/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/test/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/test/tests.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/es-abstract/test/tests'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es-to-primitive/es5.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/es-to-primitive/es5'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es-to-primitive/es6.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/es-to-primitive/es6'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es-to-primitive/helpers/isPrimitive.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/es-to-primitive/helpers/isPrimitive'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es-to-primitive/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/es-to-primitive/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es-to-primitive/test/es5.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/es-to-primitive/test/es5'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es-to-primitive/test/es6.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/es-to-primitive/test/es6'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es-to-primitive/test/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/es-to-primitive/test/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es6-error/babel-config.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/es6-error/babel-config'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es6-error/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/es6-error/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es6-error/lib/index.jsnext.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/es6-error/lib/index.jsnext'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es6-error/lib/index.ts.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/es6-error/lib/index.ts'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es6-error/src/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/es6-error/src/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es6-error/test/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/es6-error/test/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es6-promise/auto.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/es6-promise/auto'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es6-promise/dist/es6-promise.auto.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/es6-promise/dist/es6-promise.auto'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es6-promise/dist/es6-promise.auto.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/es6-promise/dist/es6-promise.auto.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es6-promise/dist/es6-promise.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/es6-promise/dist/es6-promise'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es6-promise/dist/es6-promise.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/es6-promise/dist/es6-promise.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es6-promise/lib/es6-promise.auto.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/es6-promise/lib/es6-promise.auto'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es6-promise/lib/es6-promise.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/es6-promise/lib/es6-promise'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es6-promise/lib/es6-promise/-internal.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/es6-promise/lib/es6-promise/-internal'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es6-promise/lib/es6-promise/asap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/es6-promise/lib/es6-promise/asap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es6-promise/lib/es6-promise/enumerator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/es6-promise/lib/es6-promise/enumerator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es6-promise/lib/es6-promise/polyfill.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/es6-promise/lib/es6-promise/polyfill'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es6-promise/lib/es6-promise/promise.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/es6-promise/lib/es6-promise/promise'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es6-promise/lib/es6-promise/promise/all.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/es6-promise/lib/es6-promise/promise/all'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es6-promise/lib/es6-promise/promise/race.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/es6-promise/lib/es6-promise/promise/race'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es6-promise/lib/es6-promise/promise/reject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/es6-promise/lib/es6-promise/promise/reject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es6-promise/lib/es6-promise/promise/resolve.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/es6-promise/lib/es6-promise/promise/resolve'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es6-promise/lib/es6-promise/then.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/es6-promise/lib/es6-promise/then'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es6-promise/lib/es6-promise/utils.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/es6-promise/lib/es6-promise/utils'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es6-promisify/dist/promise.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/es6-promisify/dist/promise'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/es6-promisify/dist/promisify.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/es6-promisify/dist/promisify'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/escape-html/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/escape-html/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/escape-string-regexp/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/escape-string-regexp/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/escodegen/bin/escodegen.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/escodegen/bin/escodegen'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/escodegen/bin/esgenerate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/escodegen/bin/esgenerate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/escodegen/escodegen.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/escodegen/escodegen'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/esprima/bin/esparse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/esprima/bin/esparse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/esprima/bin/esvalidate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/esprima/bin/esvalidate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/esprima/dist/esprima.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/esprima/dist/esprima'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/estraverse/estraverse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/estraverse/estraverse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/estraverse/gulpfile.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/estraverse/gulpfile'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/esutils/lib/ast.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/esutils/lib/ast'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/esutils/lib/code.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/esutils/lib/code'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/esutils/lib/keyword.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/esutils/lib/keyword'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/esutils/lib/utils.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/esutils/lib/utils'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/etag/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/etag/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/event-target-shim/dist/event-target-shim.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/event-target-shim/dist/event-target-shim'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/event-target-shim/dist/event-target-shim.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/event-target-shim/dist/event-target-shim.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/event-target-shim/lib/commons.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/event-target-shim/lib/commons'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/event-target-shim/lib/custom-event-target.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/event-target-shim/lib/custom-event-target'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/event-target-shim/lib/event-target.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/event-target-shim/lib/event-target'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/event-target-shim/lib/event-wrapper.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/event-target-shim/lib/event-wrapper'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/eventemitter3/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/eventemitter3/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/eventemitter3/umd/eventemitter3.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/eventemitter3/umd/eventemitter3.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/exec-async/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/exec-async/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/exec-sh/example/example.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/exec-sh/example/example'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/exec-sh/lib/exec-sh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/exec-sh/lib/exec-sh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/execa/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/execa/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/execa/lib/errname.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/execa/lib/errname'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/execa/lib/stdio.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/execa/lib/stdio'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/exists-async/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/exists-async/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expand-brackets/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expand-brackets/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expand-range/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expand-range/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expect/build-es5/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expect/build-es5/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expect/build/asymmetric_matchers.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expect/build/asymmetric_matchers'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expect/build/extract_expected_assertions_errors.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expect/build/extract_expected_assertions_errors'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expect/build/fake_chalk.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expect/build/fake_chalk'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expect/build/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expect/build/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expect/build/jasmine_utils.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expect/build/jasmine_utils'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expect/build/jest_matchers_object.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expect/build/jest_matchers_object'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expect/build/matchers.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expect/build/matchers'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expect/build/spy_matchers.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expect/build/spy_matchers'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expect/build/to_throw_matchers.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expect/build/to_throw_matchers'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expect/build/utils.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expect/build/utils'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/AppEntry.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/AppEntry'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/flow/metro-bundler.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/flow/metro-bundler'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/flow/react-native-gesture-handler.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/flow/react-native-gesture-handler'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/__mocks__/Constants-development.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/__mocks__/Constants-development'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/__tests__/Amplitude-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/__tests__/Amplitude-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/__tests__/AuthSession-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/__tests__/AuthSession-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/__tests__/Constants-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/__tests__/Constants-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/__tests__/ErrorRecovery-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/__tests__/ErrorRecovery-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/__tests__/Expo-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/__tests__/Expo-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/__tests__/Facebook-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/__tests__/Facebook-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/__tests__/Font-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/__tests__/Font-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/__tests__/Location-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/__tests__/Location-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/__tests__/Notifications-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/__tests__/Notifications-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/__tests__/SecureStore-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/__tests__/SecureStore-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/__tests__/Segment-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/__tests__/Segment-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/__tests__/WebBrowser-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/__tests__/WebBrowser-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/admob/RNAdMobBanner.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/admob/RNAdMobBanner'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/admob/RNAdMobInterstitial.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/admob/RNAdMobInterstitial'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/admob/RNAdMobRewarded.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/admob/RNAdMobRewarded'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/admob/RNPublisherBanner.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/admob/RNPublisherBanner'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/Amplitude.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/Amplitude'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/apisAreAvailable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/apisAreAvailable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/Asset.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/Asset'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/AuthSession.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/AuthSession'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/av/Audio.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/av/Audio'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/av/Audio/Recording.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/av/Audio/Recording'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/av/Audio/Sound.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/av/Audio/Sound'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/av/AV.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/av/AV'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/av/Video.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/av/Video'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/BarCodeScanner.android.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/BarCodeScanner.android'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/BarCodeScanner.ios.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/BarCodeScanner.ios'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/Brightness.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/Brightness'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/Camera.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/Camera'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/CameraBasedBarCodeScanner.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/CameraBasedBarCodeScanner'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/Constants.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/Constants'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/Contacts.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/Contacts'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/DangerZone.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/DangerZone'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/DocumentPicker.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/DocumentPicker'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/effects/BlurView.android.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/effects/BlurView.android'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/effects/BlurView.ios.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/effects/BlurView.ios'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/effects/LinearGradient.android.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/effects/LinearGradient.android'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/effects/LinearGradient.ios.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/effects/LinearGradient.ios'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/environment/__tests__/validate-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/environment/__tests__/validate-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/environment/logging.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/environment/logging'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/environment/validate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/environment/validate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/ErrorRecovery.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/ErrorRecovery'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/Expo.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/Expo'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/facebook-ads/AdSettings.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/facebook-ads/AdSettings'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/facebook-ads/BannerViewManager.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/facebook-ads/BannerViewManager'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/facebook-ads/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/facebook-ads/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/facebook-ads/InterstitialAdManager.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/facebook-ads/InterstitialAdManager'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/facebook-ads/NativeAdsManager.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/facebook-ads/NativeAdsManager'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/facebook-ads/withNativeAd.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/facebook-ads/withNativeAd'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/Facebook.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/Facebook'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/FaceDetector.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/FaceDetector'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/FileSystem.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/FileSystem'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/Fingerprint.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/Fingerprint'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/Font.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/Font'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/GLView.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/GLView'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/Google.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/Google'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/Icon.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/Icon'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/ImageManipulator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/ImageManipulator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/ImagePicker.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/ImagePicker'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/IntentLauncherAndroid.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/IntentLauncherAndroid'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/KeepAwake.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/KeepAwake'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/launch/AppLoading.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/launch/AppLoading'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/launch/AppLoadingNativeWrapper.android.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/launch/AppLoadingNativeWrapper.android'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/launch/AppLoadingNativeWrapper.ios.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/launch/AppLoadingNativeWrapper.ios'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/launch/registerRootComponent.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/launch/registerRootComponent'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/launch/RootErrorBoundary.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/launch/RootErrorBoundary'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/lib/Queue.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/lib/Queue'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/Location.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/Location'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/logs/__tests__/Logs-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/logs/__tests__/Logs-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/logs/__tests__/LogSerialization-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/logs/__tests__/LogSerialization-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/logs/__tests__/RemoteConsole-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/logs/__tests__/RemoteConsole-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/logs/__tests__/RemoteLogging-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/logs/__tests__/RemoteLogging-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/logs/__tests__/RemoteLogs-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/logs/__tests__/RemoteLogs-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/logs/Logs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/logs/Logs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/logs/LogSerialization.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/logs/LogSerialization'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/logs/RemoteConsole.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/logs/RemoteConsole'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/logs/RemoteLogging.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/logs/RemoteLogging'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/modal/Modal.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/modal/Modal'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/modal/ModalHost.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/modal/ModalHost'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/modal/ModalImplementation.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/modal/ModalImplementation'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/modal/PureContainer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/modal/PureContainer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/Notifications.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/Notifications'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/OldBarCodeScanner.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/OldBarCodeScanner'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/Payments.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/Payments'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/Pedometer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/Pedometer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/Permissions.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/Permissions'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/ScreenOrientation.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/ScreenOrientation'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/SecureStore.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/SecureStore'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/Segment.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/Segment'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/sensor/__tests__/Accelerometer-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/sensor/__tests__/Accelerometer-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/sensor/__tests__/DeviceMotion-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/sensor/__tests__/DeviceMotion-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/sensor/__tests__/DeviceSensor-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/sensor/__tests__/DeviceSensor-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/sensor/__tests__/Gyroscope-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/sensor/__tests__/Gyroscope-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/sensor/__tests__/Magnetometer-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/sensor/__tests__/Magnetometer-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/sensor/Accelerometer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/sensor/Accelerometer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/sensor/DeviceMotion.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/sensor/DeviceMotion'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/sensor/DeviceSensor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/sensor/DeviceSensor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/sensor/Gyroscope.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/sensor/Gyroscope'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/sensor/Magnetometer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/sensor/Magnetometer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/sensor/MagnetometerUncalibrated.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/sensor/MagnetometerUncalibrated'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/sensor/ThreeAxisSensor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/sensor/ThreeAxisSensor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/Speech.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/Speech'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/SQLite.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/SQLite'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/Svg.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/Svg'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/takeSnapshotAsync.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/takeSnapshotAsync'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/timer/polyfillNextTick.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/timer/polyfillNextTick'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/Util.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/Util'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/src/WebBrowser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/src/WebBrowser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/tools/hashAssetFiles.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/tools/hashAssetFiles'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/expo/tools/LogReporter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/expo/tools/LogReporter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express-session/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/express-session/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express-session/node_modules/debug/browser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/express-session/node_modules/debug/browser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express-session/node_modules/debug/debug.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/express-session/node_modules/debug/debug'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express-session/node_modules/debug/node.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/express-session/node_modules/debug/node'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express-session/node_modules/depd/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/express-session/node_modules/depd/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express-session/node_modules/depd/lib/compat/buffer-concat.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/express-session/node_modules/depd/lib/compat/buffer-concat'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express-session/node_modules/depd/lib/compat/callsite-tostring.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/express-session/node_modules/depd/lib/compat/callsite-tostring'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express-session/node_modules/depd/lib/compat/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/express-session/node_modules/depd/lib/compat/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express-session/session/cookie.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/express-session/session/cookie'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express-session/session/memory.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/express-session/session/memory'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express-session/session/session.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/express-session/session/session'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express-session/session/store.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/express-session/session/store'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/express/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express/lib/application.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/express/lib/application'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express/lib/express.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/express/lib/express'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express/lib/middleware/init.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/express/lib/middleware/init'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express/lib/middleware/query.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/express/lib/middleware/query'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express/lib/request.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/express/lib/request'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express/lib/response.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/express/lib/response'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express/lib/router/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/express/lib/router/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express/lib/router/layer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/express/lib/router/layer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express/lib/router/route.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/express/lib/router/route'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express/lib/utils.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/express/lib/utils'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express/lib/view.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/express/lib/view'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express/node_modules/accepts/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/express/node_modules/accepts/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express/node_modules/cookie/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/express/node_modules/cookie/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express/node_modules/etag/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/express/node_modules/etag/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express/node_modules/finalhandler/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/express/node_modules/finalhandler/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express/node_modules/fresh/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/express/node_modules/fresh/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express/node_modules/negotiator/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/express/node_modules/negotiator/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express/node_modules/negotiator/lib/charset.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/express/node_modules/negotiator/lib/charset'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express/node_modules/negotiator/lib/encoding.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/express/node_modules/negotiator/lib/encoding'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express/node_modules/negotiator/lib/language.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/express/node_modules/negotiator/lib/language'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express/node_modules/negotiator/lib/mediaType.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/express/node_modules/negotiator/lib/mediaType'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express/node_modules/path-to-regexp/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/express/node_modules/path-to-regexp/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express/node_modules/serve-static/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/express/node_modules/serve-static/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express/node_modules/setprototypeof/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/express/node_modules/setprototypeof/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/express/node_modules/utils-merge/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/express/node_modules/utils-merge/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/extend/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/extend/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/external-editor/example_async.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/external-editor/example_async'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/external-editor/example_sync.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/external-editor/example_sync'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/external-editor/main/errors/CreateFileError.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/external-editor/main/errors/CreateFileError'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/external-editor/main/errors/LaunchEditorError.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/external-editor/main/errors/LaunchEditorError'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/external-editor/main/errors/ReadFileError.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/external-editor/main/errors/ReadFileError'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/external-editor/main/errors/RemoveFileError.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/external-editor/main/errors/RemoveFileError'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/external-editor/main/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/external-editor/main/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/extglob/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/extglob/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/extsprintf/lib/extsprintf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/extsprintf/lib/extsprintf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fancy-log/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fancy-log/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fast-deep-equal/benchmark/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fast-deep-equal/benchmark/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fast-deep-equal/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fast-deep-equal/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fast-deep-equal/spec/index.spec.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fast-deep-equal/spec/index.spec'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fast-deep-equal/spec/tests.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fast-deep-equal/spec/tests'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fast-json-stable-stringify/benchmark/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fast-json-stable-stringify/benchmark/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fast-json-stable-stringify/example/key_cmp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fast-json-stable-stringify/example/key_cmp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fast-json-stable-stringify/example/nested.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fast-json-stable-stringify/example/nested'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fast-json-stable-stringify/example/str.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fast-json-stable-stringify/example/str'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fast-json-stable-stringify/example/value_cmp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fast-json-stable-stringify/example/value_cmp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fast-json-stable-stringify/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fast-json-stable-stringify/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fast-json-stable-stringify/test/cmp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fast-json-stable-stringify/test/cmp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fast-json-stable-stringify/test/nested.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fast-json-stable-stringify/test/nested'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fast-json-stable-stringify/test/str.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fast-json-stable-stringify/test/str'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fast-json-stable-stringify/test/to-json.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fast-json-stable-stringify/test/to-json'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fast-levenshtein/levenshtein.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fast-levenshtein/levenshtein'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fb-watchman/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fb-watchman/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbemitter/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbemitter/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbemitter/lib/BaseEventEmitter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbemitter/lib/BaseEventEmitter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbemitter/lib/EmitterSubscription.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbemitter/lib/EmitterSubscription'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbemitter/lib/EventSubscription.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbemitter/lib/EventSubscription'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbemitter/lib/EventSubscriptionVendor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbemitter/lib/EventSubscriptionVendor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs-scripts/babel/default-options.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs-scripts/babel/default-options'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs-scripts/gulp/check-dependencies.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs-scripts/gulp/check-dependencies'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs-scripts/gulp/module-map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs-scripts/gulp/module-map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs-scripts/gulp/shared/provides-module.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs-scripts/gulp/shared/provides-module'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs-scripts/gulp/strip-provides-module.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs-scripts/gulp/strip-provides-module'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs-scripts/jest/createCacheKeyFunction.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs-scripts/jest/createCacheKeyFunction'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs-scripts/jest/environment.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs-scripts/jest/environment'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs-scripts/jest/preprocessor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs-scripts/jest/preprocessor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs-scripts/node/check-dev-engines.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs-scripts/node/check-dev-engines'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs-scripts/node/check-lib-requires.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs-scripts/node/check-lib-requires'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/flow/lib/dev.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/flow/lib/dev'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/__mocks__/base62.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/__mocks__/base62'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/__mocks__/crc32.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/__mocks__/crc32'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/__mocks__/ErrorUtils.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/__mocks__/ErrorUtils'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/__mocks__/fetch.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/__mocks__/fetch'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/__mocks__/fetchWithRetries.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/__mocks__/fetchWithRetries'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/__mocks__/nullthrows.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/__mocks__/nullthrows'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/_shouldPolyfillES6Collection.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/_shouldPolyfillES6Collection'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/areEqual.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/areEqual'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/base62.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/base62'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/camelize.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/camelize'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/camelizeStyleName.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/camelizeStyleName'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/compactArray.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/compactArray'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/concatAllArray.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/concatAllArray'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/containsNode.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/containsNode'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/countDistinct.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/countDistinct'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/crc32.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/crc32'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/createArrayFromMixed.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/createArrayFromMixed'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/createNodesFromMarkup.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/createNodesFromMarkup'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/CSSCore.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/CSSCore'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/cx.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/cx'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/DataTransfer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/DataTransfer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/Deferred.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/Deferred'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/distinctArray.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/distinctArray'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/emptyFunction.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/emptyFunction'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/emptyObject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/emptyObject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/enumerate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/enumerate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/equalsIterable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/equalsIterable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/equalsSet.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/equalsSet'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/ErrorUtils.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/ErrorUtils'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/EventListener.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/EventListener'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/everyObject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/everyObject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/everySet.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/everySet'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/ExecutionEnvironment.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/ExecutionEnvironment'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/fetch.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/fetch'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/fetchWithRetries.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/fetchWithRetries'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/filterObject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/filterObject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/flatMapArray.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/flatMapArray'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/flattenArray.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/flattenArray'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/focusNode.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/focusNode'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/forEachObject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/forEachObject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/getActiveElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/getActiveElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/getDocumentScrollElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/getDocumentScrollElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/getElementPosition.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/getElementPosition'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/getElementRect.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/getElementRect'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/getMarkupWrap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/getMarkupWrap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/getScrollPosition.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/getScrollPosition'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/getStyleProperty.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/getStyleProperty'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/getUnboundedScrollPosition.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/getUnboundedScrollPosition'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/getViewportDimensions.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/getViewportDimensions'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/groupArray.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/groupArray'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/hyphenate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/hyphenate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/hyphenateStyleName.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/hyphenateStyleName'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/invariant.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/invariant'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/isEmpty.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/isEmpty'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/isNode.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/isNode'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/isTextNode.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/isTextNode'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/joinClasses.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/joinClasses'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/keyMirror.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/keyMirror'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/keyMirrorRecursive.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/keyMirrorRecursive'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/keyOf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/keyOf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/Keys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/Keys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/Map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/Map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/mapObject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/mapObject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/maxBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/maxBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/memoizeStringOnly.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/memoizeStringOnly'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/minBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/minBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/monitorCodeUse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/monitorCodeUse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/nativeRequestAnimationFrame.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/nativeRequestAnimationFrame'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/nullthrows.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/nullthrows'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/partitionArray.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/partitionArray'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/partitionObject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/partitionObject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/partitionObjectByKey.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/partitionObjectByKey'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/performance.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/performance'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/performanceNow.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/performanceNow'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/PhotosMimeType.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/PhotosMimeType'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/Promise.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/Promise'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/Promise.native.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/Promise.native'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/PromiseMap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/PromiseMap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/removeFromArray.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/removeFromArray'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/requestAnimationFrame.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/requestAnimationFrame'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/resolveImmediate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/resolveImmediate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/Scroll.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/Scroll'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/Set.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/Set'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/setImmediate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/setImmediate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/shallowEqual.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/shallowEqual'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/someObject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/someObject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/someSet.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/someSet'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/sprintf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/sprintf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/Style.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/Style'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/TokenizeUtil.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/TokenizeUtil'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/TouchEventUtils.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/TouchEventUtils'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/UnicodeBidi.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/UnicodeBidi'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/UnicodeBidiDirection.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/UnicodeBidiDirection'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/UnicodeBidiService.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/UnicodeBidiService'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/UnicodeCJK.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/UnicodeCJK'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/UnicodeHangulKorean.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/UnicodeHangulKorean'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/UnicodeUtils.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/UnicodeUtils'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/UnicodeUtilsExtra.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/UnicodeUtilsExtra'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/URI.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/URI'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/UserAgent.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/UserAgent'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/UserAgentData.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/UserAgentData'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/VersionRange.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/VersionRange'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/warning.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/warning'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/xhrSimpleDataSerializer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/lib/xhrSimpleDataSerializer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/build/config.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/build/config'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/build/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/build/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/client/core.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/client/core'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/client/core.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/client/core.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/client/library.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/client/library'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/client/library.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/client/library.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/client/shim.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/client/shim'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/client/shim.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/client/shim.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/core/_.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/core/_'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/core/delay.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/core/delay'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/core/dict.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/core/dict'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/core/function.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/core/function'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/core/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/core/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/core/log.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/core/log'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/core/number.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/core/number'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/core/object.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/core/object'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/core/string.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/core/string'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/es5/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/es5/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/es6/array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/es6/array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/es6/function.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/es6/function'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/es6/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/es6/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/es6/map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/es6/map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/es6/math.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/es6/math'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/es6/number.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/es6/number'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/es6/object.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/es6/object'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/es6/promise.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/es6/promise'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/es6/reflect.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/es6/reflect'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/es6/regexp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/es6/regexp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/es6/set.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/es6/set'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/es6/string.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/es6/string'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/es6/symbol.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/es6/symbol'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/es6/weak-map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/es6/weak-map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/es6/weak-set.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/es6/weak-set'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/es7/array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/es7/array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/es7/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/es7/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/es7/map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/es7/map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/es7/object.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/es7/object'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/es7/regexp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/es7/regexp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/es7/set.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/es7/set'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/es7/string.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/es7/string'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/_.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/_'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/concat.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/concat'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/copy-within.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/copy-within'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/entries.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/entries'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/every.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/every'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/fill.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/fill'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/filter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/filter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/find-index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/find-index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/find.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/find'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/for-each.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/for-each'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/from.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/from'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/includes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/includes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/index-of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/index-of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/iterator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/iterator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/join.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/join'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/keys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/keys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/last-index-of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/last-index-of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/pop.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/pop'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/push.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/push'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/reduce-right.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/reduce-right'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/reduce.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/reduce'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/reverse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/reverse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/shift.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/shift'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/slice.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/slice'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/some.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/some'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/sort.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/sort'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/splice.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/splice'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/unshift.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/unshift'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/values.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/array/values'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/clear-immediate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/clear-immediate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/delay.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/delay'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/dict.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/dict'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/function/has-instance.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/function/has-instance'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/function/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/function/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/function/name.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/function/name'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/function/part.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/function/part'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/get-iterator-method.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/get-iterator-method'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/get-iterator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/get-iterator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/html-collection/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/html-collection/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/html-collection/iterator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/html-collection/iterator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/is-iterable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/is-iterable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/json/stringify.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/json/stringify'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/log.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/log'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/math/acosh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/math/acosh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/math/asinh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/math/asinh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/math/atanh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/math/atanh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/math/cbrt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/math/cbrt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/math/clz32.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/math/clz32'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/math/cosh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/math/cosh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/math/expm1.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/math/expm1'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/math/fround.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/math/fround'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/math/hypot.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/math/hypot'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/math/imul.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/math/imul'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/math/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/math/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/math/log10.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/math/log10'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/math/log1p.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/math/log1p'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/math/log2.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/math/log2'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/math/sign.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/math/sign'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/math/sinh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/math/sinh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/math/tanh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/math/tanh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/math/trunc.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/math/trunc'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/node-list/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/node-list/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/node-list/iterator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/node-list/iterator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/number/epsilon.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/number/epsilon'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/number/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/number/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/number/is-finite.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/number/is-finite'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/number/is-integer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/number/is-integer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/number/is-nan.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/number/is-nan'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/number/is-safe-integer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/number/is-safe-integer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/number/iterator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/number/iterator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/number/max-safe-integer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/number/max-safe-integer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/number/min-safe-integer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/number/min-safe-integer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/number/parse-float.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/number/parse-float'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/number/parse-int.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/number/parse-int'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/assign.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/assign'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/classof.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/classof'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/create.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/create'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/define-properties.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/define-properties'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/define-property.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/define-property'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/define.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/define'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/entries.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/entries'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/freeze.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/freeze'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/get-own-property-descriptor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/get-own-property-descriptor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/get-own-property-descriptors.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/get-own-property-descriptors'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/get-own-property-names.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/get-own-property-names'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/get-own-property-symbols.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/get-own-property-symbols'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/get-prototype-of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/get-prototype-of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/is-extensible.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/is-extensible'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/is-frozen.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/is-frozen'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/is-object.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/is-object'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/is-sealed.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/is-sealed'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/is.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/is'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/keys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/keys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/make.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/make'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/prevent-extensions.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/prevent-extensions'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/seal.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/seal'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/set-prototype-of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/set-prototype-of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/values.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/object/values'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/promise.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/promise'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/reflect/apply.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/reflect/apply'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/reflect/construct.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/reflect/construct'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/reflect/define-property.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/reflect/define-property'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/reflect/delete-property.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/reflect/delete-property'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/reflect/enumerate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/reflect/enumerate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/reflect/get-own-property-descriptor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/reflect/get-own-property-descriptor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/reflect/get-prototype-of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/reflect/get-prototype-of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/reflect/get.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/reflect/get'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/reflect/has.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/reflect/has'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/reflect/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/reflect/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/reflect/is-extensible.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/reflect/is-extensible'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/reflect/own-keys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/reflect/own-keys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/reflect/prevent-extensions.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/reflect/prevent-extensions'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/reflect/set-prototype-of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/reflect/set-prototype-of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/reflect/set.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/reflect/set'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/regexp/escape.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/regexp/escape'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/regexp/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/regexp/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/set-immediate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/set-immediate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/set-interval.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/set-interval'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/set-timeout.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/set-timeout'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/set.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/set'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/string/at.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/string/at'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/string/code-point-at.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/string/code-point-at'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/string/ends-with.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/string/ends-with'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/string/escape-html.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/string/escape-html'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/string/from-code-point.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/string/from-code-point'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/string/includes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/string/includes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/string/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/string/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/string/iterator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/string/iterator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/string/pad-left.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/string/pad-left'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/string/pad-right.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/string/pad-right'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/string/raw.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/string/raw'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/string/repeat.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/string/repeat'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/string/starts-with.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/string/starts-with'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/string/trim-left.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/string/trim-left'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/string/trim-right.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/string/trim-right'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/string/trim.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/string/trim'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/string/unescape-html.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/string/unescape-html'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/symbol/for.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/symbol/for'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/symbol/has-instance.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/symbol/has-instance'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/symbol/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/symbol/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/symbol/is-concat-spreadable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/symbol/is-concat-spreadable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/symbol/iterator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/symbol/iterator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/symbol/key-for.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/symbol/key-for'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/symbol/match.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/symbol/match'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/symbol/replace.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/symbol/replace'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/symbol/search.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/symbol/search'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/symbol/species.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/symbol/species'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/symbol/split.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/symbol/split'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/symbol/to-primitive.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/symbol/to-primitive'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/symbol/to-string-tag.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/symbol/to-string-tag'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/symbol/unscopables.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/symbol/unscopables'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/weak-map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/weak-map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/weak-set.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/fn/weak-set'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/Gruntfile.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/Gruntfile'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/js/array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/js/array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/js/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/js/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/core/_.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/core/_'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/core/delay.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/core/delay'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/core/dict.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/core/dict'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/core/function.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/core/function'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/core/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/core/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/core/log.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/core/log'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/core/number.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/core/number'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/core/object.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/core/object'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/core/string.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/core/string'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/es5/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/es5/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/es6/array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/es6/array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/es6/function.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/es6/function'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/es6/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/es6/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/es6/map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/es6/map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/es6/math.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/es6/math'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/es6/number.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/es6/number'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/es6/object.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/es6/object'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/es6/promise.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/es6/promise'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/es6/reflect.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/es6/reflect'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/es6/regexp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/es6/regexp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/es6/set.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/es6/set'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/es6/string.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/es6/string'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/es6/symbol.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/es6/symbol'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/es6/weak-map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/es6/weak-map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/es6/weak-set.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/es6/weak-set'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/es7/array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/es7/array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/es7/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/es7/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/es7/map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/es7/map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/es7/object.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/es7/object'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/es7/regexp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/es7/regexp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/es7/set.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/es7/set'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/es7/string.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/es7/string'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/_.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/_'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/concat.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/concat'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/copy-within.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/copy-within'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/entries.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/entries'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/every.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/every'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/fill.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/fill'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/filter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/filter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/find-index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/find-index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/find.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/find'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/for-each.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/for-each'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/from.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/from'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/includes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/includes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/index-of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/index-of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/iterator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/iterator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/join.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/join'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/keys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/keys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/last-index-of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/last-index-of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/pop.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/pop'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/push.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/push'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/reduce-right.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/reduce-right'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/reduce.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/reduce'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/reverse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/reverse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/shift.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/shift'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/slice.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/slice'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/some.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/some'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/sort.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/sort'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/splice.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/splice'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/unshift.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/unshift'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/values.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/array/values'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/clear-immediate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/clear-immediate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/delay.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/delay'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/dict.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/dict'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/function/has-instance.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/function/has-instance'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/function/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/function/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/function/name.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/function/name'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/function/part.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/function/part'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/get-iterator-method.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/get-iterator-method'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/get-iterator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/get-iterator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/html-collection/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/html-collection/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/html-collection/iterator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/html-collection/iterator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/is-iterable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/is-iterable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/json/stringify.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/json/stringify'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/log.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/log'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/math/acosh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/math/acosh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/math/asinh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/math/asinh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/math/atanh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/math/atanh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/math/cbrt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/math/cbrt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/math/clz32.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/math/clz32'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/math/cosh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/math/cosh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/math/expm1.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/math/expm1'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/math/fround.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/math/fround'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/math/hypot.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/math/hypot'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/math/imul.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/math/imul'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/math/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/math/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/math/log10.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/math/log10'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/math/log1p.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/math/log1p'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/math/log2.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/math/log2'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/math/sign.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/math/sign'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/math/sinh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/math/sinh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/math/tanh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/math/tanh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/math/trunc.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/math/trunc'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/node-list/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/node-list/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/node-list/iterator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/node-list/iterator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/number/epsilon.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/number/epsilon'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/number/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/number/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/number/is-finite.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/number/is-finite'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/number/is-integer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/number/is-integer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/number/is-nan.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/number/is-nan'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/number/is-safe-integer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/number/is-safe-integer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/number/iterator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/number/iterator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/number/max-safe-integer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/number/max-safe-integer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/number/min-safe-integer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/number/min-safe-integer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/number/parse-float.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/number/parse-float'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/number/parse-int.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/number/parse-int'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/assign.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/assign'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/classof.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/classof'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/create.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/create'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/define-properties.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/define-properties'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/define-property.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/define-property'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/define.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/define'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/entries.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/entries'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/freeze.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/freeze'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/get-own-property-descriptor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/get-own-property-descriptor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/get-own-property-descriptors.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/get-own-property-descriptors'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/get-own-property-names.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/get-own-property-names'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/get-own-property-symbols.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/get-own-property-symbols'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/get-prototype-of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/get-prototype-of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/is-extensible.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/is-extensible'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/is-frozen.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/is-frozen'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/is-object.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/is-object'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/is-sealed.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/is-sealed'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/is.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/is'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/keys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/keys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/make.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/make'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/prevent-extensions.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/prevent-extensions'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/seal.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/seal'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/set-prototype-of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/set-prototype-of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/values.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/object/values'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/promise.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/promise'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/reflect/apply.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/reflect/apply'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/reflect/construct.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/reflect/construct'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/reflect/define-property.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/reflect/define-property'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/reflect/delete-property.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/reflect/delete-property'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/reflect/enumerate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/reflect/enumerate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/reflect/get-own-property-descriptor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/reflect/get-own-property-descriptor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/reflect/get-prototype-of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/reflect/get-prototype-of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/reflect/get.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/reflect/get'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/reflect/has.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/reflect/has'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/reflect/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/reflect/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/reflect/is-extensible.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/reflect/is-extensible'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/reflect/own-keys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/reflect/own-keys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/reflect/prevent-extensions.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/reflect/prevent-extensions'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/reflect/set-prototype-of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/reflect/set-prototype-of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/reflect/set.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/reflect/set'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/regexp/escape.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/regexp/escape'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/regexp/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/regexp/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/set-immediate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/set-immediate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/set-interval.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/set-interval'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/set-timeout.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/set-timeout'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/set.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/set'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/string/at.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/string/at'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/string/code-point-at.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/string/code-point-at'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/string/ends-with.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/string/ends-with'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/string/escape-html.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/string/escape-html'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/string/from-code-point.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/string/from-code-point'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/string/includes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/string/includes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/string/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/string/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/string/iterator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/string/iterator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/string/pad-left.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/string/pad-left'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/string/pad-right.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/string/pad-right'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/string/raw.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/string/raw'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/string/repeat.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/string/repeat'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/string/starts-with.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/string/starts-with'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/string/trim-left.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/string/trim-left'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/string/trim-right.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/string/trim-right'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/string/trim.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/string/trim'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/string/unescape-html.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/string/unescape-html'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/symbol/for.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/symbol/for'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/symbol/has-instance.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/symbol/has-instance'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/symbol/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/symbol/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/symbol/is-concat-spreadable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/symbol/is-concat-spreadable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/symbol/iterator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/symbol/iterator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/symbol/key-for.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/symbol/key-for'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/symbol/match.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/symbol/match'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/symbol/replace.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/symbol/replace'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/symbol/search.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/symbol/search'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/symbol/species.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/symbol/species'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/symbol/split.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/symbol/split'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/symbol/to-primitive.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/symbol/to-primitive'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/symbol/to-string-tag.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/symbol/to-string-tag'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/symbol/unscopables.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/symbol/unscopables'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/weak-map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/weak-map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/weak-set.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/fn/weak-set'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/js/array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/js/array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/js/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/js/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.a-function.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.a-function'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.add-to-unscopables.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.add-to-unscopables'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.an-object.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.an-object'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.array-copy-within.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.array-copy-within'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.array-fill.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.array-fill'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.array-includes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.array-includes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.array-methods.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.array-methods'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.array-species-create.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.array-species-create'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.buffer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.buffer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.classof.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.classof'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.cof.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.cof'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.collection-strong.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.collection-strong'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.collection-to-json.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.collection-to-json'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.collection-weak.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.collection-weak'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.collection.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.collection'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.core.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.core'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.ctx.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.ctx'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.defined.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.defined'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.descriptors.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.descriptors'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.dom-create.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.dom-create'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.enum-keys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.enum-keys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.export.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.export'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.fails-is-regexp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.fails-is-regexp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.fails.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.fails'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.fix-re-wks.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.fix-re-wks'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.flags.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.flags'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.for-of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.for-of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.get-names.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.get-names'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.global.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.global'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.has.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.has'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.hide.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.hide'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.html.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.html'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.invoke.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.invoke'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.iobject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.iobject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.is-array-iter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.is-array-iter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.is-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.is-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.is-integer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.is-integer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.is-object.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.is-object'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.is-regexp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.is-regexp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.iter-call.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.iter-call'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.iter-create.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.iter-create'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.iter-define.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.iter-define'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.iter-detect.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.iter-detect'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.iter-step.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.iter-step'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.iterators.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.iterators'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.keyof.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.keyof'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.library.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.library'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.math-expm1.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.math-expm1'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.math-log1p.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.math-log1p'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.math-sign.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.math-sign'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.microtask.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.microtask'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.object-assign.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.object-assign'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.object-define.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.object-define'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.object-sap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.object-sap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.object-to-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.object-to-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.own-keys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.own-keys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.partial.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.partial'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.path.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.path'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.property-desc.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.property-desc'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.redefine-all.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.redefine-all'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.redefine.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.redefine'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.replacer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.replacer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.same-value.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.same-value'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.set-proto.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.set-proto'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.set-species.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.set-species'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.set-to-string-tag.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.set-to-string-tag'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.shared.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.shared'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.species-constructor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.species-constructor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.strict-new.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.strict-new'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.string-at.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.string-at'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.string-context.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.string-context'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.string-pad.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.string-pad'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.string-repeat.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.string-repeat'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.string-trim.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.string-trim'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.task.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.task'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.to-index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.to-index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.to-integer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.to-integer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.to-iobject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.to-iobject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.to-length.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.to-length'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.to-object.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.to-object'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.to-primitive.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.to-primitive'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.typed-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.typed-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.typed.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.typed'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.uid.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.uid'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.wks.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/$.wks'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/core.delay.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/core.delay'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/core.dict.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/core.dict'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/core.function.part.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/core.function.part'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/core.get-iterator-method.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/core.get-iterator-method'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/core.get-iterator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/core.get-iterator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/core.is-iterable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/core.is-iterable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/core.log.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/core.log'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/core.number.iterator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/core.number.iterator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/core.object.classof.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/core.object.classof'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/core.object.define.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/core.object.define'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/core.object.is-object.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/core.object.is-object'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/core.object.make.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/core.object.make'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/core.string.escape-html.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/core.string.escape-html'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/core.string.unescape-html.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/core.string.unescape-html'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es5.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es5'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.array.copy-within.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.array.copy-within'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.array.fill.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.array.fill'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.array.find-index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.array.find-index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.array.find.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.array.find'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.array.from.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.array.from'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.array.iterator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.array.iterator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.array.of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.array.of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.array.species.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.array.species'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.date.to-string.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.date.to-string'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.function.has-instance.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.function.has-instance'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.function.name.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.function.name'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.math.acosh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.math.acosh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.math.asinh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.math.asinh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.math.atanh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.math.atanh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.math.cbrt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.math.cbrt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.math.clz32.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.math.clz32'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.math.cosh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.math.cosh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.math.expm1.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.math.expm1'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.math.fround.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.math.fround'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.math.hypot.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.math.hypot'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.math.imul.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.math.imul'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.math.log10.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.math.log10'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.math.log1p.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.math.log1p'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.math.log2.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.math.log2'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.math.sign.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.math.sign'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.math.sinh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.math.sinh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.math.tanh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.math.tanh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.math.trunc.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.math.trunc'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.number.constructor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.number.constructor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.number.epsilon.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.number.epsilon'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.number.is-finite.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.number.is-finite'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.number.is-integer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.number.is-integer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.number.is-nan.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.number.is-nan'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.number.is-safe-integer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.number.is-safe-integer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.number.max-safe-integer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.number.max-safe-integer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.number.min-safe-integer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.number.min-safe-integer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.number.parse-float.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.number.parse-float'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.number.parse-int.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.number.parse-int'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.object.assign.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.object.assign'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.object.freeze.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.object.freeze'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.object.get-own-property-descriptor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.object.get-own-property-descriptor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.object.get-own-property-names.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.object.get-own-property-names'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.object.get-prototype-of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.object.get-prototype-of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.object.is-extensible.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.object.is-extensible'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.object.is-frozen.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.object.is-frozen'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.object.is-sealed.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.object.is-sealed'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.object.is.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.object.is'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.object.keys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.object.keys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.object.prevent-extensions.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.object.prevent-extensions'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.object.seal.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.object.seal'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.object.set-prototype-of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.object.set-prototype-of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.object.to-string.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.object.to-string'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.promise.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.promise'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.reflect.apply.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.reflect.apply'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.reflect.construct.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.reflect.construct'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.reflect.define-property.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.reflect.define-property'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.reflect.delete-property.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.reflect.delete-property'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.reflect.enumerate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.reflect.enumerate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.reflect.get-own-property-descriptor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.reflect.get-own-property-descriptor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.reflect.get-prototype-of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.reflect.get-prototype-of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.reflect.get.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.reflect.get'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.reflect.has.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.reflect.has'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.reflect.is-extensible.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.reflect.is-extensible'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.reflect.own-keys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.reflect.own-keys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.reflect.prevent-extensions.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.reflect.prevent-extensions'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.reflect.set-prototype-of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.reflect.set-prototype-of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.reflect.set.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.reflect.set'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.regexp.constructor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.regexp.constructor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.regexp.flags.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.regexp.flags'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.regexp.match.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.regexp.match'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.regexp.replace.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.regexp.replace'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.regexp.search.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.regexp.search'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.regexp.split.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.regexp.split'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.set.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.set'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.string.code-point-at.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.string.code-point-at'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.string.ends-with.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.string.ends-with'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.string.from-code-point.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.string.from-code-point'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.string.includes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.string.includes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.string.iterator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.string.iterator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.string.raw.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.string.raw'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.string.repeat.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.string.repeat'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.string.starts-with.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.string.starts-with'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.string.trim.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.string.trim'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.symbol.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.symbol'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.typed.array-buffer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.typed.array-buffer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.typed.data-view.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.typed.data-view'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.typed.float32-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.typed.float32-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.typed.float64-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.typed.float64-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.typed.int16-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.typed.int16-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.typed.int32-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.typed.int32-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.typed.int8-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.typed.int8-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.typed.uint16-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.typed.uint16-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.typed.uint32-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.typed.uint32-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.typed.uint8-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.typed.uint8-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.typed.uint8-clamped-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.typed.uint8-clamped-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.weak-map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.weak-map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.weak-set.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es6.weak-set'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es7.array.includes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es7.array.includes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es7.map.to-json.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es7.map.to-json'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es7.object.entries.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es7.object.entries'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es7.object.get-own-property-descriptors.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es7.object.get-own-property-descriptors'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es7.object.values.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es7.object.values'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es7.regexp.escape.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es7.regexp.escape'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es7.set.to-json.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es7.set.to-json'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es7.string.at.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es7.string.at'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es7.string.pad-left.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es7.string.pad-left'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es7.string.pad-right.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es7.string.pad-right'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es7.string.trim-left.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es7.string.trim-left'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es7.string.trim-right.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/es7.string.trim-right'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/js.array.statics.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/js.array.statics'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/web.dom.iterable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/web.dom.iterable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/web.immediate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/web.immediate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/web.timers.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/modules/web.timers'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/shim.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/shim'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/web/dom.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/web/dom'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/web/immediate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/web/immediate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/web/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/web/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/web/timers.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/library/web/timers'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.a-function.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.a-function'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.add-to-unscopables.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.add-to-unscopables'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.an-object.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.an-object'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.array-copy-within.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.array-copy-within'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.array-fill.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.array-fill'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.array-includes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.array-includes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.array-methods.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.array-methods'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.array-species-create.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.array-species-create'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.buffer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.buffer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.classof.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.classof'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.cof.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.cof'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.collection-strong.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.collection-strong'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.collection-to-json.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.collection-to-json'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.collection-weak.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.collection-weak'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.collection.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.collection'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.core.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.core'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.ctx.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.ctx'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.defined.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.defined'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.descriptors.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.descriptors'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.dom-create.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.dom-create'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.enum-keys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.enum-keys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.export.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.export'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.fails-is-regexp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.fails-is-regexp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.fails.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.fails'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.fix-re-wks.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.fix-re-wks'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.flags.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.flags'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.for-of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.for-of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.get-names.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.get-names'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.global.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.global'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.has.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.has'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.hide.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.hide'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.html.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.html'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.invoke.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.invoke'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.iobject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.iobject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.is-array-iter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.is-array-iter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.is-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.is-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.is-integer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.is-integer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.is-object.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.is-object'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.is-regexp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.is-regexp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.iter-call.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.iter-call'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.iter-create.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.iter-create'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.iter-define.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.iter-define'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.iter-detect.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.iter-detect'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.iter-step.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.iter-step'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.iterators.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.iterators'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.keyof.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.keyof'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.library.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.library'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.math-expm1.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.math-expm1'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.math-log1p.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.math-log1p'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.math-sign.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.math-sign'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.microtask.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.microtask'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.object-assign.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.object-assign'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.object-define.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.object-define'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.object-sap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.object-sap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.object-to-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.object-to-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.own-keys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.own-keys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.partial.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.partial'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.path.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.path'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.property-desc.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.property-desc'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.redefine-all.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.redefine-all'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.redefine.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.redefine'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.replacer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.replacer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.same-value.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.same-value'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.set-proto.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.set-proto'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.set-species.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.set-species'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.set-to-string-tag.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.set-to-string-tag'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.shared.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.shared'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.species-constructor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.species-constructor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.strict-new.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.strict-new'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.string-at.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.string-at'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.string-context.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.string-context'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.string-pad.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.string-pad'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.string-repeat.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.string-repeat'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.string-trim.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.string-trim'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.task.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.task'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.to-index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.to-index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.to-integer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.to-integer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.to-iobject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.to-iobject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.to-length.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.to-length'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.to-object.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.to-object'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.to-primitive.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.to-primitive'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.typed-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.typed-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.typed.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.typed'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.uid.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.uid'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.wks.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/$.wks'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/core.delay.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/core.delay'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/core.dict.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/core.dict'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/core.function.part.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/core.function.part'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/core.get-iterator-method.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/core.get-iterator-method'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/core.get-iterator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/core.get-iterator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/core.is-iterable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/core.is-iterable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/core.log.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/core.log'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/core.number.iterator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/core.number.iterator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/core.object.classof.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/core.object.classof'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/core.object.define.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/core.object.define'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/core.object.is-object.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/core.object.is-object'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/core.object.make.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/core.object.make'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/core.string.escape-html.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/core.string.escape-html'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/core.string.unescape-html.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/core.string.unescape-html'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es5.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es5'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.array.copy-within.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.array.copy-within'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.array.fill.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.array.fill'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.array.find-index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.array.find-index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.array.find.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.array.find'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.array.from.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.array.from'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.array.iterator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.array.iterator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.array.of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.array.of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.array.species.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.array.species'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.date.to-string.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.date.to-string'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.function.has-instance.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.function.has-instance'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.function.name.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.function.name'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.math.acosh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.math.acosh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.math.asinh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.math.asinh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.math.atanh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.math.atanh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.math.cbrt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.math.cbrt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.math.clz32.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.math.clz32'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.math.cosh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.math.cosh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.math.expm1.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.math.expm1'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.math.fround.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.math.fround'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.math.hypot.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.math.hypot'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.math.imul.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.math.imul'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.math.log10.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.math.log10'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.math.log1p.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.math.log1p'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.math.log2.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.math.log2'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.math.sign.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.math.sign'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.math.sinh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.math.sinh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.math.tanh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.math.tanh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.math.trunc.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.math.trunc'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.number.constructor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.number.constructor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.number.epsilon.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.number.epsilon'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.number.is-finite.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.number.is-finite'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.number.is-integer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.number.is-integer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.number.is-nan.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.number.is-nan'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.number.is-safe-integer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.number.is-safe-integer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.number.max-safe-integer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.number.max-safe-integer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.number.min-safe-integer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.number.min-safe-integer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.number.parse-float.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.number.parse-float'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.number.parse-int.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.number.parse-int'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.object.assign.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.object.assign'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.object.freeze.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.object.freeze'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.object.get-own-property-descriptor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.object.get-own-property-descriptor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.object.get-own-property-names.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.object.get-own-property-names'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.object.get-prototype-of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.object.get-prototype-of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.object.is-extensible.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.object.is-extensible'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.object.is-frozen.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.object.is-frozen'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.object.is-sealed.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.object.is-sealed'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.object.is.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.object.is'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.object.keys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.object.keys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.object.prevent-extensions.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.object.prevent-extensions'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.object.seal.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.object.seal'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.object.set-prototype-of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.object.set-prototype-of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.object.to-string.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.object.to-string'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.promise.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.promise'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.reflect.apply.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.reflect.apply'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.reflect.construct.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.reflect.construct'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.reflect.define-property.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.reflect.define-property'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.reflect.delete-property.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.reflect.delete-property'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.reflect.enumerate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.reflect.enumerate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.reflect.get-own-property-descriptor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.reflect.get-own-property-descriptor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.reflect.get-prototype-of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.reflect.get-prototype-of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.reflect.get.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.reflect.get'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.reflect.has.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.reflect.has'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.reflect.is-extensible.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.reflect.is-extensible'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.reflect.own-keys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.reflect.own-keys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.reflect.prevent-extensions.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.reflect.prevent-extensions'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.reflect.set-prototype-of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.reflect.set-prototype-of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.reflect.set.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.reflect.set'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.regexp.constructor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.regexp.constructor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.regexp.flags.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.regexp.flags'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.regexp.match.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.regexp.match'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.regexp.replace.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.regexp.replace'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.regexp.search.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.regexp.search'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.regexp.split.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.regexp.split'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.set.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.set'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.string.code-point-at.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.string.code-point-at'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.string.ends-with.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.string.ends-with'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.string.from-code-point.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.string.from-code-point'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.string.includes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.string.includes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.string.iterator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.string.iterator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.string.raw.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.string.raw'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.string.repeat.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.string.repeat'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.string.starts-with.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.string.starts-with'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.string.trim.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.string.trim'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.symbol.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.symbol'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.typed.array-buffer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.typed.array-buffer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.typed.data-view.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.typed.data-view'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.typed.float32-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.typed.float32-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.typed.float64-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.typed.float64-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.typed.int16-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.typed.int16-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.typed.int32-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.typed.int32-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.typed.int8-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.typed.int8-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.typed.uint16-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.typed.uint16-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.typed.uint32-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.typed.uint32-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.typed.uint8-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.typed.uint8-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.typed.uint8-clamped-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.typed.uint8-clamped-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.weak-map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.weak-map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.weak-set.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es6.weak-set'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es7.array.includes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es7.array.includes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es7.map.to-json.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es7.map.to-json'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es7.object.entries.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es7.object.entries'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es7.object.get-own-property-descriptors.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es7.object.get-own-property-descriptors'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es7.object.values.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es7.object.values'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es7.regexp.escape.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es7.regexp.escape'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es7.set.to-json.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es7.set.to-json'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es7.string.at.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es7.string.at'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es7.string.pad-left.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es7.string.pad-left'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es7.string.pad-right.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es7.string.pad-right'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es7.string.trim-left.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es7.string.trim-left'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es7.string.trim-right.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/es7.string.trim-right'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/js.array.statics.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/js.array.statics'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/library/$.add-to-unscopables.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/library/$.add-to-unscopables'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/library/$.collection.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/library/$.collection'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/library/$.export.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/library/$.export'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/library/$.library.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/library/$.library'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/library/$.path.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/library/$.path'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/library/$.redefine.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/library/$.redefine'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/library/$.set-species.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/library/$.set-species'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/library/es6.date.to-string.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/library/es6.date.to-string'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/library/es6.function.name.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/library/es6.function.name'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/library/es6.number.constructor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/library/es6.number.constructor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/library/es6.object.to-string.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/library/es6.object.to-string'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/library/es6.regexp.constructor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/library/es6.regexp.constructor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/library/es6.regexp.flags.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/library/es6.regexp.flags'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/library/es6.regexp.match.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/library/es6.regexp.match'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/library/es6.regexp.replace.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/library/es6.regexp.replace'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/library/es6.regexp.search.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/library/es6.regexp.search'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/library/es6.regexp.split.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/library/es6.regexp.split'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/library/web.dom.iterable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/library/web.dom.iterable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/web.dom.iterable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/web.dom.iterable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/web.immediate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/web.immediate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/web.timers.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/modules/web.timers'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/shim.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/shim'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/web/dom.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/web/dom'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/web/immediate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/web/immediate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/web/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/web/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/web/timers.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fbjs/node_modules/core-js/web/timers'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/figures/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/figures/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/file-type/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/file-type/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/file-uri-to-path/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/file-uri-to-path/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/file-uri-to-path/test/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/file-uri-to-path/test/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/filename-regex/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/filename-regex/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fileset/lib/fileset.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fileset/lib/fileset'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fileset/test/fixtures/an (odd) filename.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fileset/test/fixtures/an (odd) filename'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fileset/test/mocha.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fileset/test/mocha'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fill-range/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fill-range/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/finalhandler/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/finalhandler/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/finalhandler/node_modules/debug/browser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/finalhandler/node_modules/debug/browser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/finalhandler/node_modules/debug/debug.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/finalhandler/node_modules/debug/debug'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/finalhandler/node_modules/debug/node.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/finalhandler/node_modules/debug/node'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/finalhandler/node_modules/escape-html/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/finalhandler/node_modules/escape-html/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/find-babel-config/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/find-babel-config/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/find-up/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/find-up/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/flow-bin/cli.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/flow-bin/cli'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/flow-bin/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/flow-bin/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/follow-redirects/http.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/follow-redirects/http'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/follow-redirects/https.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/follow-redirects/https'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/follow-redirects/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/follow-redirects/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/follow-redirects/node_modules/debug/karma.conf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/follow-redirects/node_modules/debug/karma.conf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/follow-redirects/node_modules/debug/node.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/follow-redirects/node_modules/debug/node'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/follow-redirects/node_modules/debug/src/browser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/follow-redirects/node_modules/debug/src/browser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/follow-redirects/node_modules/debug/src/debug.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/follow-redirects/node_modules/debug/src/debug'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/follow-redirects/node_modules/debug/src/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/follow-redirects/node_modules/debug/src/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/follow-redirects/node_modules/debug/src/node.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/follow-redirects/node_modules/debug/src/node'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/follow-redirects/node_modules/ms/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/follow-redirects/node_modules/ms/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/for-in/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/for-in/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/for-own/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/for-own/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/foreach/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/foreach/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/foreach/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/foreach/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/forever-agent/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/forever-agent/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/form-data/lib/browser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/form-data/lib/browser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/form-data/lib/form_data.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/form-data/lib/form_data'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/form-data/lib/populate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/form-data/lib/populate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/formidable/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/formidable/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/formidable/lib/file.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/formidable/lib/file'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/formidable/lib/incoming_form.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/formidable/lib/incoming_form'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/formidable/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/formidable/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/formidable/lib/json_parser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/formidable/lib/json_parser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/formidable/lib/multipart_parser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/formidable/lib/multipart_parser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/formidable/lib/octet_parser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/formidable/lib/octet_parser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/formidable/lib/querystring_parser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/formidable/lib/querystring_parser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/forwarded/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/forwarded/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/freeport-async/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/freeport-async/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fresh/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fresh/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/copy-sync/copy-file-sync.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/copy-sync/copy-file-sync'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/copy-sync/copy-sync.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/copy-sync/copy-sync'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/copy-sync/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/copy-sync/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/copy/copy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/copy/copy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/copy/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/copy/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/copy/ncp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/copy/ncp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/empty/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/empty/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/ensure/file.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/ensure/file'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/ensure/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/ensure/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/ensure/link.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/ensure/link'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/ensure/symlink-paths.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/ensure/symlink-paths'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/ensure/symlink-type.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/ensure/symlink-type'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/ensure/symlink.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/ensure/symlink'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/json/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/json/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/json/jsonfile.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/json/jsonfile'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/json/output-json-sync.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/json/output-json-sync'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/json/output-json.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/json/output-json'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/mkdirs/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/mkdirs/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/mkdirs/mkdirs-sync.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/mkdirs/mkdirs-sync'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/mkdirs/mkdirs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/mkdirs/mkdirs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/mkdirs/win32.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/mkdirs/win32'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/move/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/move/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/output/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/output/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/remove/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/remove/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/remove/rimraf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/remove/rimraf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/util/assign.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/util/assign'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/util/utimes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/util/utimes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/walk-sync/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/walk-sync/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/walk/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fs-extra/lib/walk/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fs-minipass/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fs-minipass/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fs.realpath/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fs.realpath/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fs.realpath/old.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fs.realpath/old'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/fsevents.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/fsevents'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/install.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/install'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/abbrev/abbrev.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/abbrev/abbrev'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/dist/ajv.bundle.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/dist/ajv.bundle'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/dist/ajv.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/dist/ajv.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/dist/nodent.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/dist/nodent.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/dist/regenerator.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/dist/regenerator.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/ajv.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/ajv'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/async.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/async'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/cache.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/cache'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/compile/_rules.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/compile/_rules'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/compile/equal.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/compile/equal'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/compile/formats.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/compile/formats'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/compile/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/compile/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/compile/resolve.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/compile/resolve'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/compile/rules.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/compile/rules'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/compile/schema_obj.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/compile/schema_obj'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/compile/ucs2length.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/compile/ucs2length'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/compile/util.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/compile/util'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/compile/validation_error.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/compile/validation_error'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/dotjs/_formatLimit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/dotjs/_formatLimit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/dotjs/_limit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/dotjs/_limit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/dotjs/_limitItems.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/dotjs/_limitItems'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/dotjs/_limitLength.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/dotjs/_limitLength'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/dotjs/_limitProperties.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/dotjs/_limitProperties'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/dotjs/allOf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/dotjs/allOf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/dotjs/anyOf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/dotjs/anyOf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/dotjs/constant.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/dotjs/constant'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/dotjs/custom.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/dotjs/custom'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/dotjs/dependencies.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/dotjs/dependencies'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/dotjs/enum.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/dotjs/enum'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/dotjs/format.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/dotjs/format'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/dotjs/items.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/dotjs/items'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/dotjs/multipleOf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/dotjs/multipleOf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/dotjs/not.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/dotjs/not'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/dotjs/oneOf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/dotjs/oneOf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/dotjs/pattern.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/dotjs/pattern'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/dotjs/patternRequired.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/dotjs/patternRequired'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/dotjs/properties.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/dotjs/properties'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/dotjs/ref.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/dotjs/ref'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/dotjs/required.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/dotjs/required'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/dotjs/switch.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/dotjs/switch'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/dotjs/uniqueItems.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/dotjs/uniqueItems'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/dotjs/validate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/dotjs/validate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/keyword.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/keyword'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/v5.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/lib/v5'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/scripts/bundle.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/scripts/bundle'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/scripts/compile-dots.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ajv/scripts/compile-dots'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ansi-regex/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ansi-regex/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/aproba/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/aproba/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/are-we-there-yet/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/are-we-there-yet/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/are-we-there-yet/tracker-base.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/are-we-there-yet/tracker-base'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/are-we-there-yet/tracker-group.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/are-we-there-yet/tracker-group'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/are-we-there-yet/tracker-stream.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/are-we-there-yet/tracker-stream'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/are-we-there-yet/tracker.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/are-we-there-yet/tracker'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asn1/lib/ber/errors.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asn1/lib/ber/errors'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asn1/lib/ber/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asn1/lib/ber/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asn1/lib/ber/reader.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asn1/lib/ber/reader'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asn1/lib/ber/types.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asn1/lib/ber/types'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asn1/lib/ber/writer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asn1/lib/ber/writer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asn1/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asn1/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asn1/tst/ber/reader.test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asn1/tst/ber/reader.test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asn1/tst/ber/writer.test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asn1/tst/ber/writer.test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/assert-plus/assert.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/assert-plus/assert'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asynckit/bench.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asynckit/bench'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asynckit/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asynckit/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asynckit/lib/abort.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asynckit/lib/abort'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asynckit/lib/async.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asynckit/lib/async'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asynckit/lib/defer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asynckit/lib/defer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asynckit/lib/iterate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asynckit/lib/iterate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asynckit/lib/readable_asynckit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asynckit/lib/readable_asynckit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asynckit/lib/readable_parallel.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asynckit/lib/readable_parallel'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asynckit/lib/readable_serial_ordered.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asynckit/lib/readable_serial_ordered'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asynckit/lib/readable_serial.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asynckit/lib/readable_serial'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asynckit/lib/state.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asynckit/lib/state'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asynckit/lib/streamify.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asynckit/lib/streamify'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asynckit/lib/terminator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asynckit/lib/terminator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asynckit/parallel.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asynckit/parallel'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asynckit/serial.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asynckit/serial'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asynckit/serialOrdered.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asynckit/serialOrdered'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asynckit/stream.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/asynckit/stream'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/aws-sign2/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/aws-sign2/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/aws4/aws4.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/aws4/aws4'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/aws4/lru.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/aws4/lru'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/balanced-match/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/balanced-match/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/bcrypt-pbkdf/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/bcrypt-pbkdf/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/block-stream/block-stream.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/block-stream/block-stream'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/boom/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/boom/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/boom/test/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/boom/test/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/brace-expansion/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/brace-expansion/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/buffer-shims/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/buffer-shims/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/caseless/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/caseless/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/caseless/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/caseless/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/co/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/co/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/code-point-at/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/code-point-at/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/combined-stream/lib/combined_stream.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/combined-stream/lib/combined_stream'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/concat-map/example/map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/concat-map/example/map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/concat-map/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/concat-map/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/concat-map/test/map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/concat-map/test/map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/console-control-strings/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/console-control-strings/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/core-util-is/lib/util.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/core-util-is/lib/util'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/core-util-is/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/core-util-is/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/cryptiles/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/cryptiles/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/cryptiles/test/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/cryptiles/test/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/dashdash/lib/dashdash.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/dashdash/lib/dashdash'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/dashdash/node_modules/assert-plus/assert.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/dashdash/node_modules/assert-plus/assert'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/debug/karma.conf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/debug/karma.conf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/debug/node.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/debug/node'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/debug/src/browser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/debug/src/browser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/debug/src/debug.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/debug/src/debug'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/debug/src/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/debug/src/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/debug/src/node.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/debug/src/node'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/deep-extend/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/deep-extend/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/deep-extend/lib/deep-extend.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/deep-extend/lib/deep-extend'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/delayed-stream/lib/delayed_stream.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/delayed-stream/lib/delayed_stream'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/delegates/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/delegates/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/delegates/test/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/delegates/test/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/detect-libc/bin/detect-libc.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/detect-libc/bin/detect-libc'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/detect-libc/lib/detect-libc.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/detect-libc/lib/detect-libc'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ecc-jsbn/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ecc-jsbn/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ecc-jsbn/lib/ec.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ecc-jsbn/lib/ec'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ecc-jsbn/lib/sec.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ecc-jsbn/lib/sec'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ecc-jsbn/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ecc-jsbn/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/extend/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/extend/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/extsprintf/examples/simple.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/extsprintf/examples/simple'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/extsprintf/lib/extsprintf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/extsprintf/lib/extsprintf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/forever-agent/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/forever-agent/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/form-data/lib/browser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/form-data/lib/browser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/form-data/lib/form_data.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/form-data/lib/form_data'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/form-data/lib/populate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/form-data/lib/populate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/fs.realpath/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/fs.realpath/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/fs.realpath/old.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/fs.realpath/old'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/fstream-ignore/ignore.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/fstream-ignore/ignore'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/fstream/examples/filter-pipe.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/fstream/examples/filter-pipe'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/fstream/examples/pipe.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/fstream/examples/pipe'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/fstream/examples/reader.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/fstream/examples/reader'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/fstream/examples/symlink-write.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/fstream/examples/symlink-write'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/fstream/fstream.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/fstream/fstream'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/fstream/lib/abstract.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/fstream/lib/abstract'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/fstream/lib/collect.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/fstream/lib/collect'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/fstream/lib/dir-reader.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/fstream/lib/dir-reader'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/fstream/lib/dir-writer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/fstream/lib/dir-writer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/fstream/lib/file-reader.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/fstream/lib/file-reader'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/fstream/lib/file-writer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/fstream/lib/file-writer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/fstream/lib/get-type.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/fstream/lib/get-type'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/fstream/lib/link-reader.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/fstream/lib/link-reader'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/fstream/lib/link-writer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/fstream/lib/link-writer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/fstream/lib/proxy-reader.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/fstream/lib/proxy-reader'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/fstream/lib/proxy-writer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/fstream/lib/proxy-writer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/fstream/lib/reader.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/fstream/lib/reader'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/fstream/lib/socket-reader.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/fstream/lib/socket-reader'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/fstream/lib/writer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/fstream/lib/writer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/gauge/base-theme.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/gauge/base-theme'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/gauge/error.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/gauge/error'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/gauge/has-color.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/gauge/has-color'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/gauge/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/gauge/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/gauge/plumbing.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/gauge/plumbing'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/gauge/process.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/gauge/process'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/gauge/progress-bar.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/gauge/progress-bar'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/gauge/render-template.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/gauge/render-template'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/gauge/set-immediate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/gauge/set-immediate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/gauge/set-interval.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/gauge/set-interval'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/gauge/spin.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/gauge/spin'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/gauge/template-item.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/gauge/template-item'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/gauge/theme-set.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/gauge/theme-set'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/gauge/themes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/gauge/themes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/gauge/wide-truncate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/gauge/wide-truncate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/getpass/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/getpass/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/getpass/node_modules/assert-plus/assert.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/getpass/node_modules/assert-plus/assert'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/glob/common.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/glob/common'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/glob/glob.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/glob/glob'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/glob/sync.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/glob/sync'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/graceful-fs/fs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/graceful-fs/fs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/graceful-fs/graceful-fs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/graceful-fs/graceful-fs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/graceful-fs/legacy-streams.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/graceful-fs/legacy-streams'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/graceful-fs/polyfills.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/graceful-fs/polyfills'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/har-schema/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/har-schema/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/har-validator/lib/browser/async.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/har-validator/lib/browser/async'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/har-validator/lib/browser/error.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/har-validator/lib/browser/error'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/har-validator/lib/browser/promise.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/har-validator/lib/browser/promise'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/har-validator/lib/node4/async.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/har-validator/lib/node4/async'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/har-validator/lib/node4/error.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/har-validator/lib/node4/error'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/har-validator/lib/node4/promise.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/har-validator/lib/node4/promise'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/har-validator/lib/node6/async.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/har-validator/lib/node6/async'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/har-validator/lib/node6/error.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/har-validator/lib/node6/error'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/har-validator/lib/node6/promise.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/har-validator/lib/node6/promise'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/har-validator/lib/node7/async.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/har-validator/lib/node7/async'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/har-validator/lib/node7/error.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/har-validator/lib/node7/error'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/har-validator/lib/node7/promise.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/har-validator/lib/node7/promise'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/har-validator/src/async.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/har-validator/src/async'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/har-validator/src/error.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/har-validator/src/error'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/har-validator/src/promise.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/har-validator/src/promise'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/has-unicode/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/has-unicode/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/hawk/dist/client.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/hawk/dist/client'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/hawk/example/usage.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/hawk/example/usage'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/hawk/lib/browser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/hawk/lib/browser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/hawk/lib/client.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/hawk/lib/client'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/hawk/lib/crypto.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/hawk/lib/crypto'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/hawk/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/hawk/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/hawk/lib/server.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/hawk/lib/server'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/hawk/lib/utils.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/hawk/lib/utils'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/hawk/test/browser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/hawk/test/browser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/hawk/test/client.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/hawk/test/client'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/hawk/test/crypto.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/hawk/test/crypto'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/hawk/test/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/hawk/test/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/hawk/test/readme.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/hawk/test/readme'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/hawk/test/server.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/hawk/test/server'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/hawk/test/uri.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/hawk/test/uri'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/hawk/test/utils.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/hawk/test/utils'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/hoek/lib/escape.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/hoek/lib/escape'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/hoek/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/hoek/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/hoek/test/escaper.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/hoek/test/escaper'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/hoek/test/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/hoek/test/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/hoek/test/modules/test1.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/hoek/test/modules/test1'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/hoek/test/modules/test2.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/hoek/test/modules/test2'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/hoek/test/modules/test3.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/hoek/test/modules/test3'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/http-signature/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/http-signature/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/http-signature/lib/parser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/http-signature/lib/parser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/http-signature/lib/signer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/http-signature/lib/signer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/http-signature/lib/utils.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/http-signature/lib/utils'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/http-signature/lib/verify.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/http-signature/lib/verify'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/inflight/inflight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/inflight/inflight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/inherits/inherits_browser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/inherits/inherits_browser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/inherits/inherits.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/inherits/inherits'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ini/ini.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ini/ini'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/is-fullwidth-code-point/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/is-fullwidth-code-point/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/is-typedarray/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/is-typedarray/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/is-typedarray/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/is-typedarray/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/isarray/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/isarray/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/isarray/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/isarray/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/isstream/isstream.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/isstream/isstream'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/isstream/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/isstream/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/jodid25519/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/jodid25519/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/jodid25519/lib/core.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/jodid25519/lib/core'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/jodid25519/lib/curve255.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/jodid25519/lib/curve255'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/jodid25519/lib/dh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/jodid25519/lib/dh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/jodid25519/lib/eddsa.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/jodid25519/lib/eddsa'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/jodid25519/lib/utils.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/jodid25519/lib/utils'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/jsbn/example.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/jsbn/example'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/jsbn/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/jsbn/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/json-schema/lib/links.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/json-schema/lib/links'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/json-schema/lib/validate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/json-schema/lib/validate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/json-schema/test/tests.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/json-schema/test/tests'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/json-stable-stringify/example/key_cmp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/json-stable-stringify/example/key_cmp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/json-stable-stringify/example/nested.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/json-stable-stringify/example/nested'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/json-stable-stringify/example/str.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/json-stable-stringify/example/str'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/json-stable-stringify/example/value_cmp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/json-stable-stringify/example/value_cmp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/json-stable-stringify/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/json-stable-stringify/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/json-stable-stringify/test/cmp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/json-stable-stringify/test/cmp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/json-stable-stringify/test/nested.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/json-stable-stringify/test/nested'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/json-stable-stringify/test/replacer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/json-stable-stringify/test/replacer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/json-stable-stringify/test/space.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/json-stable-stringify/test/space'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/json-stable-stringify/test/str.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/json-stable-stringify/test/str'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/json-stable-stringify/test/to-json.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/json-stable-stringify/test/to-json'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/json-stringify-safe/stringify.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/json-stringify-safe/stringify'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/json-stringify-safe/test/stringify_test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/json-stringify-safe/test/stringify_test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/jsonify/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/jsonify/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/jsonify/lib/parse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/jsonify/lib/parse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/jsonify/lib/stringify.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/jsonify/lib/stringify'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/jsonify/test/parse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/jsonify/test/parse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/jsonify/test/stringify.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/jsonify/test/stringify'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/jsprim/lib/jsprim.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/jsprim/lib/jsprim'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/jsprim/node_modules/assert-plus/assert.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/jsprim/node_modules/assert-plus/assert'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/mime-db/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/mime-db/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/mime-types/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/mime-types/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/minimatch/minimatch.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/minimatch/minimatch'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/minimist/example/parse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/minimist/example/parse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/minimist/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/minimist/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/minimist/test/dash.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/minimist/test/dash'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/minimist/test/default_bool.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/minimist/test/default_bool'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/minimist/test/dotted.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/minimist/test/dotted'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/minimist/test/long.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/minimist/test/long'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/minimist/test/parse_modified.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/minimist/test/parse_modified'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/minimist/test/parse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/minimist/test/parse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/minimist/test/short.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/minimist/test/short'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/minimist/test/whitespace.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/minimist/test/whitespace'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/mkdirp/bin/cmd.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/mkdirp/bin/cmd'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/mkdirp/examples/pow.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/mkdirp/examples/pow'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/mkdirp/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/mkdirp/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/mkdirp/test/chmod.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/mkdirp/test/chmod'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/mkdirp/test/clobber.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/mkdirp/test/clobber'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/mkdirp/test/mkdirp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/mkdirp/test/mkdirp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/mkdirp/test/opts_fs_sync.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/mkdirp/test/opts_fs_sync'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/mkdirp/test/opts_fs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/mkdirp/test/opts_fs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/mkdirp/test/perm_sync.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/mkdirp/test/perm_sync'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/mkdirp/test/perm.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/mkdirp/test/perm'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/mkdirp/test/race.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/mkdirp/test/race'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/mkdirp/test/rel.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/mkdirp/test/rel'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/mkdirp/test/return_sync.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/mkdirp/test/return_sync'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/mkdirp/test/return.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/mkdirp/test/return'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/mkdirp/test/root.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/mkdirp/test/root'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/mkdirp/test/sync.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/mkdirp/test/sync'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/mkdirp/test/umask_sync.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/mkdirp/test/umask_sync'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/mkdirp/test/umask.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/mkdirp/test/umask'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ms/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/ms/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/node-pre-gyp/lib/build.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/node-pre-gyp/lib/build'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/node-pre-gyp/lib/clean.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/node-pre-gyp/lib/clean'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/node-pre-gyp/lib/configure.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/node-pre-gyp/lib/configure'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/node-pre-gyp/lib/info.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/node-pre-gyp/lib/info'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/node-pre-gyp/lib/install.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/node-pre-gyp/lib/install'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/node-pre-gyp/lib/node-pre-gyp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/node-pre-gyp/lib/node-pre-gyp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/node-pre-gyp/lib/package.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/node-pre-gyp/lib/package'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/node-pre-gyp/lib/pre-binding.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/node-pre-gyp/lib/pre-binding'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/node-pre-gyp/lib/publish.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/node-pre-gyp/lib/publish'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/node-pre-gyp/lib/rebuild.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/node-pre-gyp/lib/rebuild'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/node-pre-gyp/lib/reinstall.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/node-pre-gyp/lib/reinstall'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/node-pre-gyp/lib/reveal.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/node-pre-gyp/lib/reveal'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/node-pre-gyp/lib/testbinary.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/node-pre-gyp/lib/testbinary'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/node-pre-gyp/lib/testpackage.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/node-pre-gyp/lib/testpackage'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/node-pre-gyp/lib/unpublish.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/node-pre-gyp/lib/unpublish'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/node-pre-gyp/lib/util/compile.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/node-pre-gyp/lib/util/compile'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/node-pre-gyp/lib/util/handle_gyp_opts.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/node-pre-gyp/lib/util/handle_gyp_opts'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/node-pre-gyp/lib/util/s3_setup.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/node-pre-gyp/lib/util/s3_setup'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/node-pre-gyp/lib/util/versioning.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/node-pre-gyp/lib/util/versioning'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/nopt/bin/nopt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/nopt/bin/nopt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/nopt/examples/my-program.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/nopt/examples/my-program'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/nopt/lib/nopt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/nopt/lib/nopt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/nopt/test/basic.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/nopt/test/basic'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/npmlog/log.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/npmlog/log'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/number-is-nan/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/number-is-nan/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/oauth-sign/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/oauth-sign/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/object-assign/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/object-assign/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/once/once.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/once/once'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/os-homedir/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/os-homedir/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/os-tmpdir/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/os-tmpdir/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/osenv/osenv.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/osenv/osenv'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/osenv/test/unix.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/osenv/test/unix'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/osenv/test/windows.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/osenv/test/windows'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/path-is-absolute/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/path-is-absolute/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/performance-now/lib/performance-now.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/performance-now/lib/performance-now'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/process-nextick-args/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/process-nextick-args/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/process-nextick-args/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/process-nextick-args/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/punycode/punycode.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/punycode/punycode'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/qs/dist/qs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/qs/dist/qs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/qs/lib/formats.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/qs/lib/formats'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/qs/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/qs/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/qs/lib/parse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/qs/lib/parse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/qs/lib/stringify.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/qs/lib/stringify'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/qs/lib/utils.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/qs/lib/utils'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/qs/test/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/qs/test/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/qs/test/parse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/qs/test/parse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/qs/test/stringify.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/qs/test/stringify'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/qs/test/utils.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/qs/test/utils'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/rc/browser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/rc/browser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/rc/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/rc/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/rc/lib/utils.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/rc/lib/utils'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/rc/node_modules/minimist/example/parse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/rc/node_modules/minimist/example/parse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/rc/node_modules/minimist/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/rc/node_modules/minimist/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/rc/node_modules/minimist/test/all_bool.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/rc/node_modules/minimist/test/all_bool'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/rc/node_modules/minimist/test/bool.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/rc/node_modules/minimist/test/bool'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/rc/node_modules/minimist/test/dash.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/rc/node_modules/minimist/test/dash'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/rc/node_modules/minimist/test/default_bool.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/rc/node_modules/minimist/test/default_bool'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/rc/node_modules/minimist/test/dotted.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/rc/node_modules/minimist/test/dotted'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/rc/node_modules/minimist/test/kv_short.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/rc/node_modules/minimist/test/kv_short'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/rc/node_modules/minimist/test/long.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/rc/node_modules/minimist/test/long'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/rc/node_modules/minimist/test/num.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/rc/node_modules/minimist/test/num'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/rc/node_modules/minimist/test/parse_modified.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/rc/node_modules/minimist/test/parse_modified'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/rc/node_modules/minimist/test/parse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/rc/node_modules/minimist/test/parse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/rc/node_modules/minimist/test/short.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/rc/node_modules/minimist/test/short'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/rc/node_modules/minimist/test/stop_early.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/rc/node_modules/minimist/test/stop_early'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/rc/node_modules/minimist/test/unknown.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/rc/node_modules/minimist/test/unknown'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/rc/node_modules/minimist/test/whitespace.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/rc/node_modules/minimist/test/whitespace'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/rc/test/ini.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/rc/test/ini'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/rc/test/nested-env-vars.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/rc/test/nested-env-vars'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/rc/test/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/rc/test/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/readable-stream/duplex-browser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/readable-stream/duplex-browser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/readable-stream/duplex.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/readable-stream/duplex'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/readable-stream/lib/_stream_duplex.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/readable-stream/lib/_stream_duplex'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/readable-stream/lib/_stream_passthrough.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/readable-stream/lib/_stream_passthrough'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/readable-stream/lib/_stream_readable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/readable-stream/lib/_stream_readable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/readable-stream/lib/_stream_transform.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/readable-stream/lib/_stream_transform'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/readable-stream/lib/_stream_writable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/readable-stream/lib/_stream_writable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/readable-stream/lib/internal/streams/BufferList.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/readable-stream/lib/internal/streams/BufferList'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/readable-stream/lib/internal/streams/stream-browser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/readable-stream/lib/internal/streams/stream-browser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/readable-stream/lib/internal/streams/stream.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/readable-stream/lib/internal/streams/stream'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/readable-stream/passthrough.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/readable-stream/passthrough'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/readable-stream/readable-browser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/readable-stream/readable-browser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/readable-stream/readable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/readable-stream/readable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/readable-stream/transform.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/readable-stream/transform'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/readable-stream/writable-browser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/readable-stream/writable-browser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/readable-stream/writable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/readable-stream/writable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/request/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/request/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/request/lib/auth.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/request/lib/auth'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/request/lib/cookies.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/request/lib/cookies'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/request/lib/getProxyFromURI.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/request/lib/getProxyFromURI'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/request/lib/har.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/request/lib/har'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/request/lib/helpers.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/request/lib/helpers'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/request/lib/multipart.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/request/lib/multipart'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/request/lib/oauth.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/request/lib/oauth'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/request/lib/querystring.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/request/lib/querystring'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/request/lib/redirect.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/request/lib/redirect'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/request/lib/tunnel.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/request/lib/tunnel'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/request/request.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/request/request'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/rimraf/bin.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/rimraf/bin'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/rimraf/rimraf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/rimraf/rimraf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/safe-buffer/browser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/safe-buffer/browser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/safe-buffer/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/safe-buffer/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/safe-buffer/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/safe-buffer/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/semver/semver.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/semver/semver'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/set-blocking/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/set-blocking/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/signal-exit/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/signal-exit/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/signal-exit/signals.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/signal-exit/signals'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sntp/examples/offset.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sntp/examples/offset'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sntp/examples/time.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sntp/examples/time'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sntp/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sntp/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sntp/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sntp/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sntp/test/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sntp/test/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sshpk/lib/algs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sshpk/lib/algs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sshpk/lib/certificate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sshpk/lib/certificate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sshpk/lib/dhe.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sshpk/lib/dhe'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sshpk/lib/ed-compat.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sshpk/lib/ed-compat'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sshpk/lib/errors.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sshpk/lib/errors'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sshpk/lib/fingerprint.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sshpk/lib/fingerprint'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sshpk/lib/formats/auto.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sshpk/lib/formats/auto'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sshpk/lib/formats/openssh-cert.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sshpk/lib/formats/openssh-cert'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sshpk/lib/formats/pem.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sshpk/lib/formats/pem'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sshpk/lib/formats/pkcs1.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sshpk/lib/formats/pkcs1'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sshpk/lib/formats/pkcs8.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sshpk/lib/formats/pkcs8'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sshpk/lib/formats/rfc4253.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sshpk/lib/formats/rfc4253'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sshpk/lib/formats/ssh-private.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sshpk/lib/formats/ssh-private'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sshpk/lib/formats/ssh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sshpk/lib/formats/ssh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sshpk/lib/formats/x509-pem.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sshpk/lib/formats/x509-pem'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sshpk/lib/formats/x509.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sshpk/lib/formats/x509'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sshpk/lib/identity.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sshpk/lib/identity'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sshpk/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sshpk/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sshpk/lib/key.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sshpk/lib/key'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sshpk/lib/private-key.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sshpk/lib/private-key'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sshpk/lib/signature.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sshpk/lib/signature'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sshpk/lib/ssh-buffer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sshpk/lib/ssh-buffer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sshpk/lib/utils.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sshpk/lib/utils'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sshpk/node_modules/assert-plus/assert.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/sshpk/node_modules/assert-plus/assert'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/string_decoder/lib/string_decoder.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/string_decoder/lib/string_decoder'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/string-width/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/string-width/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/stringstream/example.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/stringstream/example'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/stringstream/stringstream.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/stringstream/stringstream'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/strip-ansi/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/strip-ansi/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/strip-json-comments/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/strip-json-comments/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar-pack/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar-pack/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar-pack/test/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar-pack/test/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/examples/extracter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/examples/extracter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/examples/packer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/examples/packer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/examples/reader.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/examples/reader'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/lib/buffer-entry.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/lib/buffer-entry'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/lib/entry-writer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/lib/entry-writer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/lib/entry.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/lib/entry'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/lib/extended-header-writer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/lib/extended-header-writer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/lib/extended-header.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/lib/extended-header'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/lib/extract.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/lib/extract'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/lib/global-header-writer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/lib/global-header-writer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/lib/header.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/lib/header'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/lib/pack.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/lib/pack'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/lib/parse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/lib/parse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/tar.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/tar'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/test/00-setup-fixtures.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/test/00-setup-fixtures'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/test/dir-normalization.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/test/dir-normalization'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/test/error-on-broken.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/test/error-on-broken'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/test/extract-move.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/test/extract-move'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/test/extract.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/test/extract'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/test/header.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/test/header'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/test/pack-no-proprietary.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/test/pack-no-proprietary'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/test/pack.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/test/pack'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/test/parse-discard.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/test/parse-discard'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/test/parse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/test/parse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/test/zz-cleanup.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tar/test/zz-cleanup'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tough-cookie/lib/cookie.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tough-cookie/lib/cookie'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tough-cookie/lib/memstore.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tough-cookie/lib/memstore'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tough-cookie/lib/pathMatch.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tough-cookie/lib/pathMatch'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tough-cookie/lib/permuteDomain.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tough-cookie/lib/permuteDomain'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tough-cookie/lib/pubsuffix.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tough-cookie/lib/pubsuffix'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tough-cookie/lib/store.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tough-cookie/lib/store'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tunnel-agent/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tunnel-agent/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tweetnacl/nacl-fast.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tweetnacl/nacl-fast'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tweetnacl/nacl-fast.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tweetnacl/nacl-fast.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tweetnacl/nacl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tweetnacl/nacl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tweetnacl/nacl.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/tweetnacl/nacl.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/uid-number/get-uid-gid.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/uid-number/get-uid-gid'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/uid-number/uid-number.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/uid-number/uid-number'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/util-deprecate/browser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/util-deprecate/browser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/util-deprecate/node.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/util-deprecate/node'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/uuid/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/uuid/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/uuid/lib/bytesToUuid.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/uuid/lib/bytesToUuid'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/uuid/lib/rng-browser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/uuid/lib/rng-browser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/uuid/lib/rng.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/uuid/lib/rng'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/uuid/test/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/uuid/test/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/uuid/v1.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/uuid/v1'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/uuid/v4.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/uuid/v4'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/verror/examples/levels-verror.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/verror/examples/levels-verror'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/verror/examples/levels-werror.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/verror/examples/levels-werror'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/verror/examples/varargs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/verror/examples/varargs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/verror/examples/verror.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/verror/examples/verror'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/verror/examples/werror.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/verror/examples/werror'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/verror/lib/verror.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/verror/lib/verror'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/verror/tests/tst.inherit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/verror/tests/tst.inherit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/verror/tests/tst.verror.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/verror/tests/tst.verror'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/verror/tests/tst.werror.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/verror/tests/tst.werror'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/wide-align/align.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/wide-align/align'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/wrappy/wrappy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fsevents/node_modules/wrappy/wrappy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fstream-ignore/ignore.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fstream-ignore/ignore'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fstream/examples/filter-pipe.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fstream/examples/filter-pipe'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fstream/examples/pipe.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fstream/examples/pipe'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fstream/examples/reader.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fstream/examples/reader'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fstream/examples/symlink-write.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fstream/examples/symlink-write'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fstream/fstream.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fstream/fstream'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fstream/lib/abstract.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fstream/lib/abstract'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fstream/lib/collect.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fstream/lib/collect'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fstream/lib/dir-reader.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fstream/lib/dir-reader'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fstream/lib/dir-writer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fstream/lib/dir-writer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fstream/lib/file-reader.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fstream/lib/file-reader'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fstream/lib/file-writer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fstream/lib/file-writer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fstream/lib/get-type.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fstream/lib/get-type'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fstream/lib/link-reader.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fstream/lib/link-reader'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fstream/lib/link-writer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fstream/lib/link-writer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fstream/lib/proxy-reader.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fstream/lib/proxy-reader'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fstream/lib/proxy-writer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fstream/lib/proxy-writer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fstream/lib/reader.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fstream/lib/reader'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fstream/lib/socket-reader.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fstream/lib/socket-reader'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/fstream/lib/writer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/fstream/lib/writer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ftp/lib/connection.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ftp/lib/connection'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ftp/lib/parser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ftp/lib/parser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ftp/node_modules/readable-stream/duplex.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ftp/node_modules/readable-stream/duplex'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ftp/node_modules/readable-stream/lib/_stream_duplex.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ftp/node_modules/readable-stream/lib/_stream_duplex'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ftp/node_modules/readable-stream/lib/_stream_passthrough.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ftp/node_modules/readable-stream/lib/_stream_passthrough'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ftp/node_modules/readable-stream/lib/_stream_readable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ftp/node_modules/readable-stream/lib/_stream_readable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ftp/node_modules/readable-stream/lib/_stream_transform.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ftp/node_modules/readable-stream/lib/_stream_transform'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ftp/node_modules/readable-stream/lib/_stream_writable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ftp/node_modules/readable-stream/lib/_stream_writable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ftp/node_modules/readable-stream/passthrough.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ftp/node_modules/readable-stream/passthrough'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ftp/node_modules/readable-stream/readable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ftp/node_modules/readable-stream/readable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ftp/node_modules/readable-stream/transform.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ftp/node_modules/readable-stream/transform'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ftp/node_modules/readable-stream/writable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ftp/node_modules/readable-stream/writable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ftp/node_modules/string_decoder/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ftp/node_modules/string_decoder/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ftp/test/test-parser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ftp/test/test-parser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ftp/test/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ftp/test/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/function-bind/implementation.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/function-bind/implementation'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/function-bind/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/function-bind/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/function-bind/test/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/function-bind/test/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/gauge/progress-bar.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/gauge/progress-bar'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/gauge/test/progress-bar.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/gauge/test/progress-bar'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/get-caller-file/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/get-caller-file/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/get-stream/buffer-stream.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/get-stream/buffer-stream'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/get-stream/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/get-stream/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/get-uri/data.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/get-uri/data'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/get-uri/file.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/get-uri/file'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/get-uri/ftp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/get-uri/ftp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/get-uri/http.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/get-uri/http'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/get-uri/https.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/get-uri/https'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/get-uri/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/get-uri/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/get-uri/notfound.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/get-uri/notfound'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/get-uri/notmodified.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/get-uri/notmodified'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/get-uri/test/data.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/get-uri/test/data'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/get-uri/test/file.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/get-uri/test/file'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/get-uri/test/ftp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/get-uri/test/ftp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/get-uri/test/http.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/get-uri/test/http'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/get-uri/test/https.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/get-uri/test/https'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/get-uri/test/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/get-uri/test/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/getenv/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/getenv/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/getenv/lib/getenv.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/getenv/lib/getenv'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/getenv/test/disableErrors.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/getenv/test/disableErrors'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/getenv/test/fallbacks.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/getenv/test/fallbacks'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/getenv/test/getenv.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/getenv/test/getenv'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/getpass/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/getpass/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/glob-base/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/glob-base/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/glob-parent/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/glob-parent/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/glob-parent/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/glob-parent/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/glob/common.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/glob/common'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/glob/glob.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/glob/glob'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/glob/sync.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/glob/sync'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/global/console.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/global/console'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/global/document.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/global/document'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/global/process.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/global/process'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/global/window.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/global/window'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/globals/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/globals/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/globby/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/globby/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/glogg/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/glogg/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/got/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/got/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/graceful-fs/fs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/graceful-fs/fs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/graceful-fs/graceful-fs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/graceful-fs/graceful-fs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/graceful-fs/legacy-streams.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/graceful-fs/legacy-streams'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/graceful-fs/polyfills.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/graceful-fs/polyfills'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/growly/example/bakery.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/growly/example/bakery'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/growly/example/simple.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/growly/example/simple'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/growly/lib/gntp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/growly/lib/gntp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/growly/lib/growly.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/growly/lib/growly'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/gulp-util/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/gulp-util/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/gulp-util/lib/buffer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/gulp-util/lib/buffer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/gulp-util/lib/combine.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/gulp-util/lib/combine'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/gulp-util/lib/env.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/gulp-util/lib/env'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/gulp-util/lib/isBuffer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/gulp-util/lib/isBuffer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/gulp-util/lib/isNull.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/gulp-util/lib/isNull'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/gulp-util/lib/isStream.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/gulp-util/lib/isStream'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/gulp-util/lib/log.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/gulp-util/lib/log'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/gulp-util/lib/noop.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/gulp-util/lib/noop'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/gulp-util/lib/PluginError.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/gulp-util/lib/PluginError'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/gulp-util/lib/template.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/gulp-util/lib/template'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/gulp-util/node_modules/ansi-styles/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/gulp-util/node_modules/ansi-styles/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/gulp-util/node_modules/chalk/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/gulp-util/node_modules/chalk/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/gulp-util/node_modules/object-assign/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/gulp-util/node_modules/object-assign/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/gulp-util/node_modules/supports-color/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/gulp-util/node_modules/supports-color/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/gulplog/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/gulplog/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars.runtime.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars.runtime'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/base.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/base'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/compiler/ast.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/compiler/ast'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/compiler/base.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/compiler/base'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/compiler/code-gen.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/compiler/code-gen'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/compiler/compiler.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/compiler/compiler'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/compiler/helpers.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/compiler/helpers'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/compiler/javascript-compiler.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/compiler/javascript-compiler'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/compiler/parser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/compiler/parser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/compiler/printer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/compiler/printer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/compiler/visitor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/compiler/visitor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/compiler/whitespace-control.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/compiler/whitespace-control'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/decorators.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/decorators'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/decorators/inline.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/decorators/inline'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/exception.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/exception'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/helpers.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/helpers'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/helpers/block-helper-missing.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/helpers/block-helper-missing'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/helpers/each.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/helpers/each'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/helpers/helper-missing.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/helpers/helper-missing'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/helpers/if.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/helpers/if'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/helpers/log.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/helpers/log'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/helpers/lookup.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/helpers/lookup'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/helpers/with.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/helpers/with'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/logger.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/logger'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/no-conflict.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/no-conflict'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/runtime.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/runtime'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/safe-string.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/safe-string'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/utils.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/handlebars/utils'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/precompiler.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/amd/precompiler'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars.runtime.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars.runtime'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/base.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/base'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/compiler/ast.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/compiler/ast'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/compiler/base.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/compiler/base'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/compiler/code-gen.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/compiler/code-gen'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/compiler/compiler.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/compiler/compiler'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/compiler/helpers.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/compiler/helpers'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/compiler/javascript-compiler.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/compiler/javascript-compiler'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/compiler/parser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/compiler/parser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/compiler/printer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/compiler/printer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/compiler/visitor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/compiler/visitor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/compiler/whitespace-control.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/compiler/whitespace-control'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/decorators.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/decorators'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/decorators/inline.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/decorators/inline'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/exception.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/exception'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/helpers.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/helpers'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/helpers/block-helper-missing.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/helpers/block-helper-missing'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/helpers/each.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/helpers/each'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/helpers/helper-missing.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/helpers/helper-missing'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/helpers/if.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/helpers/if'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/helpers/log.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/helpers/log'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/helpers/lookup.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/helpers/lookup'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/helpers/with.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/helpers/with'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/logger.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/logger'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/no-conflict.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/no-conflict'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/runtime.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/runtime'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/safe-string.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/safe-string'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/utils.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/handlebars/utils'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/precompiler.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/cjs/precompiler'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/handlebars.amd.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/handlebars.amd'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/handlebars.amd.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/handlebars.amd.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/handlebars.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/handlebars'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/handlebars.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/handlebars.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/handlebars.runtime.amd.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/handlebars.runtime.amd'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/handlebars.runtime.amd.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/handlebars.runtime.amd.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/handlebars.runtime.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/handlebars.runtime'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/handlebars.runtime.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/dist/handlebars.runtime.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars.runtime.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars.runtime'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/base.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/base'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/compiler/ast.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/compiler/ast'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/compiler/base.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/compiler/base'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/compiler/code-gen.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/compiler/code-gen'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/compiler/compiler.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/compiler/compiler'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/compiler/helpers.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/compiler/helpers'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/compiler/javascript-compiler.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/compiler/javascript-compiler'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/compiler/parser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/compiler/parser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/compiler/printer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/compiler/printer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/compiler/visitor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/compiler/visitor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/compiler/whitespace-control.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/compiler/whitespace-control'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/decorators.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/decorators'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/decorators/inline.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/decorators/inline'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/exception.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/exception'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/helpers.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/helpers'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/helpers/block-helper-missing.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/helpers/block-helper-missing'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/helpers/each.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/helpers/each'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/helpers/helper-missing.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/helpers/helper-missing'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/helpers/if.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/helpers/if'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/helpers/log.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/helpers/log'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/helpers/lookup.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/helpers/lookup'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/helpers/with.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/helpers/with'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/logger.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/logger'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/no-conflict.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/no-conflict'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/runtime.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/runtime'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/safe-string.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/safe-string'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/utils.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/handlebars/utils'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/precompiler.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/lib/precompiler'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/node_modules/source-map/build/assert-shim.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/node_modules/source-map/build/assert-shim'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/node_modules/source-map/build/mini-require.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/node_modules/source-map/build/mini-require'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/node_modules/source-map/build/suffix-browser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/node_modules/source-map/build/suffix-browser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/node_modules/source-map/build/test-prefix.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/node_modules/source-map/build/test-prefix'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/node_modules/source-map/build/test-suffix.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/node_modules/source-map/build/test-suffix'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/node_modules/source-map/lib/source-map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/node_modules/source-map/lib/source-map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/node_modules/source-map/lib/source-map/array-set.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/node_modules/source-map/lib/source-map/array-set'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/node_modules/source-map/lib/source-map/base64-vlq.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/node_modules/source-map/lib/source-map/base64-vlq'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/node_modules/source-map/lib/source-map/base64.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/node_modules/source-map/lib/source-map/base64'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/node_modules/source-map/lib/source-map/binary-search.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/node_modules/source-map/lib/source-map/binary-search'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/node_modules/source-map/lib/source-map/mapping-list.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/node_modules/source-map/lib/source-map/mapping-list'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/node_modules/source-map/lib/source-map/quick-sort.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/node_modules/source-map/lib/source-map/quick-sort'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/node_modules/source-map/lib/source-map/source-map-consumer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/node_modules/source-map/lib/source-map/source-map-consumer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/node_modules/source-map/lib/source-map/source-map-generator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/node_modules/source-map/lib/source-map/source-map-generator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/node_modules/source-map/lib/source-map/source-node.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/node_modules/source-map/lib/source-map/source-node'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/node_modules/source-map/lib/source-map/util.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/node_modules/source-map/lib/source-map/util'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/handlebars/runtime.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/handlebars/runtime'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/har-schema/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/har-schema/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/har-validator/lib/async.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/har-validator/lib/async'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/har-validator/lib/error.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/har-validator/lib/error'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/har-validator/lib/promise.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/har-validator/lib/promise'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/has-ansi/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/has-ansi/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/has-flag/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/has-flag/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/has-gulplog/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/has-gulplog/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/has-unicode/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/has-unicode/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/has/src/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/has/src/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/has/test/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/has/test/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/hasbin/lib/hasbin.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/hasbin/lib/hasbin'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/hasbin/test/unit/lib/hasbin.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/hasbin/test/unit/lib/hasbin'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/hasbin/test/unit/mock/fs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/hasbin/test/unit/mock/fs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/hasbin/test/unit/setup.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/hasbin/test/unit/setup'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/hawk/dist/client.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/hawk/dist/client'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/hawk/example/usage.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/hawk/example/usage'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/hawk/lib/browser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/hawk/lib/browser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/hawk/lib/client.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/hawk/lib/client'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/hawk/lib/crypto.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/hawk/lib/crypto'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/hawk/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/hawk/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/hawk/lib/server.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/hawk/lib/server'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/hawk/lib/utils.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/hawk/lib/utils'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/hawk/node_modules/hoek/lib/escape.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/hawk/node_modules/hoek/lib/escape'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/hawk/node_modules/hoek/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/hawk/node_modules/hoek/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/hawk/node_modules/hoek/test/escaper.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/hawk/node_modules/hoek/test/escaper'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/hawk/node_modules/hoek/test/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/hawk/node_modules/hoek/test/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/hawk/node_modules/hoek/test/modules/test1.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/hawk/node_modules/hoek/test/modules/test1'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/hawk/node_modules/hoek/test/modules/test2.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/hawk/node_modules/hoek/test/modules/test2'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/hawk/node_modules/hoek/test/modules/test3.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/hawk/node_modules/hoek/test/modules/test3'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/hawk/test/browser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/hawk/test/browser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/hawk/test/client.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/hawk/test/client'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/hawk/test/crypto.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/hawk/test/crypto'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/hawk/test/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/hawk/test/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/hawk/test/readme.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/hawk/test/readme'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/hawk/test/server.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/hawk/test/server'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/hawk/test/uri.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/hawk/test/uri'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/hawk/test/utils.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/hawk/test/utils'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/hoek/lib/escape.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/hoek/lib/escape'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/hoek/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/hoek/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/hoist-non-react-statics/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/hoist-non-react-statics/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/home-dir/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/home-dir/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/home-or-tmp/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/home-or-tmp/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/hosted-git-info/git-host-info.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/hosted-git-info/git-host-info'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/hosted-git-info/git-host.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/hosted-git-info/git-host'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/hosted-git-info/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/hosted-git-info/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/html-encoding-sniffer/lib/html-encoding-sniffer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/html-encoding-sniffer/lib/html-encoding-sniffer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/http-errors/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/http-errors/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/http-errors/node_modules/statuses/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/http-errors/node_modules/statuses/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/http-proxy-agent/http-proxy-agent.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/http-proxy-agent/http-proxy-agent'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/http-proxy-agent/test/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/http-proxy-agent/test/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/http-signature/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/http-signature/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/http-signature/lib/parser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/http-signature/lib/parser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/http-signature/lib/signer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/http-signature/lib/signer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/http-signature/lib/utils.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/http-signature/lib/utils'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/http-signature/lib/verify.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/http-signature/lib/verify'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/https-proxy-agent/https-proxy-agent.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/https-proxy-agent/https-proxy-agent'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/https-proxy-agent/test/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/https-proxy-agent/test/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/iconv-lite/encodings/dbcs-codec.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/iconv-lite/encodings/dbcs-codec'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/iconv-lite/encodings/dbcs-data.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/iconv-lite/encodings/dbcs-data'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/iconv-lite/encodings/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/iconv-lite/encodings/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/iconv-lite/encodings/internal.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/iconv-lite/encodings/internal'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/iconv-lite/encodings/sbcs-codec.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/iconv-lite/encodings/sbcs-codec'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/iconv-lite/encodings/sbcs-data-generated.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/iconv-lite/encodings/sbcs-data-generated'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/iconv-lite/encodings/sbcs-data.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/iconv-lite/encodings/sbcs-data'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/iconv-lite/encodings/utf16.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/iconv-lite/encodings/utf16'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/iconv-lite/encodings/utf7.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/iconv-lite/encodings/utf7'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/iconv-lite/lib/bom-handling.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/iconv-lite/lib/bom-handling'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/iconv-lite/lib/extend-node.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/iconv-lite/lib/extend-node'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/iconv-lite/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/iconv-lite/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/iconv-lite/lib/streams.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/iconv-lite/lib/streams'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/idx/lib/idx.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/idx/lib/idx'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/image-size/bin/image-size.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/image-size/bin/image-size'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/image-size/lib/detector.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/image-size/lib/detector'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/image-size/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/image-size/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/image-size/lib/readUInt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/image-size/lib/readUInt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/image-size/lib/types.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/image-size/lib/types'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/image-size/lib/types/bmp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/image-size/lib/types/bmp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/image-size/lib/types/cur.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/image-size/lib/types/cur'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/image-size/lib/types/dds.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/image-size/lib/types/dds'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/image-size/lib/types/gif.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/image-size/lib/types/gif'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/image-size/lib/types/ico.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/image-size/lib/types/ico'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/image-size/lib/types/jpg.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/image-size/lib/types/jpg'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/image-size/lib/types/png.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/image-size/lib/types/png'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/image-size/lib/types/psd.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/image-size/lib/types/psd'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/image-size/lib/types/svg.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/image-size/lib/types/svg'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/image-size/lib/types/tiff.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/image-size/lib/types/tiff'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/image-size/lib/types/webp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/image-size/lib/types/webp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/immediate/bench.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/immediate/bench'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/immediate/dist/immediate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/immediate/dist/immediate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/immediate/dist/immediate.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/immediate/dist/immediate.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/immediate/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/immediate/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/immediate/lib/messageChannel.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/immediate/lib/messageChannel'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/immediate/lib/mutation.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/immediate/lib/mutation'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/immediate/lib/nextTick.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/immediate/lib/nextTick'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/immediate/lib/stateChange.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/immediate/lib/stateChange'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/immediate/lib/timeout.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/immediate/lib/timeout'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/imurmurhash/imurmurhash.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/imurmurhash/imurmurhash'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/imurmurhash/imurmurhash.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/imurmurhash/imurmurhash.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/indent-string/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/indent-string/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/inflight/inflight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/inflight/inflight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/inherits/inherits_browser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/inherits/inherits_browser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/inherits/inherits.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/inherits/inherits'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ini/ini.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ini/ini'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/inquirer/lib/inquirer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/inquirer/lib/inquirer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/inquirer/lib/objects/choice.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/inquirer/lib/objects/choice'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/inquirer/lib/objects/choices.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/inquirer/lib/objects/choices'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/inquirer/lib/objects/separator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/inquirer/lib/objects/separator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/inquirer/lib/prompts/base.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/inquirer/lib/prompts/base'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/inquirer/lib/prompts/checkbox.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/inquirer/lib/prompts/checkbox'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/inquirer/lib/prompts/confirm.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/inquirer/lib/prompts/confirm'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/inquirer/lib/prompts/editor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/inquirer/lib/prompts/editor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/inquirer/lib/prompts/expand.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/inquirer/lib/prompts/expand'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/inquirer/lib/prompts/input.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/inquirer/lib/prompts/input'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/inquirer/lib/prompts/list.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/inquirer/lib/prompts/list'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/inquirer/lib/prompts/password.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/inquirer/lib/prompts/password'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/inquirer/lib/prompts/rawlist.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/inquirer/lib/prompts/rawlist'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/inquirer/lib/ui/baseUI.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/inquirer/lib/ui/baseUI'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/inquirer/lib/ui/bottom-bar.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/inquirer/lib/ui/bottom-bar'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/inquirer/lib/ui/prompt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/inquirer/lib/ui/prompt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/inquirer/lib/utils/events.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/inquirer/lib/utils/events'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/inquirer/lib/utils/paginator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/inquirer/lib/utils/paginator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/inquirer/lib/utils/readline.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/inquirer/lib/utils/readline'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/inquirer/lib/utils/screen-manager.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/inquirer/lib/utils/screen-manager'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/inquirer/lib/utils/utils.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/inquirer/lib/utils/utils'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/inquirer/node_modules/ansi-regex/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/inquirer/node_modules/ansi-regex/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/inquirer/node_modules/is-fullwidth-code-point/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/inquirer/node_modules/is-fullwidth-code-point/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/inquirer/node_modules/string-width/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/inquirer/node_modules/string-width/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/inquirer/node_modules/strip-ansi/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/inquirer/node_modules/strip-ansi/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/instapromise/build/instapromise.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/instapromise/build/instapromise'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/instapromise/build/promisify.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/instapromise/build/promisify'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/invariant/browser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/invariant/browser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/invariant/invariant.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/invariant/invariant'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/invert-kv/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/invert-kv/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ip/lib/ip.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ip/lib/ip'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ip/test/api-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ip/test/api-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ipaddr.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ipaddr'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ipaddr.js/ipaddr.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ipaddr.js/ipaddr.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ipaddr.js/lib/ipaddr.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ipaddr.js/lib/ipaddr'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/is-arrayish/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/is-arrayish/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/is-buffer/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/is-buffer/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/is-buffer/test/basic.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/is-buffer/test/basic'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/is-builtin-module/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/is-builtin-module/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/is-callable/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/is-callable/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/is-callable/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/is-callable/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/is-ci/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/is-ci/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/is-ci/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/is-ci/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/is-date-object/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/is-date-object/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/is-date-object/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/is-date-object/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/is-dotfile/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/is-dotfile/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/is-equal-shallow/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/is-equal-shallow/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/is-extendable/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/is-extendable/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/is-extglob/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/is-extglob/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/is-finite/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/is-finite/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/is-fullwidth-code-point/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/is-fullwidth-code-point/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/is-glob/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/is-glob/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/is-lower-case/is-lower-case.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/is-lower-case/is-lower-case'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/is-number/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/is-number/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/is-posix-bracket/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/is-posix-bracket/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/is-primitive/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/is-primitive/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/is-promise/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/is-promise/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/is-redirect/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/is-redirect/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/is-regex/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/is-regex/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/is-regex/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/is-regex/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/is-retry-allowed/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/is-retry-allowed/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/is-stream/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/is-stream/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/is-symbol/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/is-symbol/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/is-symbol/test/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/is-symbol/test/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/is-typedarray/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/is-typedarray/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/is-typedarray/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/is-typedarray/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/is-upper-case/is-upper-case.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/is-upper-case/is-upper-case'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/is-utf8/is-utf8.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/is-utf8/is-utf8'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/isarray/build/build.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/isarray/build/build'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/isarray/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/isarray/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/isemail/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/isemail/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/isexe/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/isexe/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/isexe/mode.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/isexe/mode'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/isexe/test/basic.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/isexe/test/basic'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/isexe/windows.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/isexe/windows'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/isobject/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/isobject/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/isobject/node_modules/isarray/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/isobject/node_modules/isarray/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/isobject/node_modules/isarray/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/isobject/node_modules/isarray/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/isomorphic-fetch/fetch-bower.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/isomorphic-fetch/fetch-bower'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/isomorphic-fetch/fetch-npm-browserify.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/isomorphic-fetch/fetch-npm-browserify'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/isomorphic-fetch/fetch-npm-node.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/isomorphic-fetch/fetch-npm-node'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/isomorphic-fetch/node_modules/whatwg-fetch/fetch.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/isomorphic-fetch/node_modules/whatwg-fetch/fetch'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/isomorphic-fetch/test/api.test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/isomorphic-fetch/test/api.test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/isstream/isstream.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/isstream/isstream'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/isstream/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/isstream/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/lib/config.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/lib/config'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/lib/file-matcher.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/lib/file-matcher'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/lib/input-error.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/lib/input-error'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/lib/reporter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/lib/reporter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/lib/run-check-coverage.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/lib/run-check-coverage'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/lib/run-cover.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/lib/run-cover'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/lib/run-instrument.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/lib/run-instrument'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/lib/run-reports.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/lib/run-reports'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/all.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/all'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/allLimit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/allLimit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/allSeries.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/allSeries'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/any.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/any'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/anyLimit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/anyLimit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/anySeries.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/anySeries'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/apply.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/apply'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/applyEach.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/applyEach'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/applyEachSeries.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/applyEachSeries'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/asyncify.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/asyncify'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/auto.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/auto'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/autoInject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/autoInject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/cargo.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/cargo'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/compose.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/compose'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/concat.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/concat'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/concatLimit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/concatLimit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/concatSeries.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/concatSeries'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/constant.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/constant'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/detect.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/detect'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/detectLimit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/detectLimit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/detectSeries.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/detectSeries'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/dir.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/dir'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/dist/async.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/dist/async'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/dist/async.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/dist/async.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/doDuring.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/doDuring'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/doUntil.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/doUntil'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/doWhilst.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/doWhilst'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/during.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/during'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/each.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/each'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/eachLimit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/eachLimit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/eachOf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/eachOf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/eachOfLimit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/eachOfLimit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/eachOfSeries.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/eachOfSeries'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/eachSeries.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/eachSeries'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/ensureAsync.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/ensureAsync'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/every.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/every'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/everyLimit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/everyLimit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/everySeries.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/everySeries'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/filter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/filter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/filterLimit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/filterLimit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/filterSeries.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/filterSeries'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/find.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/find'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/findLimit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/findLimit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/findSeries.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/findSeries'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/foldl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/foldl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/foldr.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/foldr'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/forEach.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/forEach'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/forEachLimit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/forEachLimit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/forEachOf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/forEachOf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/forEachOfLimit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/forEachOfLimit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/forEachOfSeries.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/forEachOfSeries'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/forEachSeries.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/forEachSeries'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/forever.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/forever'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/groupBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/groupBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/groupByLimit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/groupByLimit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/groupBySeries.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/groupBySeries'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/inject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/inject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/applyEach.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/applyEach'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/breakLoop.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/breakLoop'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/consoleFunc.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/consoleFunc'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/createTester.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/createTester'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/doLimit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/doLimit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/doParallel.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/doParallel'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/doParallelLimit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/doParallelLimit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/DoublyLinkedList.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/DoublyLinkedList'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/eachOfLimit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/eachOfLimit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/filter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/filter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/findGetResult.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/findGetResult'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/getIterator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/getIterator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/initialParams.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/initialParams'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/iterator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/iterator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/notId.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/notId'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/once.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/once'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/onlyOnce.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/onlyOnce'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/parallel.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/parallel'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/queue.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/queue'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/reject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/reject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/setImmediate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/setImmediate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/slice.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/slice'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/withoutIndex.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/withoutIndex'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/wrapAsync.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/internal/wrapAsync'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/log.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/log'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/mapLimit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/mapLimit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/mapSeries.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/mapSeries'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/mapValues.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/mapValues'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/mapValuesLimit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/mapValuesLimit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/mapValuesSeries.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/mapValuesSeries'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/memoize.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/memoize'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/nextTick.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/nextTick'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/parallel.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/parallel'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/parallelLimit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/parallelLimit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/priorityQueue.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/priorityQueue'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/queue.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/queue'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/race.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/race'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/reduce.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/reduce'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/reduceRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/reduceRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/reflect.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/reflect'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/reflectAll.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/reflectAll'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/reject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/reject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/rejectLimit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/rejectLimit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/rejectSeries.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/rejectSeries'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/retry.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/retry'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/retryable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/retryable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/select.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/select'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/selectLimit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/selectLimit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/selectSeries.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/selectSeries'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/seq.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/seq'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/series.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/series'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/setImmediate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/setImmediate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/some.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/some'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/someLimit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/someLimit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/someSeries.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/someSeries'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/sortBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/sortBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/timeout.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/timeout'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/times.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/times'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/timesLimit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/timesLimit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/timesSeries.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/timesSeries'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/transform.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/transform'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/tryEach.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/tryEach'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/unmemoize.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/unmemoize'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/until.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/until'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/waterfall.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/waterfall'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/whilst.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/whilst'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/wrapSync.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-api/node_modules/async/wrapSync'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-coverage/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-coverage/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-coverage/lib/coverage-map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-coverage/lib/coverage-map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-coverage/lib/file.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-coverage/lib/file'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-hook/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-hook/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-hook/lib/hook.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-hook/lib/hook'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-instrument/dist/constants.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-instrument/dist/constants'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-instrument/dist/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-instrument/dist/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-instrument/dist/instrumenter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-instrument/dist/instrumenter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-instrument/dist/read-coverage.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-instrument/dist/read-coverage'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-instrument/dist/source-coverage.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-instrument/dist/source-coverage'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-instrument/dist/visitor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-instrument/dist/visitor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-report/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-report/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-report/lib/context.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-report/lib/context'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-report/lib/file-writer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-report/lib/file-writer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-report/lib/path.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-report/lib/path'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-report/lib/summarizer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-report/lib/summarizer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-report/lib/tree.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-report/lib/tree'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-report/lib/watermarks.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-report/lib/watermarks'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-report/lib/xml-writer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-report/lib/xml-writer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-report/node_modules/has-flag/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-report/node_modules/has-flag/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-report/node_modules/supports-color/browser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-report/node_modules/supports-color/browser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-report/node_modules/supports-color/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-report/node_modules/supports-color/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-source-maps/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-source-maps/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-source-maps/lib/map-store.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-source-maps/lib/map-store'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-source-maps/lib/mapped.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-source-maps/lib/mapped'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-source-maps/lib/pathutils.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-source-maps/lib/pathutils'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-source-maps/lib/source-store.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-source-maps/lib/source-store'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-source-maps/lib/transformer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-source-maps/lib/transformer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-source-maps/node_modules/debug/karma.conf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-source-maps/node_modules/debug/karma.conf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-source-maps/node_modules/debug/node.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-source-maps/node_modules/debug/node'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-source-maps/node_modules/debug/src/browser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-source-maps/node_modules/debug/src/browser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-source-maps/node_modules/debug/src/debug.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-source-maps/node_modules/debug/src/debug'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-source-maps/node_modules/debug/src/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-source-maps/node_modules/debug/src/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-source-maps/node_modules/debug/src/node.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-source-maps/node_modules/debug/src/node'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-source-maps/node_modules/ms/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-lib-source-maps/node_modules/ms/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-reports/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-reports/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-reports/lib/clover/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-reports/lib/clover/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-reports/lib/cobertura/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-reports/lib/cobertura/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-reports/lib/html/annotator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-reports/lib/html/annotator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-reports/lib/html/assets/sorter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-reports/lib/html/assets/sorter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-reports/lib/html/assets/vendor/prettify.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-reports/lib/html/assets/vendor/prettify'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-reports/lib/html/helpers.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-reports/lib/html/helpers'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-reports/lib/html/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-reports/lib/html/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-reports/lib/html/insertion-text.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-reports/lib/html/insertion-text'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-reports/lib/json-summary/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-reports/lib/json-summary/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-reports/lib/json/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-reports/lib/json/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-reports/lib/lcov/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-reports/lib/lcov/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-reports/lib/lcovonly/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-reports/lib/lcovonly/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-reports/lib/none/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-reports/lib/none/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-reports/lib/teamcity/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-reports/lib/teamcity/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-reports/lib/text-lcov/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-reports/lib/text-lcov/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-reports/lib/text-summary/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-reports/lib/text-summary/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/istanbul-reports/lib/text/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/istanbul-reports/lib/text/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/items/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/items/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-changed-files/build/git.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-changed-files/build/git'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-changed-files/build/hg.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-changed-files/build/hg'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-changed-files/build/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-changed-files/build/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/bin/jest.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/bin/jest'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/cli/args.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/cli/args'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/cli/get_jest.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/cli/get_jest'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/cli/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/cli/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/constants.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/constants'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/generate_empty_coverage.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/generate_empty_coverage'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/get_changed_files_promise.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/get_changed_files_promise'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/get_no_test_found_message.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/get_no_test_found_message'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/get_no_test_found_related_to_changed_files.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/get_no_test_found_related_to_changed_files'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/get_no_test_found_verbose.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/get_no_test_found_verbose'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/get_no_test_found.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/get_no_test_found'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/jest.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/jest'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/lib/colorize.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/lib/colorize'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/lib/create_context.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/lib/create_context'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/lib/format_test_name_by_pattern.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/lib/format_test_name_by_pattern'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/lib/handle_deprecation_warnings.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/lib/handle_deprecation_warnings'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/lib/is_valid_path.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/lib/is_valid_path'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/lib/log_debug_messages.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/lib/log_debug_messages'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/lib/pattern_mode_helpers.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/lib/pattern_mode_helpers'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/lib/Prompt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/lib/Prompt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/lib/scroll_list.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/lib/scroll_list'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/lib/terminal_utils.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/lib/terminal_utils'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/lib/update_global_config.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/lib/update_global_config'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/pattern_prompt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/pattern_prompt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/pluralize.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/pluralize'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/pre_run_message.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/pre_run_message'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/reporter_dispatcher.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/reporter_dispatcher'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/reporters/base_reporter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/reporters/base_reporter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/reporters/coverage_reporter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/reporters/coverage_reporter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/reporters/coverage_worker.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/reporters/coverage_worker'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/reporters/default_reporter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/reporters/default_reporter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/reporters/get_result_header.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/reporters/get_result_header'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/reporters/get_snapshot_status.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/reporters/get_snapshot_status'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/reporters/get_snapshot_summary.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/reporters/get_snapshot_summary'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/reporters/notify_reporter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/reporters/notify_reporter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/reporters/Status.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/reporters/Status'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/reporters/summary_reporter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/reporters/summary_reporter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/reporters/utils.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/reporters/utils'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/reporters/verbose_reporter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/reporters/verbose_reporter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/run_jest.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/run_jest'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/search_source.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/search_source'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/test_name_pattern_prompt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/test_name_pattern_prompt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/test_path_pattern_prompt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/test_path_pattern_prompt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/test_path_pattern_to_regexp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/test_path_pattern_to_regexp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/test_result_helpers.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/test_result_helpers'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/test_scheduler.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/test_scheduler'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/test_sequencer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/test_sequencer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/test_watcher.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/test_watcher'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/watch.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/build/watch'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/node_modules/ansi-regex/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/node_modules/ansi-regex/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/node_modules/pify/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/node_modules/pify/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/node_modules/strip-ansi/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-cli/node_modules/strip-ansi/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-config/build/constants.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-config/build/constants'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-config/build/defaults.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-config/build/defaults'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-config/build/deprecated.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-config/build/deprecated'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-config/build/get_max_workers.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-config/build/get_max_workers'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-config/build/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-config/build/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-config/build/normalize.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-config/build/normalize'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-config/build/read_config_file_and_set_root_dir.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-config/build/read_config_file_and_set_root_dir'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-config/build/reporter_validation_errors.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-config/build/reporter_validation_errors'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-config/build/resolve_config_path.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-config/build/resolve_config_path'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-config/build/set_from_argv.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-config/build/set_from_argv'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-config/build/utils.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-config/build/utils'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-config/build/valid_config.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-config/build/valid_config'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-config/build/validate_pattern.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-config/build/validate_pattern'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-config/build/vendor/jsonlint.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-config/build/vendor/jsonlint'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-diff/build/constants.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-diff/build/constants'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-diff/build/diff_strings.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-diff/build/diff_strings'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-diff/build/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-diff/build/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-docblock/build/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-docblock/build/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-environment-jsdom/build/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-environment-jsdom/build/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-environment-node/build/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-environment-node/build/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-expo/src/createMockConstants.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-expo/src/createMockConstants'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-expo/src/expoModules.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-expo/src/expoModules'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-expo/src/setup.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-expo/src/setup'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-get-type/build/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-get-type/build/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-haste-map/build/constants.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-haste-map/build/constants'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-haste-map/build/crawlers/node.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-haste-map/build/crawlers/node'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-haste-map/build/crawlers/watchman.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-haste-map/build/crawlers/watchman'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-haste-map/build/get_mock_name.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-haste-map/build/get_mock_name'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-haste-map/build/haste_fs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-haste-map/build/haste_fs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-haste-map/build/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-haste-map/build/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-haste-map/build/lib/extract_requires.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-haste-map/build/lib/extract_requires'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-haste-map/build/lib/get_platform_extension.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-haste-map/build/lib/get_platform_extension'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-haste-map/build/lib/normalize_path_sep.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-haste-map/build/lib/normalize_path_sep'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-haste-map/build/module_map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-haste-map/build/module_map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-haste-map/build/types.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-haste-map/build/types'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-haste-map/build/worker.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-haste-map/build/worker'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-jasmine2/build/assert_support.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-jasmine2/build/assert_support'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-jasmine2/build/expectation_failed.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-jasmine2/build/expectation_failed'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-jasmine2/build/expectation_result_factory.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-jasmine2/build/expectation_result_factory'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-jasmine2/build/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-jasmine2/build/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-jasmine2/build/jasmine_async.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-jasmine2/build/jasmine_async'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-jasmine2/build/jasmine/call_tracker.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-jasmine2/build/jasmine/call_tracker'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-jasmine2/build/jasmine/create_spy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-jasmine2/build/jasmine/create_spy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-jasmine2/build/jasmine/Env.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-jasmine2/build/jasmine/Env'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-jasmine2/build/jasmine/jasmine_light.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-jasmine2/build/jasmine/jasmine_light'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-jasmine2/build/jasmine/js_api_reporter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-jasmine2/build/jasmine/js_api_reporter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-jasmine2/build/jasmine/report_dispatcher.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-jasmine2/build/jasmine/report_dispatcher'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-jasmine2/build/jasmine/Spec.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-jasmine2/build/jasmine/Spec'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-jasmine2/build/jasmine/spy_registry.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-jasmine2/build/jasmine/spy_registry'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-jasmine2/build/jasmine/spy_strategy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-jasmine2/build/jasmine/spy_strategy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-jasmine2/build/jasmine/Suite.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-jasmine2/build/jasmine/Suite'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-jasmine2/build/jasmine/Timer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-jasmine2/build/jasmine/Timer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-jasmine2/build/jest_expect.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-jasmine2/build/jest_expect'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-jasmine2/build/p_timeout.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-jasmine2/build/p_timeout'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-jasmine2/build/queue_runner.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-jasmine2/build/queue_runner'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-jasmine2/build/reporter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-jasmine2/build/reporter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-jasmine2/build/setup_jest_globals.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-jasmine2/build/setup_jest_globals'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-jasmine2/build/tree_processor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-jasmine2/build/tree_processor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-matcher-utils/build/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-matcher-utils/build/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-message-util/build/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-message-util/build/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-mock/build-es5/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-mock/build-es5/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-mock/build/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-mock/build/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-regex-util/build/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-regex-util/build/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-resolve-dependencies/build/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-resolve-dependencies/build/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-resolve/build/default_resolver.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-resolve/build/default_resolver'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-resolve/build/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-resolve/build/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-resolve/build/node_modules_paths.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-resolve/build/node_modules_paths'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-runner/build/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-runner/build/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-runner/build/run_test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-runner/build/run_test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-runner/build/test_worker.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-runner/build/test_worker'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-runner/node_modules/pify/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-runner/node_modules/pify/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-runtime/bin/jest-runtime.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-runtime/bin/jest-runtime'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-runtime/build/cli/args.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-runtime/build/cli/args'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-runtime/build/cli/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-runtime/build/cli/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-runtime/build/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-runtime/build/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-runtime/build/script_transformer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-runtime/build/script_transformer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-runtime/build/should_instrument.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-runtime/build/should_instrument'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-runtime/node_modules/strip-bom/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-runtime/node_modules/strip-bom/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-runtime/node_modules/write-file-atomic/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-runtime/node_modules/write-file-atomic/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-snapshot/build/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-snapshot/build/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-snapshot/build/plugins.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-snapshot/build/plugins'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-snapshot/build/State.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-snapshot/build/State'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-snapshot/build/utils.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-snapshot/build/utils'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-util/build/buffered_console.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-util/build/buffered_console'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-util/build/clear_line.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-util/build/clear_line'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-util/build/Console.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-util/build/Console'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-util/build/fake_timers.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-util/build/fake_timers'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-util/build/format_test_results.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-util/build/format_test_results'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-util/build/get_console_output.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-util/build/get_console_output'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-util/build/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-util/build/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-util/build/install_common_globals.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-util/build/install_common_globals'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-util/build/null_console.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-util/build/null_console'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-util/build/set_global.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-util/build/set_global'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-util/build/validate_cli_options.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-util/build/validate_cli_options'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-validate/build/condition.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-validate/build/condition'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-validate/build/default_config.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-validate/build/default_config'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-validate/build/deprecated.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-validate/build/deprecated'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-validate/build/errors.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-validate/build/errors'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-validate/build/example_config.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-validate/build/example_config'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-validate/build/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-validate/build/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-validate/build/types.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-validate/build/types'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-validate/build/utils.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-validate/build/utils'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-validate/build/validate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-validate/build/validate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-validate/build/warnings.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-validate/build/warnings'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-worker/build/child.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-worker/build/child'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-worker/build/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-worker/build/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-worker/build/types.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-worker/build/types'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest-worker/build/worker.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest-worker/build/worker'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest/bin/jest.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest/bin/jest'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jest/build/jest.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jest/build/jest'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/joi/lib/cast.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/joi/lib/cast'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/joi/lib/errors.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/joi/lib/errors'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/joi/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/joi/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/joi/lib/language.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/joi/lib/language'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/joi/lib/ref.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/joi/lib/ref'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/joi/lib/schemas.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/joi/lib/schemas'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/joi/lib/set.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/joi/lib/set'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/joi/lib/types/alternatives/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/joi/lib/types/alternatives/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/joi/lib/types/any/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/joi/lib/types/any/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/joi/lib/types/array/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/joi/lib/types/array/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/joi/lib/types/binary/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/joi/lib/types/binary/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/joi/lib/types/boolean/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/joi/lib/types/boolean/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/joi/lib/types/date/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/joi/lib/types/date/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/joi/lib/types/lazy/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/joi/lib/types/lazy/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/joi/lib/types/number/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/joi/lib/types/number/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/joi/lib/types/object/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/joi/lib/types/object/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/joi/lib/types/string/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/joi/lib/types/string/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/joi/lib/types/string/ip.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/joi/lib/types/string/ip'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/joi/lib/types/string/rfc3986.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/joi/lib/types/string/rfc3986'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/joi/lib/types/string/uri.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/joi/lib/types/string/uri'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/join-component/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/join-component/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/join-component/test/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/join-component/test/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/js-tokens/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/js-tokens/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/bin/js-yaml.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/bin/js-yaml'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/dist/js-yaml.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/dist/js-yaml'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/dist/js-yaml.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/dist/js-yaml.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/common.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/common'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/dumper.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/dumper'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/exception.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/exception'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/loader.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/loader'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/mark.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/mark'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/schema.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/schema'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/schema/core.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/schema/core'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/schema/default_full.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/schema/default_full'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/schema/default_safe'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/schema/failsafe.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/schema/failsafe'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/schema/json.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/schema/json'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/type.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/type'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/type/binary.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/type/binary'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/type/bool.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/type/bool'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/type/float.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/type/float'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/type/int.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/type/int'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/type/js/function.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/type/js/function'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/type/js/regexp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/type/js/regexp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/type/js/undefined.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/type/js/undefined'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/type/map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/type/map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/type/merge.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/type/merge'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/type/null.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/type/null'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/type/omap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/type/omap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/type/pairs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/type/pairs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/type/seq.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/type/seq'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/type/set.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/type/set'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/type/str.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/type/str'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/type/timestamp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/lib/js-yaml/type/timestamp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/node_modules/esprima/bin/esparse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/node_modules/esprima/bin/esparse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/node_modules/esprima/bin/esvalidate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/node_modules/esprima/bin/esvalidate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/node_modules/esprima/dist/esprima.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/js-yaml/node_modules/esprima/dist/esprima'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsbn/example.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsbn/example'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsbn/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsbn/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/browser/default-stylesheet.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/browser/default-stylesheet'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/browser/documentAdapter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/browser/documentAdapter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/browser/documentfeatures.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/browser/documentfeatures'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/browser/domtohtml.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/browser/domtohtml'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/browser/htmltodom.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/browser/htmltodom'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/browser/not-implemented.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/browser/not-implemented'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/browser/resource-loader.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/browser/resource-loader'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/browser/Window.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/browser/Window'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/level2/style.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/level2/style'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/level3/xpath.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/level3/xpath'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/attributes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/attributes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/attributes/Attr-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/attributes/Attr-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/dom-token-list.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/dom-token-list'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/domparsing/DOMParser-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/domparsing/DOMParser-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/events/CustomEvent-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/events/CustomEvent-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/events/ErrorEvent-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/events/ErrorEvent-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/events/Event-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/events/Event-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/events/FocusEvent-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/events/FocusEvent-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/events/HashChangeEvent-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/events/HashChangeEvent-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/events/KeyboardEvent-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/events/KeyboardEvent-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/events/MessageEvent-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/events/MessageEvent-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/events/MouseEvent-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/events/MouseEvent-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/events/PopStateEvent-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/events/PopStateEvent-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/events/ProgressEvent-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/events/ProgressEvent-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/events/TouchEvent-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/events/TouchEvent-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/events/UIEvent-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/events/UIEvent-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/file-api/Blob-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/file-api/Blob-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/file-api/File-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/file-api/File-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/file-api/FileList-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/file-api/FileList-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/file-api/FileReader-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/file-api/FileReader-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/form-data-symbols.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/form-data-symbols'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/AddEventListenerOptions.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/AddEventListenerOptions'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/Attr.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/Attr'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/Blob.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/Blob'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/BlobPropertyBag.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/BlobPropertyBag'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/CDATASection.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/CDATASection'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/CharacterData.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/CharacterData'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/ChildNode.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/ChildNode'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/Comment.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/Comment'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/CustomEvent.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/CustomEvent'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/CustomEventInit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/CustomEventInit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/Document.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/Document'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/DocumentFragment.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/DocumentFragment'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/DocumentType.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/DocumentType'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/DOMImplementation.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/DOMImplementation'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/DOMParser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/DOMParser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/Element.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/Element'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/ElementContentEditable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/ElementContentEditable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/ElementCSSInlineStyle.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/ElementCSSInlineStyle'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/ErrorEvent.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/ErrorEvent'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/ErrorEventInit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/ErrorEventInit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/Event.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/Event'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/EventInit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/EventInit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/EventListenerOptions.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/EventListenerOptions'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/EventModifierInit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/EventModifierInit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/EventTarget'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/File.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/File'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/FileList.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/FileList'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/FilePropertyBag.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/FilePropertyBag'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/FileReader.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/FileReader'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/FocusEvent.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/FocusEvent'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/FocusEventInit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/FocusEventInit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/FormData.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/FormData'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/GlobalEventHandlers.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/GlobalEventHandlers'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HashChangeEvent.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HashChangeEvent'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HashChangeEventInit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HashChangeEventInit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/History.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/History'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLAnchorElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLAnchorElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLAppletElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLAppletElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLAreaElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLAreaElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLAudioElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLAudioElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLBaseElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLBaseElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLBodyElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLBodyElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLBRElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLBRElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLButtonElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLButtonElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLCanvasElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLCanvasElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLDataElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLDataElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLDataListElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLDataListElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLDialogElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLDialogElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLDirectoryElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLDirectoryElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLDivElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLDivElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLDListElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLDListElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLEmbedElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLEmbedElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLFieldSetElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLFieldSetElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLFontElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLFontElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLFormElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLFormElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLFrameElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLFrameElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLFrameSetElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLFrameSetElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLHeadElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLHeadElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLHeadingElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLHeadingElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLHRElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLHRElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLHtmlElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLHtmlElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLHyperlinkElementUtils.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLHyperlinkElementUtils'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLIFrameElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLIFrameElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLImageElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLImageElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLInputElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLInputElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLLabelElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLLabelElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLLegendElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLLegendElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLLIElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLLIElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLLinkElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLLinkElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLMapElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLMapElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLMediaElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLMediaElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLMenuElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLMenuElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLMetaElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLMetaElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLMeterElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLMeterElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLModElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLModElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLObjectElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLObjectElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLOListElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLOListElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLOptGroupElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLOptGroupElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLOptionElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLOptionElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLOutputElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLOutputElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLParagraphElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLParagraphElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLParamElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLParamElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLPreElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLPreElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLProgressElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLProgressElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLQuoteElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLQuoteElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLScriptElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLScriptElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLSelectElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLSelectElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLSourceElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLSourceElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLSpanElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLSpanElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLStyleElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLStyleElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLTableCaptionElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLTableCaptionElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLTableCellElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLTableCellElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLTableColElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLTableColElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLTableDataCellElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLTableDataCellElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLTableElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLTableElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLTableHeaderCellElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLTableHeaderCellElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLTableRowElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLTableRowElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLTableSectionElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLTableSectionElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLTemplateElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLTemplateElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLTextAreaElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLTextAreaElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLTimeElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLTimeElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLTitleElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLTitleElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLTrackElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLTrackElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLUListElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLUListElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLUnknownElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLUnknownElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLVideoElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/HTMLVideoElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/KeyboardEvent.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/KeyboardEvent'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/KeyboardEventInit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/KeyboardEventInit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/LinkStyle.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/LinkStyle'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/Location.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/Location'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/MessageEvent.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/MessageEvent'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/MessageEventInit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/MessageEventInit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/MouseEvent.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/MouseEvent'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/MouseEventInit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/MouseEventInit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/MutationEvent.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/MutationEvent'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/Navigator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/Navigator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/NavigatorConcurrentHardware.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/NavigatorConcurrentHardware'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/NavigatorCookies.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/NavigatorCookies'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/NavigatorID.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/NavigatorID'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/NavigatorLanguage.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/NavigatorLanguage'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/NavigatorOnLine.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/NavigatorOnLine'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/NavigatorPlugins.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/NavigatorPlugins'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/Node.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/Node'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/NonDocumentTypeChildNode.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/NonDocumentTypeChildNode'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/NonElementParentNode.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/NonElementParentNode'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/ParentNode.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/ParentNode'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/PopStateEvent.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/PopStateEvent'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/PopStateEventInit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/PopStateEventInit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/ProcessingInstruction.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/ProcessingInstruction'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/ProgressEvent.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/ProgressEvent'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/ProgressEventInit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/ProgressEventInit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/ScrollIntoViewOptions.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/ScrollIntoViewOptions'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/ScrollOptions.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/ScrollOptions'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/Text.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/Text'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/TouchEvent.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/TouchEvent'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/TreeWalker.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/TreeWalker'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/UIEvent.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/UIEvent'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/UIEventInit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/UIEventInit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/utils.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/utils'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/WindowEventHandlers.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/WindowEventHandlers'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/XMLDocument.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/generated/XMLDocument'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/helpers/document-base-url.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/helpers/document-base-url'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/helpers/focusing.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/helpers/focusing'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/helpers/form-controls.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/helpers/form-controls'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/helpers/internal-constants.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/helpers/internal-constants'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/helpers/ordered-set-parser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/helpers/ordered-set-parser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/helpers/proxied-window-event-handlers.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/helpers/proxied-window-event-handlers'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/helpers/runtime-script-errors.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/helpers/runtime-script-errors'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/helpers/selectors.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/helpers/selectors'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/helpers/strings.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/helpers/strings'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/helpers/stylesheets.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/helpers/stylesheets'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/helpers/traversal.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/helpers/traversal'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/helpers/validate-names.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/helpers/validate-names'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/html-collection.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/html-collection'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/named-properties-window.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/named-properties-window'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/navigator/Navigator-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/navigator/Navigator-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/navigator/NavigatorConcurrentHardware-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/navigator/NavigatorConcurrentHardware-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/navigator/NavigatorCookies-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/navigator/NavigatorCookies-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/navigator/NavigatorID-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/navigator/NavigatorID-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/navigator/NavigatorLanguage-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/navigator/NavigatorLanguage-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/navigator/NavigatorOnLine-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/navigator/NavigatorOnLine-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/navigator/NavigatorPlugins-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/navigator/NavigatorPlugins-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/node-document-position.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/node-document-position'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/node-filter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/node-filter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/node-iterator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/node-iterator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/node-list.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/node-list'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/node-type.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/node-type'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/node.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/node'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/CDATASection-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/CDATASection-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/CharacterData-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/CharacterData-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/ChildNode-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/ChildNode-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/Comment-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/Comment-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/Document-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/Document-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/DocumentFragment-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/DocumentFragment-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/DocumentType-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/DocumentType-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/DOMImplementation-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/DOMImplementation-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/Element-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/Element-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/ElementContentEditable-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/ElementContentEditable-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/ElementCSSInlineStyle-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/ElementCSSInlineStyle-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/GlobalEventHandlers-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/GlobalEventHandlers-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLAnchorElement-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLAnchorElement-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLAppletElement-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLAppletElement-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLAreaElement-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLAreaElement-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLAudioElement-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLAudioElement-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLBaseElement-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLBaseElement-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLBodyElement-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLBodyElement-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLBRElement-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLBRElement-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLButtonElement-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLButtonElement-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLCanvasElement-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLCanvasElement-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLDataElement-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLDataElement-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLDataListElement-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLDataListElement-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLDialogElement-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLDialogElement-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLDirectoryElement-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLDirectoryElement-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLDivElement-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLDivElement-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLDListElement-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLDListElement-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLElement-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLElement-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLEmbedElement-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLEmbedElement-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFieldSetElement-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFieldSetElement-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFontElement-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFontElement-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormElement-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormElement-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFrameElement-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFrameElement-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFrameSetElement-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFrameSetElement-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLHeadElement-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLHeadElement-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLHeadingElement-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLHeadingElement-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLHRElement-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLHRElement-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLHtmlElement-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLHtmlElement-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLHyperlinkElementUtils-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLHyperlinkElementUtils-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLIFrameElement-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLIFrameElement-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLImageElement-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLImageElement-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLInputElement-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLInputElement-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLLabelElement-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLLabelElement-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLLegendElement-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLLegendElement-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLLIElement-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLLIElement-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLLinkElement-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLLinkElement-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLMapElement-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLMapElement-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLMediaElement-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLMediaElement-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLMenuElement-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLMenuElement-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLMetaElement-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLMetaElement-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLMeterElement-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLMeterElement-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLModElement-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLModElement-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLObjectElement-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLObjectElement-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLOListElement-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLOListElement-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLOptGroupElement-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLOptGroupElement-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLOptionElement-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLOptionElement-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLOutputElement-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLOutputElement-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLParagraphElement-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLParagraphElement-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLParamElement-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLParamElement-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLPreElement-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLPreElement-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLProgressElement-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLProgressElement-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLQuoteElement-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLQuoteElement-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLScriptElement-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLScriptElement-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLSelectElement-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLSelectElement-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLSourceElement-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLSourceElement-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLSpanElement-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLSpanElement-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLStyleElement-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLStyleElement-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableCaptionElement-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableCaptionElement-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableCellElement-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableCellElement-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableColElement-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableColElement-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableDataCellElement-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableDataCellElement-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableElement-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableElement-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableHeaderCellElement-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableHeaderCellElement-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableRowElement-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableRowElement-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableSectionElement-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableSectionElement-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTemplateElement-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTemplateElement-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTextAreaElement-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTextAreaElement-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTimeElement-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTimeElement-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTitleElement-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTitleElement-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTrackElement-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTrackElement-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLUListElement-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLUListElement-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLUnknownElement-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLUnknownElement-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLVideoElement-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/HTMLVideoElement-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/LinkStyle-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/LinkStyle-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/Node-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/Node-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/NonDocumentTypeChildNode-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/NonDocumentTypeChildNode-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/NonElementParentNode-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/NonElementParentNode-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/ParentNode-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/ParentNode-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/ProcessingInstruction-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/ProcessingInstruction-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/Text-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/Text-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/WindowEventHandlers-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/WindowEventHandlers-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/XMLDocument-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/nodes/XMLDocument-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/post-message.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/post-message'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/register-elements.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/register-elements'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/traversal/TreeWalker-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/traversal/TreeWalker-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/window/History-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/window/History-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/window/Location-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/window/Location-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/window/navigation.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/window/navigation'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/xhr-sync-worker.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/xhr-sync-worker'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/xhr-utils.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/xhr-utils'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/xhr/FormData-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/xhr/FormData-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/xmlhttprequest-event-target.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/xmlhttprequest-event-target'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/xmlhttprequest-symbols.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/xmlhttprequest-symbols'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/xmlhttprequest-upload.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/xmlhttprequest-upload'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/xmlhttprequest.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/living/xmlhttprequest'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/named-properties-tracker.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/named-properties-tracker'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/utils.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/utils'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/virtual-console.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/virtual-console'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/vm-shim.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/vm-shim'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/web-idl/DOMException.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/lib/jsdom/web-idl/DOMException'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsdom/node_modules/sax/lib/sax.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsdom/node_modules/sax/lib/sax'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsesc/jsesc.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsesc/jsesc'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/json-fallback/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/json-fallback/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/json-schema-traverse/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/json-schema-traverse/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/json-schema-traverse/spec/fixtures/schema.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/json-schema-traverse/spec/fixtures/schema'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/json-schema-traverse/spec/index.spec.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/json-schema-traverse/spec/index.spec'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/json-schema/lib/links.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/json-schema/lib/links'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/json-schema/lib/validate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/json-schema/lib/validate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/json-schema/test/tests.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/json-schema/test/tests'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/json-stable-stringify/example/key_cmp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/json-stable-stringify/example/key_cmp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/json-stable-stringify/example/nested.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/json-stable-stringify/example/nested'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/json-stable-stringify/example/str.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/json-stable-stringify/example/str'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/json-stable-stringify/example/value_cmp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/json-stable-stringify/example/value_cmp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/json-stable-stringify/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/json-stable-stringify/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/json-stable-stringify/test/cmp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/json-stable-stringify/test/cmp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/json-stable-stringify/test/nested.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/json-stable-stringify/test/nested'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/json-stable-stringify/test/replacer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/json-stable-stringify/test/replacer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/json-stable-stringify/test/space.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/json-stable-stringify/test/space'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/json-stable-stringify/test/str.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/json-stable-stringify/test/str'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/json-stable-stringify/test/to-json.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/json-stable-stringify/test/to-json'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/json-stringify-safe/stringify.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/json-stringify-safe/stringify'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/json-stringify-safe/test/stringify_test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/json-stringify-safe/test/stringify_test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/json5/lib/cli.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/json5/lib/cli'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/json5/lib/json5.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/json5/lib/json5'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/json5/lib/require.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/json5/lib/require'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonfile/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonfile/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonify/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonify/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonify/lib/parse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonify/lib/parse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonify/lib/stringify.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonify/lib/stringify'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonify/test/parse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonify/test/parse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonify/test/stringify.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonify/test/stringify'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonp/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonp/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonp/node_modules/debug/karma.conf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonp/node_modules/debug/karma.conf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonp/node_modules/debug/node.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonp/node_modules/debug/node'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonp/node_modules/debug/src/browser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonp/node_modules/debug/src/browser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonp/node_modules/debug/src/debug.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonp/node_modules/debug/src/debug'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonp/node_modules/debug/src/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonp/node_modules/debug/src/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonp/node_modules/debug/src/node.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonp/node_modules/debug/src/node'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonp/node_modules/ms/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonp/node_modules/ms/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonschema/lib/attribute.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonschema/lib/attribute'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonschema/lib/helpers.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonschema/lib/helpers'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonschema/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonschema/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonschema/lib/validator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonschema/lib/validator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/decode.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/decode'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/lib/JsonWebTokenError.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/lib/JsonWebTokenError'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/lib/NotBeforeError.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/lib/NotBeforeError'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/lib/timespan.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/lib/timespan'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/lib/TokenExpiredError.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/lib/TokenExpiredError'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/hoek/lib/escape.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/hoek/lib/escape'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/hoek/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/hoek/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/hoek/test/escaper.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/hoek/test/escaper'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/hoek/test/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/hoek/test/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/hoek/test/modules/test1.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/hoek/test/modules/test1'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/hoek/test/modules/test2.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/hoek/test/modules/test2'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/hoek/test/modules/test3.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/hoek/test/modules/test3'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/isemail/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/isemail/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/isemail/lib/isemail.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/isemail/lib/isemail'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/isemail/test/isemail.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/isemail/test/isemail'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/examples/conditionalRequire.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/examples/conditionalRequire'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/examples/customMessage.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/examples/customMessage'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/examples/multipleWhen.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/examples/multipleWhen'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/generate-readme-toc.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/generate-readme-toc'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/lib/alternatives.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/lib/alternatives'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/lib/any.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/lib/any'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/lib/array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/lib/array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/lib/binary.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/lib/binary'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/lib/boolean.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/lib/boolean'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/lib/cast.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/lib/cast'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/lib/date.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/lib/date'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/lib/errors.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/lib/errors'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/lib/language.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/lib/language'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/lib/number.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/lib/number'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/lib/object.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/lib/object'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/lib/ref.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/lib/ref'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/lib/string.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/lib/string'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/lib/string/ip.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/lib/string/ip'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/lib/string/rfc3986.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/lib/string/rfc3986'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/lib/string/uri.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/lib/string/uri'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/test/alternatives.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/test/alternatives'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/test/any.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/test/any'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/test/array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/test/array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/test/binary.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/test/binary'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/test/boolean.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/test/boolean'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/test/date.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/test/date'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/test/errors.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/test/errors'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/test/function.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/test/function'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/test/helper.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/test/helper'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/test/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/test/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/test/number.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/test/number'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/test/object.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/test/object'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/test/ref.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/test/ref'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/test/string.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/joi/test/string'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/ms/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/ms/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/topo/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/topo/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/topo/test/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/node_modules/topo/test/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/sign.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/sign'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/test/async_sign.tests.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/test/async_sign.tests'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/test/buffer.tests.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/test/buffer.tests'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/test/encoding.tests.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/test/encoding.tests'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/test/expires_format.tests.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/test/expires_format.tests'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/test/iat.tests.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/test/iat.tests'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/test/invalid_exp.tests.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/test/invalid_exp.tests'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/test/issue_147.tests.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/test/issue_147.tests'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/test/issue_196.tests.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/test/issue_196.tests'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/test/issue_304.tests.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/test/issue_304.tests'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/test/issue_70.tests.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/test/issue_70.tests'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/test/jwt.asymmetric_signing.tests.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/test/jwt.asymmetric_signing.tests'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/test/jwt.hs.tests.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/test/jwt.hs.tests'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/test/keyid.tests.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/test/keyid.tests'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/test/non_object_values.tests.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/test/non_object_values.tests'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/test/noTimestamp.tests.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/test/noTimestamp.tests'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/test/rsa-public-key.tests.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/test/rsa-public-key.tests'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/test/set_headers.tests.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/test/set_headers.tests'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/test/undefined_secretOrPublickey.tests.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/test/undefined_secretOrPublickey.tests'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/test/util/fakeDate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/test/util/fakeDate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/test/verify.tests.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/test/verify.tests'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/test/wrong_alg.tests.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/test/wrong_alg.tests'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/verify.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsonwebtoken/verify'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jsprim/lib/jsprim.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jsprim/lib/jsprim'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jwa/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jwa/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jws/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jws/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jws/lib/data-stream.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jws/lib/data-stream'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jws/lib/sign-stream.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jws/lib/sign-stream'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jws/lib/tostring.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jws/lib/tostring'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/jws/lib/verify-stream.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/jws/lib/verify-stream'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/kind-of/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/kind-of/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/klaw/src/assign.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/klaw/src/assign'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/klaw/src/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/klaw/src/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lazy-cache/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lazy-cache/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lcid/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lcid/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/left-pad/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/left-pad/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/left-pad/perf/es6Repeat.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/left-pad/perf/es6Repeat'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/left-pad/perf/O(n).js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/left-pad/perf/O(n)'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/left-pad/perf/perf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/left-pad/perf/perf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/left-pad/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/left-pad/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/leven/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/leven/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/levn/lib/cast.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/levn/lib/cast'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/levn/lib/coerce.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/levn/lib/coerce'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/levn/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/levn/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/levn/lib/parse-string.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/levn/lib/parse-string'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/levn/lib/parse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/levn/lib/parse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/load-json-file/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/load-json-file/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/load-json-file/node_modules/strip-bom/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/load-json-file/node_modules/strip-bom/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/locate-path/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/locate-path/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lock/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lock/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lock/test/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lock/test/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lock/test/issue-1.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lock/test/issue-1'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lock/test/multi.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lock/test/multi'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_addMapEntry.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_addMapEntry'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_addSetEntry.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_addSetEntry'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_apply.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_apply'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_arrayAggregator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_arrayAggregator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_arrayEach.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_arrayEach'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_arrayEachRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_arrayEachRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_arrayEvery.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_arrayEvery'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_arrayFilter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_arrayFilter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_arrayIncludes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_arrayIncludes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_arrayIncludesWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_arrayIncludesWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_arrayLikeKeys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_arrayLikeKeys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_arrayMap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_arrayMap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_arrayPush.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_arrayPush'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_arrayReduce.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_arrayReduce'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_arrayReduceRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_arrayReduceRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_arraySample.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_arraySample'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_arraySampleSize.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_arraySampleSize'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_arrayShuffle.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_arrayShuffle'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_arraySome.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_arraySome'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_asciiSize.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_asciiSize'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_asciiToArray.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_asciiToArray'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_asciiWords.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_asciiWords'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_assignMergeValue.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_assignMergeValue'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_assignValue.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_assignValue'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_assocIndexOf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_assocIndexOf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseAggregator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseAggregator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseAssign.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseAssign'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseAssignIn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseAssignIn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseAssignValue.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseAssignValue'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseAt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseAt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseClamp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseClamp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseClone.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseClone'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseConforms.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseConforms'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseConformsTo.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseConformsTo'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseCreate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseCreate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseDelay.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseDelay'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseDifference.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseDifference'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseEach.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseEach'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseEachRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseEachRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseEvery.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseEvery'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseExtremum.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseExtremum'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseFill.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseFill'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseFilter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseFilter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseFindIndex.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseFindIndex'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseFindKey.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseFindKey'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseFlatten.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseFlatten'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseFor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseFor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseForOwn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseForOwn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseForOwnRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseForOwnRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseForRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseForRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseFunctions.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseFunctions'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseGet.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseGet'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseGetAllKeys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseGetAllKeys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseGetTag.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseGetTag'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseGt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseGt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseHas.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseHas'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseHasIn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseHasIn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseIndexOf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseIndexOf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseIndexOfWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseIndexOfWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseInRange.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseInRange'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseIntersection.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseIntersection'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseInverter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseInverter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseInvoke.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseInvoke'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseIsArguments.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseIsArguments'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseIsArrayBuffer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseIsArrayBuffer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseIsDate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseIsDate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseIsEqual.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseIsEqual'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseIsEqualDeep.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseIsEqualDeep'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseIsMap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseIsMap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseIsMatch.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseIsMatch'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseIsNaN.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseIsNaN'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseIsNative.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseIsNative'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseIsRegExp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseIsRegExp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseIsSet.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseIsSet'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseIsTypedArray.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseIsTypedArray'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseIteratee.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseIteratee'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseKeys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseKeys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseKeysIn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseKeysIn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseLodash.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseLodash'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseLt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseLt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseMap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseMap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseMatches.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseMatches'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseMatchesProperty.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseMatchesProperty'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseMean.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseMean'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseMerge.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseMerge'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseMergeDeep.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseMergeDeep'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseNth.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseNth'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseOrderBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseOrderBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_basePick.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_basePick'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_basePickBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_basePickBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseProperty.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseProperty'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_basePropertyDeep.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_basePropertyDeep'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_basePropertyOf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_basePropertyOf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_basePullAll.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_basePullAll'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_basePullAt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_basePullAt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseRandom.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseRandom'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseRange.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseRange'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseReduce.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseReduce'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseRepeat.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseRepeat'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseRest.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseRest'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseSample.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseSample'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseSampleSize.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseSampleSize'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseSet.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseSet'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseSetData.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseSetData'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseSetToString.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseSetToString'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseShuffle.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseShuffle'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseSlice.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseSlice'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseSome.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseSome'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseSortBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseSortBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseSortedIndex.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseSortedIndex'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseSortedIndexBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseSortedIndexBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseSortedUniq.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseSortedUniq'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseSum.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseSum'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseTimes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseTimes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseToNumber.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseToNumber'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseToPairs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseToPairs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseToString.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseToString'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseUnary.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseUnary'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseUniq.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseUniq'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseUnset.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseUnset'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseUpdate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseUpdate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseValues.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseValues'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseWhile.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseWhile'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseWrapperValue.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseWrapperValue'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseXor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseXor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseZipObject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_baseZipObject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_cacheHas.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_cacheHas'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_castArrayLikeObject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_castArrayLikeObject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_castFunction.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_castFunction'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_castPath.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_castPath'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_castRest.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_castRest'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_castSlice.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_castSlice'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_charsEndIndex.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_charsEndIndex'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_charsStartIndex.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_charsStartIndex'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_cloneArrayBuffer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_cloneArrayBuffer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_cloneBuffer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_cloneBuffer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_cloneDataView.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_cloneDataView'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_cloneMap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_cloneMap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_cloneRegExp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_cloneRegExp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_cloneSet.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_cloneSet'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_cloneSymbol.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_cloneSymbol'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_cloneTypedArray.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_cloneTypedArray'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_compareAscending.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_compareAscending'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_compareMultiple.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_compareMultiple'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_composeArgs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_composeArgs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_composeArgsRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_composeArgsRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_copyArray.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_copyArray'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_copyObject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_copyObject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_copySymbols.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_copySymbols'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_copySymbolsIn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_copySymbolsIn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_coreJsData.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_coreJsData'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_countHolders.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_countHolders'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_createAggregator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_createAggregator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_createAssigner.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_createAssigner'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_createBaseEach.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_createBaseEach'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_createBaseFor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_createBaseFor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_createBind.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_createBind'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_createCaseFirst.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_createCaseFirst'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_createCompounder.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_createCompounder'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_createCtor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_createCtor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_createCurry.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_createCurry'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_createFind.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_createFind'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_createFlow.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_createFlow'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_createHybrid.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_createHybrid'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_createInverter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_createInverter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_createMathOperation.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_createMathOperation'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_createOver.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_createOver'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_createPadding.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_createPadding'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_createPartial.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_createPartial'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_createRange.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_createRange'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_createRecurry.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_createRecurry'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_createRelationalOperation.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_createRelationalOperation'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_createRound.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_createRound'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_createSet.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_createSet'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_createToPairs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_createToPairs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_createWrap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_createWrap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_customDefaultsAssignIn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_customDefaultsAssignIn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_customDefaultsMerge.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_customDefaultsMerge'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_customOmitClone.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_customOmitClone'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_DataView.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_DataView'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_deburrLetter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_deburrLetter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_defineProperty.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_defineProperty'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_equalArrays.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_equalArrays'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_equalByTag.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_equalByTag'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_equalObjects.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_equalObjects'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_escapeHtmlChar.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_escapeHtmlChar'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_escapeStringChar.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_escapeStringChar'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_flatRest.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_flatRest'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_freeGlobal.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_freeGlobal'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_getAllKeys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_getAllKeys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_getAllKeysIn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_getAllKeysIn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_getData.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_getData'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_getFuncName.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_getFuncName'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_getHolder.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_getHolder'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_getMapData.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_getMapData'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_getMatchData.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_getMatchData'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_getNative.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_getNative'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_getPrototype.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_getPrototype'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_getRawTag.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_getRawTag'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_getSymbols.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_getSymbols'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_getSymbolsIn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_getSymbolsIn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_getTag.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_getTag'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_getValue.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_getValue'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_getView.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_getView'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_getWrapDetails.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_getWrapDetails'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_Hash.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_Hash'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_hashClear.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_hashClear'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_hashDelete.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_hashDelete'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_hashGet.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_hashGet'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_hashHas.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_hashHas'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_hashSet.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_hashSet'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_hasPath.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_hasPath'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_hasUnicode.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_hasUnicode'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_hasUnicodeWord.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_hasUnicodeWord'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_initCloneArray.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_initCloneArray'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_initCloneByTag.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_initCloneByTag'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_initCloneObject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_initCloneObject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_insertWrapDetails.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_insertWrapDetails'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_isFlattenable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_isFlattenable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_isIndex.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_isIndex'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_isIterateeCall.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_isIterateeCall'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_isKey.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_isKey'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_isKeyable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_isKeyable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_isLaziable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_isLaziable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_isMaskable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_isMaskable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_isMasked.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_isMasked'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_isPrototype.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_isPrototype'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_isStrictComparable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_isStrictComparable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_iteratorToArray.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_iteratorToArray'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_lazyClone.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_lazyClone'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_lazyReverse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_lazyReverse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_lazyValue.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_lazyValue'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_LazyWrapper.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_LazyWrapper'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_ListCache.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_ListCache'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_listCacheClear.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_listCacheClear'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_listCacheDelete.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_listCacheDelete'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_listCacheGet.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_listCacheGet'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_listCacheHas.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_listCacheHas'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_listCacheSet.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_listCacheSet'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_LodashWrapper.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_LodashWrapper'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_Map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_Map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_MapCache.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_MapCache'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_mapCacheClear.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_mapCacheClear'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_mapCacheDelete.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_mapCacheDelete'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_mapCacheGet.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_mapCacheGet'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_mapCacheHas.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_mapCacheHas'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_mapCacheSet.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_mapCacheSet'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_mapToArray.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_mapToArray'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_matchesStrictComparable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_matchesStrictComparable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_memoizeCapped.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_memoizeCapped'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_mergeData.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_mergeData'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_metaMap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_metaMap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_nativeCreate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_nativeCreate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_nativeKeys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_nativeKeys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_nativeKeysIn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_nativeKeysIn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_nodeUtil.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_nodeUtil'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_objectToString.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_objectToString'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_overArg.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_overArg'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_overRest.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_overRest'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_parent.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_parent'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_Promise.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_Promise'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_realNames.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_realNames'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_reEscape.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_reEscape'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_reEvaluate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_reEvaluate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_reInterpolate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_reInterpolate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_reorder.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_reorder'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_replaceHolders.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_replaceHolders'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_root.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_root'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_Set.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_Set'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_SetCache.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_SetCache'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_setCacheAdd.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_setCacheAdd'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_setCacheHas.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_setCacheHas'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_setData.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_setData'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_setToArray.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_setToArray'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_setToPairs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_setToPairs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_setToString.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_setToString'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_setWrapToString.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_setWrapToString'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_shortOut.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_shortOut'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_shuffleSelf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_shuffleSelf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_Stack.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_Stack'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_stackClear.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_stackClear'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_stackDelete.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_stackDelete'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_stackGet.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_stackGet'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_stackHas.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_stackHas'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_stackSet.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_stackSet'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_strictIndexOf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_strictIndexOf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_strictLastIndexOf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_strictLastIndexOf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_stringSize.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_stringSize'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_stringToArray.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_stringToArray'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_stringToPath.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_stringToPath'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_Symbol.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_Symbol'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_toKey.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_toKey'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_toSource.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_toSource'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_Uint8Array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_Uint8Array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_unescapeHtmlChar.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_unescapeHtmlChar'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_unicodeSize.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_unicodeSize'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_unicodeToArray.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_unicodeToArray'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_unicodeWords.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_unicodeWords'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_updateWrapDetails.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_updateWrapDetails'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_WeakMap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_WeakMap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_wrapperClone.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/_wrapperClone'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/add.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/add'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/after.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/after'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/array.default.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/array.default'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/ary.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/ary'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/assign.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/assign'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/assignIn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/assignIn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/assignInWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/assignInWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/assignWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/assignWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/at.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/at'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/attempt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/attempt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/before.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/before'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/bind.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/bind'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/bindAll.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/bindAll'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/bindKey.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/bindKey'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/camelCase.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/camelCase'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/capitalize.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/capitalize'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/castArray.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/castArray'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/ceil.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/ceil'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/chain.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/chain'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/chunk.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/chunk'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/clamp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/clamp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/clone.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/clone'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/cloneDeep.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/cloneDeep'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/cloneDeepWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/cloneDeepWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/cloneWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/cloneWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/collection.default.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/collection.default'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/collection.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/collection'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/commit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/commit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/compact.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/compact'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/concat.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/concat'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/cond.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/cond'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/conforms.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/conforms'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/conformsTo.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/conformsTo'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/constant.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/constant'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/countBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/countBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/create.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/create'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/curry.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/curry'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/curryRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/curryRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/date.default.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/date.default'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/date.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/date'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/debounce.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/debounce'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/deburr.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/deburr'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/defaults.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/defaults'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/defaultsDeep.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/defaultsDeep'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/defaultTo.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/defaultTo'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/defer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/defer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/delay.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/delay'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/difference.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/difference'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/differenceBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/differenceBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/differenceWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/differenceWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/divide.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/divide'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/drop.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/drop'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/dropRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/dropRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/dropRightWhile.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/dropRightWhile'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/dropWhile.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/dropWhile'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/each.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/each'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/eachRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/eachRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/endsWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/endsWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/entries.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/entries'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/entriesIn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/entriesIn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/eq.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/eq'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/escape.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/escape'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/escapeRegExp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/escapeRegExp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/every.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/every'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/extend.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/extend'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/extendWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/extendWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/fill.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/fill'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/filter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/filter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/find.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/find'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/findIndex.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/findIndex'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/findKey.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/findKey'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/findLast.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/findLast'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/findLastIndex.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/findLastIndex'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/findLastKey.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/findLastKey'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/first.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/first'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/flatMap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/flatMap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/flatMapDeep.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/flatMapDeep'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/flatMapDepth.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/flatMapDepth'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/flatten.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/flatten'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/flattenDeep.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/flattenDeep'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/flattenDepth.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/flattenDepth'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/flip.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/flip'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/floor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/floor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/flow.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/flow'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/flowRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/flowRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/forEach.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/forEach'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/forEachRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/forEachRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/forIn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/forIn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/forInRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/forInRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/forOwn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/forOwn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/forOwnRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/forOwnRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/fromPairs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/fromPairs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/function.default.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/function.default'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/function.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/function'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/functions.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/functions'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/functionsIn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/functionsIn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/get.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/get'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/groupBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/groupBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/gt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/gt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/gte.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/gte'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/has.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/has'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/hasIn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/hasIn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/head.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/head'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/identity.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/identity'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/includes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/includes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/indexOf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/indexOf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/initial.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/initial'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/inRange.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/inRange'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/intersection.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/intersection'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/intersectionBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/intersectionBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/intersectionWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/intersectionWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/invert.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/invert'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/invertBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/invertBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/invoke.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/invoke'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/invokeMap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/invokeMap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isArguments.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isArguments'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isArray.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isArray'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isArrayBuffer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isArrayBuffer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isArrayLike.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isArrayLike'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isArrayLikeObject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isArrayLikeObject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isBoolean.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isBoolean'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isBuffer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isBuffer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isDate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isDate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isEmpty.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isEmpty'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isEqual.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isEqual'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isEqualWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isEqualWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isError.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isError'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isFinite.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isFinite'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isFunction.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isFunction'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isInteger.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isInteger'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isLength.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isLength'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isMap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isMap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isMatch.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isMatch'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isMatchWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isMatchWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isNaN.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isNaN'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isNative.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isNative'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isNil.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isNil'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isNull.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isNull'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isNumber.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isNumber'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isObject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isObject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isObjectLike.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isObjectLike'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isPlainObject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isPlainObject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isRegExp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isRegExp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isSafeInteger.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isSafeInteger'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isSet.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isSet'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isString.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isString'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isSymbol.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isSymbol'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isTypedArray.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isTypedArray'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isUndefined.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isUndefined'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isWeakMap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isWeakMap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isWeakSet.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/isWeakSet'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/iteratee.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/iteratee'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/join.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/join'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/kebabCase.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/kebabCase'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/keyBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/keyBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/keys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/keys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/keysIn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/keysIn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/lang.default.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/lang.default'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/lang.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/lang'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/last.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/last'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/lastIndexOf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/lastIndexOf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/lodash.default.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/lodash.default'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/lodash.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/lodash'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/lowerCase.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/lowerCase'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/lowerFirst.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/lowerFirst'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/lt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/lt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/lte.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/lte'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/mapKeys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/mapKeys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/mapValues.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/mapValues'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/matches.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/matches'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/matchesProperty.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/matchesProperty'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/math.default.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/math.default'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/math.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/math'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/max.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/max'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/maxBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/maxBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/mean.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/mean'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/meanBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/meanBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/memoize.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/memoize'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/merge.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/merge'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/mergeWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/mergeWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/method.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/method'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/methodOf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/methodOf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/minBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/minBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/mixin.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/mixin'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/multiply.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/multiply'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/negate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/negate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/next.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/next'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/noop.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/noop'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/now.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/now'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/nth.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/nth'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/nthArg.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/nthArg'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/number.default.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/number.default'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/number.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/number'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/object.default.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/object.default'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/object.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/object'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/omit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/omit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/omitBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/omitBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/once.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/once'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/orderBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/orderBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/over.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/over'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/overArgs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/overArgs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/overEvery.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/overEvery'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/overSome.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/overSome'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/pad.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/pad'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/padEnd.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/padEnd'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/padStart.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/padStart'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/parseInt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/parseInt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/partial.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/partial'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/partialRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/partialRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/partition.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/partition'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/pick.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/pick'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/pickBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/pickBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/plant.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/plant'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/property.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/property'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/propertyOf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/propertyOf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/pull.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/pull'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/pullAll.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/pullAll'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/pullAllBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/pullAllBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/pullAllWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/pullAllWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/pullAt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/pullAt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/random.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/random'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/range.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/range'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/rangeRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/rangeRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/rearg.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/rearg'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/reduce.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/reduce'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/reduceRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/reduceRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/reject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/reject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/remove.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/remove'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/repeat.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/repeat'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/replace.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/replace'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/rest.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/rest'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/result.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/result'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/reverse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/reverse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/round.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/round'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/sample.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/sample'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/sampleSize.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/sampleSize'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/seq.default.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/seq.default'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/seq.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/seq'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/set.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/set'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/setWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/setWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/shuffle.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/shuffle'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/size.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/size'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/slice.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/slice'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/snakeCase.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/snakeCase'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/some.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/some'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/sortBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/sortBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/sortedIndex.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/sortedIndex'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/sortedIndexBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/sortedIndexBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/sortedIndexOf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/sortedIndexOf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/sortedLastIndex.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/sortedLastIndex'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/sortedLastIndexBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/sortedLastIndexBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/sortedLastIndexOf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/sortedLastIndexOf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/sortedUniq.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/sortedUniq'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/sortedUniqBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/sortedUniqBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/split.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/split'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/spread.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/spread'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/startCase.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/startCase'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/startsWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/startsWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/string.default.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/string.default'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/string.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/string'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/stubArray.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/stubArray'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/stubFalse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/stubFalse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/stubObject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/stubObject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/stubString.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/stubString'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/stubTrue.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/stubTrue'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/subtract.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/subtract'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/sum.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/sum'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/sumBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/sumBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/tail.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/tail'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/take.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/take'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/takeRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/takeRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/takeRightWhile.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/takeRightWhile'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/takeWhile.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/takeWhile'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/tap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/tap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/template.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/template'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/templateSettings.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/templateSettings'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/throttle.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/throttle'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/thru.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/thru'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/times.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/times'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/toArray.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/toArray'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/toFinite.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/toFinite'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/toInteger.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/toInteger'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/toIterator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/toIterator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/toJSON.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/toJSON'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/toLength.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/toLength'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/toLower.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/toLower'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/toNumber.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/toNumber'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/toPairs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/toPairs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/toPairsIn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/toPairsIn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/toPath.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/toPath'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/toPlainObject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/toPlainObject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/toSafeInteger.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/toSafeInteger'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/toString.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/toString'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/toUpper.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/toUpper'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/transform.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/transform'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/trim.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/trim'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/trimEnd.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/trimEnd'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/trimStart.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/trimStart'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/truncate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/truncate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/unary.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/unary'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/unescape.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/unescape'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/union.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/union'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/unionBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/unionBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/unionWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/unionWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/uniq.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/uniq'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/uniqBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/uniqBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/uniqueId.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/uniqueId'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/uniqWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/uniqWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/unset.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/unset'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/unzip.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/unzip'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/unzipWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/unzipWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/update.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/update'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/updateWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/updateWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/upperCase.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/upperCase'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/upperFirst.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/upperFirst'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/util.default.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/util.default'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/util.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/util'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/value.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/value'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/valueOf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/valueOf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/values.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/values'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/valuesIn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/valuesIn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/without.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/without'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/words.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/words'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/wrap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/wrap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/wrapperAt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/wrapperAt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/wrapperChain.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/wrapperChain'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/wrapperLodash.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/wrapperLodash'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/wrapperReverse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/wrapperReverse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/wrapperValue.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/wrapperValue'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/xor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/xor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/xorBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/xorBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/xorWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/xorWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/zip.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/zip'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/zipObject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/zipObject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/zipObjectDeep.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/zipObjectDeep'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/zipWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash-es/zipWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash._basecopy/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash._basecopy/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash._basetostring/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash._basetostring/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash._basevalues/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash._basevalues/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash._getnative/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash._getnative/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash._isiterateecall/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash._isiterateecall/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash._reescape/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash._reescape/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash._reevaluate/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash._reevaluate/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash._reinterpolate/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash._reinterpolate/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash._root/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash._root/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash.escape/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash.escape/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash.isarguments/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash.isarguments/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash.isarray/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash.isarray/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash.keys/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash.keys/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash.map/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash.map/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash.once/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash.once/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash.pad/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash.pad/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash.padend/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash.padend/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash.padstart/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash.padstart/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash.restparam/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash.restparam/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash.template/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash.template/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash.templatesettings/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash.templatesettings/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash.throttle/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash.throttle/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash.zipobject/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash.zipobject/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_addMapEntry.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_addMapEntry'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_addSetEntry.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_addSetEntry'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_apply.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_apply'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_arrayAggregator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_arrayAggregator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_arrayEach.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_arrayEach'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_arrayEachRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_arrayEachRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_arrayEvery.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_arrayEvery'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_arrayFilter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_arrayFilter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_arrayIncludes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_arrayIncludes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_arrayIncludesWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_arrayIncludesWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_arrayLikeKeys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_arrayLikeKeys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_arrayMap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_arrayMap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_arrayPush.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_arrayPush'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_arrayReduce.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_arrayReduce'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_arrayReduceRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_arrayReduceRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_arraySample.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_arraySample'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_arraySampleSize.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_arraySampleSize'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_arrayShuffle.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_arrayShuffle'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_arraySome.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_arraySome'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_asciiSize.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_asciiSize'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_asciiToArray.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_asciiToArray'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_asciiWords.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_asciiWords'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_assignMergeValue.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_assignMergeValue'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_assignValue.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_assignValue'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_assocIndexOf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_assocIndexOf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseAggregator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseAggregator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseAssign.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseAssign'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseAssignIn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseAssignIn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseAssignValue.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseAssignValue'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseAt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseAt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseClamp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseClamp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseClone.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseClone'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseConforms.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseConforms'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseConformsTo.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseConformsTo'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseCreate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseCreate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseDelay.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseDelay'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseDifference.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseDifference'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseEach.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseEach'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseEachRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseEachRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseEvery.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseEvery'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseExtremum.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseExtremum'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseFill.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseFill'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseFilter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseFilter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseFindIndex.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseFindIndex'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseFindKey.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseFindKey'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseFlatten.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseFlatten'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseFor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseFor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseForOwn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseForOwn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseForOwnRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseForOwnRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseForRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseForRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseFunctions.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseFunctions'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseGet.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseGet'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseGetAllKeys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseGetAllKeys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseGetTag.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseGetTag'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseGt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseGt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseHas.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseHas'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseHasIn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseHasIn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseIndexOf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseIndexOf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseIndexOfWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseIndexOfWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseInRange.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseInRange'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseIntersection.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseIntersection'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseInverter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseInverter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseInvoke.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseInvoke'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseIsArguments.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseIsArguments'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseIsArrayBuffer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseIsArrayBuffer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseIsDate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseIsDate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseIsEqual.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseIsEqual'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseIsEqualDeep.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseIsEqualDeep'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseIsMap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseIsMap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseIsMatch.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseIsMatch'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseIsNaN.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseIsNaN'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseIsNative.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseIsNative'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseIsRegExp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseIsRegExp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseIsSet.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseIsSet'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseIsTypedArray.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseIsTypedArray'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseIteratee.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseIteratee'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseKeys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseKeys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseKeysIn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseKeysIn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseLodash.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseLodash'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseLt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseLt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseMap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseMap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseMatches.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseMatches'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseMatchesProperty.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseMatchesProperty'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseMean.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseMean'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseMerge.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseMerge'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseMergeDeep.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseMergeDeep'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseNth.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseNth'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseOrderBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseOrderBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_basePick.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_basePick'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_basePickBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_basePickBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseProperty.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseProperty'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_basePropertyDeep.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_basePropertyDeep'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_basePropertyOf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_basePropertyOf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_basePullAll.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_basePullAll'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_basePullAt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_basePullAt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseRandom.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseRandom'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseRange.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseRange'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseReduce.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseReduce'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseRepeat.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseRepeat'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseRest.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseRest'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseSample.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseSample'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseSampleSize.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseSampleSize'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseSet.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseSet'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseSetData.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseSetData'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseSetToString.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseSetToString'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseShuffle.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseShuffle'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseSlice.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseSlice'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseSome.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseSome'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseSortBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseSortBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseSortedIndex.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseSortedIndex'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseSortedIndexBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseSortedIndexBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseSortedUniq.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseSortedUniq'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseSum.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseSum'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseTimes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseTimes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseToNumber.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseToNumber'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseToPairs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseToPairs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseToString.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseToString'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseUnary.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseUnary'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseUniq.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseUniq'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseUnset.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseUnset'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseUpdate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseUpdate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseValues.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseValues'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseWhile.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseWhile'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseWrapperValue.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseWrapperValue'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseXor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseXor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseZipObject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_baseZipObject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_cacheHas.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_cacheHas'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_castArrayLikeObject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_castArrayLikeObject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_castFunction.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_castFunction'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_castPath.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_castPath'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_castRest.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_castRest'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_castSlice.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_castSlice'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_charsEndIndex.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_charsEndIndex'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_charsStartIndex.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_charsStartIndex'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_cloneArrayBuffer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_cloneArrayBuffer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_cloneBuffer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_cloneBuffer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_cloneDataView.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_cloneDataView'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_cloneMap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_cloneMap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_cloneRegExp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_cloneRegExp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_cloneSet.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_cloneSet'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_cloneSymbol.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_cloneSymbol'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_cloneTypedArray.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_cloneTypedArray'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_compareAscending.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_compareAscending'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_compareMultiple.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_compareMultiple'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_composeArgs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_composeArgs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_composeArgsRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_composeArgsRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_copyArray.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_copyArray'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_copyObject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_copyObject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_copySymbols.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_copySymbols'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_copySymbolsIn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_copySymbolsIn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_coreJsData.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_coreJsData'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_countHolders.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_countHolders'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_createAggregator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_createAggregator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_createAssigner.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_createAssigner'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_createBaseEach.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_createBaseEach'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_createBaseFor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_createBaseFor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_createBind.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_createBind'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_createCaseFirst.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_createCaseFirst'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_createCompounder.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_createCompounder'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_createCtor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_createCtor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_createCurry.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_createCurry'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_createFind.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_createFind'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_createFlow.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_createFlow'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_createHybrid.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_createHybrid'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_createInverter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_createInverter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_createMathOperation.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_createMathOperation'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_createOver.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_createOver'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_createPadding.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_createPadding'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_createPartial.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_createPartial'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_createRange.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_createRange'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_createRecurry.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_createRecurry'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_createRelationalOperation.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_createRelationalOperation'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_createRound.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_createRound'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_createSet.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_createSet'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_createToPairs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_createToPairs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_createWrap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_createWrap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_customDefaultsAssignIn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_customDefaultsAssignIn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_customDefaultsMerge.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_customDefaultsMerge'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_customOmitClone.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_customOmitClone'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_DataView.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_DataView'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_deburrLetter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_deburrLetter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_defineProperty.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_defineProperty'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_equalArrays.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_equalArrays'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_equalByTag.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_equalByTag'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_equalObjects.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_equalObjects'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_escapeHtmlChar.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_escapeHtmlChar'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_escapeStringChar.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_escapeStringChar'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_flatRest.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_flatRest'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_freeGlobal.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_freeGlobal'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_getAllKeys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_getAllKeys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_getAllKeysIn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_getAllKeysIn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_getData.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_getData'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_getFuncName.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_getFuncName'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_getHolder.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_getHolder'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_getMapData.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_getMapData'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_getMatchData.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_getMatchData'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_getNative.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_getNative'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_getPrototype.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_getPrototype'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_getRawTag.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_getRawTag'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_getSymbols.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_getSymbols'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_getSymbolsIn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_getSymbolsIn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_getTag.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_getTag'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_getValue.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_getValue'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_getView.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_getView'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_getWrapDetails.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_getWrapDetails'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_Hash.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_Hash'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_hashClear.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_hashClear'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_hashDelete.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_hashDelete'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_hashGet.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_hashGet'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_hashHas.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_hashHas'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_hashSet.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_hashSet'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_hasPath.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_hasPath'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_hasUnicode.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_hasUnicode'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_hasUnicodeWord.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_hasUnicodeWord'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_initCloneArray.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_initCloneArray'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_initCloneByTag.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_initCloneByTag'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_initCloneObject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_initCloneObject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_insertWrapDetails.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_insertWrapDetails'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_isFlattenable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_isFlattenable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_isIndex.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_isIndex'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_isIterateeCall.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_isIterateeCall'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_isKey.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_isKey'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_isKeyable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_isKeyable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_isLaziable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_isLaziable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_isMaskable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_isMaskable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_isMasked.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_isMasked'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_isPrototype.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_isPrototype'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_isStrictComparable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_isStrictComparable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_iteratorToArray.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_iteratorToArray'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_lazyClone.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_lazyClone'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_lazyReverse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_lazyReverse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_lazyValue.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_lazyValue'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_LazyWrapper.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_LazyWrapper'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_ListCache.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_ListCache'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_listCacheClear.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_listCacheClear'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_listCacheDelete.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_listCacheDelete'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_listCacheGet.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_listCacheGet'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_listCacheHas.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_listCacheHas'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_listCacheSet.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_listCacheSet'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_LodashWrapper.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_LodashWrapper'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_Map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_Map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_MapCache.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_MapCache'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_mapCacheClear.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_mapCacheClear'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_mapCacheDelete.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_mapCacheDelete'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_mapCacheGet.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_mapCacheGet'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_mapCacheHas.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_mapCacheHas'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_mapCacheSet.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_mapCacheSet'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_mapToArray.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_mapToArray'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_matchesStrictComparable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_matchesStrictComparable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_memoizeCapped.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_memoizeCapped'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_mergeData.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_mergeData'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_metaMap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_metaMap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_nativeCreate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_nativeCreate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_nativeKeys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_nativeKeys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_nativeKeysIn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_nativeKeysIn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_nodeUtil.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_nodeUtil'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_objectToString.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_objectToString'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_overArg.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_overArg'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_overRest.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_overRest'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_parent.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_parent'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_Promise.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_Promise'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_realNames.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_realNames'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_reEscape.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_reEscape'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_reEvaluate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_reEvaluate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_reInterpolate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_reInterpolate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_reorder.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_reorder'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_replaceHolders.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_replaceHolders'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_root.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_root'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_Set.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_Set'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_SetCache.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_SetCache'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_setCacheAdd.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_setCacheAdd'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_setCacheHas.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_setCacheHas'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_setData.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_setData'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_setToArray.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_setToArray'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_setToPairs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_setToPairs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_setToString.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_setToString'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_setWrapToString.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_setWrapToString'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_shortOut.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_shortOut'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_shuffleSelf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_shuffleSelf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_Stack.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_Stack'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_stackClear.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_stackClear'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_stackDelete.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_stackDelete'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_stackGet.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_stackGet'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_stackHas.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_stackHas'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_stackSet.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_stackSet'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_strictIndexOf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_strictIndexOf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_strictLastIndexOf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_strictLastIndexOf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_stringSize.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_stringSize'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_stringToArray.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_stringToArray'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_stringToPath.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_stringToPath'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_Symbol.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_Symbol'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_toKey.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_toKey'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_toSource.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_toSource'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_Uint8Array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_Uint8Array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_unescapeHtmlChar.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_unescapeHtmlChar'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_unicodeSize.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_unicodeSize'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_unicodeToArray.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_unicodeToArray'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_unicodeWords.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_unicodeWords'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_updateWrapDetails.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_updateWrapDetails'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_WeakMap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_WeakMap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/_wrapperClone.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/_wrapperClone'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/add.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/add'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/after.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/after'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/ary.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/ary'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/assign.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/assign'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/assignIn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/assignIn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/assignInWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/assignInWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/assignWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/assignWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/at.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/at'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/attempt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/attempt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/before.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/before'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/bind.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/bind'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/bindAll.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/bindAll'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/bindKey.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/bindKey'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/camelCase.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/camelCase'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/capitalize.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/capitalize'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/castArray.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/castArray'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/ceil.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/ceil'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/chain.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/chain'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/chunk.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/chunk'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/clamp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/clamp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/clone.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/clone'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/cloneDeep.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/cloneDeep'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/cloneDeepWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/cloneDeepWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/cloneWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/cloneWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/collection.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/collection'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/commit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/commit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/compact.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/compact'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/concat.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/concat'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/cond.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/cond'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/conforms.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/conforms'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/conformsTo.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/conformsTo'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/constant.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/constant'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/core.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/core'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/core.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/core.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/countBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/countBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/create.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/create'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/curry.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/curry'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/curryRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/curryRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/date.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/date'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/debounce.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/debounce'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/deburr.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/deburr'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/defaults.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/defaults'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/defaultsDeep.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/defaultsDeep'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/defaultTo.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/defaultTo'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/defer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/defer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/delay.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/delay'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/difference.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/difference'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/differenceBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/differenceBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/differenceWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/differenceWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/divide.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/divide'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/drop.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/drop'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/dropRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/dropRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/dropRightWhile.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/dropRightWhile'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/dropWhile.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/dropWhile'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/each.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/each'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/eachRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/eachRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/endsWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/endsWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/entries.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/entries'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/entriesIn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/entriesIn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/eq.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/eq'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/escape.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/escape'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/escapeRegExp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/escapeRegExp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/every.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/every'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/extend.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/extend'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/extendWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/extendWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fill.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fill'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/filter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/filter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/find.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/find'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/findIndex.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/findIndex'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/findKey.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/findKey'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/findLast.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/findLast'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/findLastIndex.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/findLastIndex'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/findLastKey.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/findLastKey'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/first.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/first'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/flatMap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/flatMap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/flatMapDeep.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/flatMapDeep'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/flatMapDepth.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/flatMapDepth'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/flatten.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/flatten'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/flattenDeep.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/flattenDeep'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/flattenDepth.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/flattenDepth'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/flip.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/flip'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/floor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/floor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/flow.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/flow'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/flowRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/flowRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/forEach.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/forEach'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/forEachRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/forEachRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/forIn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/forIn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/forInRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/forInRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/forOwn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/forOwn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/forOwnRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/forOwnRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/__.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/__'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/_baseConvert.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/_baseConvert'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/_convertBrowser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/_convertBrowser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/_falseOptions.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/_falseOptions'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/_mapping.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/_mapping'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/_util.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/_util'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/add.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/add'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/after.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/after'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/all.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/all'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/allPass.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/allPass'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/always.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/always'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/any.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/any'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/anyPass.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/anyPass'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/apply.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/apply'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/ary.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/ary'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/assign.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/assign'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/assignAll.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/assignAll'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/assignAllWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/assignAllWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/assignIn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/assignIn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/assignInAll.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/assignInAll'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/assignInAllWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/assignInAllWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/assignInWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/assignInWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/assignWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/assignWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/assoc.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/assoc'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/assocPath.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/assocPath'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/at.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/at'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/attempt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/attempt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/before.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/before'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/bind.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/bind'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/bindAll.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/bindAll'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/bindKey.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/bindKey'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/camelCase.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/camelCase'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/capitalize.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/capitalize'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/castArray.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/castArray'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/ceil.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/ceil'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/chain.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/chain'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/chunk.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/chunk'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/clamp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/clamp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/clone.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/clone'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/cloneDeep.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/cloneDeep'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/cloneDeepWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/cloneDeepWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/cloneWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/cloneWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/collection.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/collection'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/commit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/commit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/compact.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/compact'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/complement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/complement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/compose.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/compose'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/concat.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/concat'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/cond.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/cond'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/conforms.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/conforms'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/conformsTo.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/conformsTo'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/constant.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/constant'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/contains.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/contains'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/convert.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/convert'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/countBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/countBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/create.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/create'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/curry.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/curry'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/curryN.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/curryN'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/curryRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/curryRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/curryRightN.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/curryRightN'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/date.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/date'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/debounce.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/debounce'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/deburr.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/deburr'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/defaults.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/defaults'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/defaultsAll.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/defaultsAll'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/defaultsDeep.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/defaultsDeep'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/defaultsDeepAll.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/defaultsDeepAll'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/defaultTo.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/defaultTo'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/defer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/defer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/delay.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/delay'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/difference.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/difference'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/differenceBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/differenceBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/differenceWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/differenceWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/dissoc.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/dissoc'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/dissocPath.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/dissocPath'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/divide.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/divide'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/drop.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/drop'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/dropLast.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/dropLast'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/dropLastWhile.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/dropLastWhile'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/dropRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/dropRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/dropRightWhile.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/dropRightWhile'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/dropWhile.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/dropWhile'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/each.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/each'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/eachRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/eachRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/endsWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/endsWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/entries.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/entries'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/entriesIn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/entriesIn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/eq.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/eq'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/equals.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/equals'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/escape.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/escape'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/escapeRegExp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/escapeRegExp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/every.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/every'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/extend.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/extend'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/extendAll.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/extendAll'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/extendAllWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/extendAllWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/extendWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/extendWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/F.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/F'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/fill.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/fill'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/filter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/filter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/find.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/find'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/findFrom.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/findFrom'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/findIndex.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/findIndex'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/findIndexFrom.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/findIndexFrom'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/findKey.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/findKey'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/findLast.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/findLast'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/findLastFrom.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/findLastFrom'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/findLastIndex.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/findLastIndex'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/findLastIndexFrom.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/findLastIndexFrom'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/findLastKey.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/findLastKey'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/first.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/first'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/flatMap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/flatMap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/flatMapDeep.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/flatMapDeep'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/flatMapDepth.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/flatMapDepth'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/flatten.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/flatten'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/flattenDeep.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/flattenDeep'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/flattenDepth.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/flattenDepth'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/flip.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/flip'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/floor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/floor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/flow.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/flow'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/flowRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/flowRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/forEach.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/forEach'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/forEachRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/forEachRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/forIn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/forIn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/forInRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/forInRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/forOwn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/forOwn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/forOwnRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/forOwnRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/fromPairs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/fromPairs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/function.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/function'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/functions.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/functions'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/functionsIn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/functionsIn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/get.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/get'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/getOr.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/getOr'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/groupBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/groupBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/gt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/gt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/gte.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/gte'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/has.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/has'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/hasIn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/hasIn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/head.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/head'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/identical.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/identical'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/identity.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/identity'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/includes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/includes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/includesFrom.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/includesFrom'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/indexBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/indexBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/indexOf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/indexOf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/indexOfFrom.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/indexOfFrom'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/init.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/init'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/initial.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/initial'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/inRange.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/inRange'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/intersection.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/intersection'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/intersectionBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/intersectionBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/intersectionWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/intersectionWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/invert.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/invert'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/invertBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/invertBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/invertObj.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/invertObj'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/invoke.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/invoke'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/invokeArgs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/invokeArgs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/invokeArgsMap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/invokeArgsMap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/invokeMap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/invokeMap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isArguments.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isArguments'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isArray.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isArray'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isArrayBuffer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isArrayBuffer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isArrayLike.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isArrayLike'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isArrayLikeObject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isArrayLikeObject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isBoolean.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isBoolean'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isBuffer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isBuffer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isDate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isDate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isEmpty.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isEmpty'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isEqual.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isEqual'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isEqualWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isEqualWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isError.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isError'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isFinite.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isFinite'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isFunction.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isFunction'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isInteger.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isInteger'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isLength.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isLength'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isMap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isMap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isMatch.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isMatch'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isMatchWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isMatchWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isNaN.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isNaN'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isNative.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isNative'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isNil.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isNil'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isNull.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isNull'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isNumber.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isNumber'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isObject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isObject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isObjectLike.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isObjectLike'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isPlainObject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isPlainObject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isRegExp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isRegExp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isSafeInteger.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isSafeInteger'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isSet.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isSet'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isString.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isString'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isSymbol.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isSymbol'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isTypedArray.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isTypedArray'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isUndefined.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isUndefined'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isWeakMap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isWeakMap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isWeakSet.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/isWeakSet'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/iteratee.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/iteratee'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/join.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/join'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/juxt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/juxt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/kebabCase.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/kebabCase'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/keyBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/keyBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/keys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/keys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/keysIn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/keysIn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/lang.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/lang'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/last.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/last'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/lastIndexOf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/lastIndexOf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/lastIndexOfFrom.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/lastIndexOfFrom'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/lowerCase.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/lowerCase'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/lowerFirst.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/lowerFirst'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/lt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/lt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/lte.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/lte'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/mapKeys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/mapKeys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/mapValues.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/mapValues'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/matches.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/matches'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/matchesProperty.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/matchesProperty'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/math.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/math'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/max.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/max'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/maxBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/maxBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/mean.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/mean'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/meanBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/meanBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/memoize.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/memoize'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/merge.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/merge'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/mergeAll.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/mergeAll'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/mergeAllWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/mergeAllWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/mergeWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/mergeWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/method.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/method'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/methodOf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/methodOf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/minBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/minBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/mixin.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/mixin'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/multiply.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/multiply'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/nAry.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/nAry'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/negate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/negate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/next.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/next'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/noop.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/noop'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/now.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/now'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/nth.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/nth'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/nthArg.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/nthArg'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/number.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/number'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/object.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/object'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/omit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/omit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/omitAll.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/omitAll'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/omitBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/omitBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/once.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/once'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/orderBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/orderBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/over.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/over'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/overArgs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/overArgs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/overEvery.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/overEvery'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/overSome.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/overSome'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/pad.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/pad'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/padChars.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/padChars'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/padCharsEnd.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/padCharsEnd'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/padCharsStart.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/padCharsStart'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/padEnd.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/padEnd'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/padStart.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/padStart'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/parseInt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/parseInt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/partial.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/partial'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/partialRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/partialRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/partition.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/partition'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/path.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/path'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/pathEq.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/pathEq'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/pathOr.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/pathOr'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/paths.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/paths'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/pick.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/pick'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/pickAll.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/pickAll'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/pickBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/pickBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/pipe.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/pipe'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/placeholder.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/placeholder'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/plant.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/plant'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/pluck.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/pluck'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/prop.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/prop'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/propEq.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/propEq'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/property.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/property'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/propertyOf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/propertyOf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/propOr.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/propOr'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/props.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/props'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/pull.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/pull'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/pullAll.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/pullAll'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/pullAllBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/pullAllBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/pullAllWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/pullAllWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/pullAt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/pullAt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/random.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/random'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/range.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/range'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/rangeRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/rangeRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/rangeStep.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/rangeStep'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/rangeStepRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/rangeStepRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/rearg.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/rearg'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/reduce.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/reduce'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/reduceRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/reduceRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/reject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/reject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/remove.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/remove'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/repeat.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/repeat'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/replace.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/replace'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/rest.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/rest'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/restFrom.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/restFrom'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/result.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/result'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/reverse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/reverse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/round.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/round'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/sample.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/sample'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/sampleSize.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/sampleSize'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/seq.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/seq'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/set.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/set'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/setWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/setWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/shuffle.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/shuffle'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/size.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/size'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/slice.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/slice'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/snakeCase.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/snakeCase'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/some.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/some'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/sortBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/sortBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/sortedIndex.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/sortedIndex'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/sortedIndexBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/sortedIndexBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/sortedIndexOf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/sortedIndexOf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/sortedLastIndex.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/sortedLastIndex'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/sortedLastIndexBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/sortedLastIndexBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/sortedLastIndexOf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/sortedLastIndexOf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/sortedUniq.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/sortedUniq'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/sortedUniqBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/sortedUniqBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/split.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/split'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/spread.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/spread'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/spreadFrom.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/spreadFrom'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/startCase.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/startCase'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/startsWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/startsWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/string.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/string'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/stubArray.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/stubArray'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/stubFalse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/stubFalse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/stubObject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/stubObject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/stubString.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/stubString'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/stubTrue.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/stubTrue'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/subtract.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/subtract'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/sum.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/sum'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/sumBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/sumBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/symmetricDifference.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/symmetricDifference'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/symmetricDifferenceBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/symmetricDifferenceBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/symmetricDifferenceWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/symmetricDifferenceWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/T.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/T'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/tail.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/tail'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/take.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/take'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/takeLast.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/takeLast'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/takeLastWhile.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/takeLastWhile'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/takeRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/takeRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/takeRightWhile.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/takeRightWhile'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/takeWhile.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/takeWhile'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/tap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/tap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/template.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/template'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/templateSettings.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/templateSettings'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/throttle.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/throttle'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/thru.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/thru'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/times.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/times'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/toArray.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/toArray'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/toFinite.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/toFinite'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/toInteger.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/toInteger'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/toIterator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/toIterator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/toJSON.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/toJSON'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/toLength.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/toLength'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/toLower.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/toLower'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/toNumber.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/toNumber'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/toPairs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/toPairs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/toPairsIn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/toPairsIn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/toPath.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/toPath'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/toPlainObject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/toPlainObject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/toSafeInteger.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/toSafeInteger'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/toString.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/toString'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/toUpper.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/toUpper'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/transform.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/transform'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/trim.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/trim'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/trimChars.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/trimChars'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/trimCharsEnd.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/trimCharsEnd'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/trimCharsStart.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/trimCharsStart'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/trimEnd.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/trimEnd'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/trimStart.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/trimStart'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/truncate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/truncate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/unapply.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/unapply'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/unary.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/unary'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/unescape.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/unescape'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/union.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/union'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/unionBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/unionBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/unionWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/unionWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/uniq.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/uniq'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/uniqBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/uniqBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/uniqueId.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/uniqueId'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/uniqWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/uniqWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/unnest.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/unnest'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/unset.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/unset'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/unzip.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/unzip'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/unzipWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/unzipWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/update.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/update'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/updateWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/updateWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/upperCase.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/upperCase'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/upperFirst.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/upperFirst'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/useWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/useWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/util.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/util'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/value.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/value'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/valueOf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/valueOf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/values.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/values'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/valuesIn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/valuesIn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/where.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/where'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/whereEq.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/whereEq'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/without.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/without'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/words.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/words'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/wrap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/wrap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/wrapperAt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/wrapperAt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/wrapperChain.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/wrapperChain'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/wrapperLodash.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/wrapperLodash'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/wrapperReverse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/wrapperReverse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/wrapperValue.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/wrapperValue'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/xor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/xor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/xorBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/xorBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/xorWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/xorWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/zip.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/zip'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/zipAll.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/zipAll'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/zipObj.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/zipObj'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/zipObject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/zipObject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/zipObjectDeep.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/zipObjectDeep'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/zipWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fp/zipWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/fromPairs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/fromPairs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/function.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/function'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/functions.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/functions'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/functionsIn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/functionsIn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/get.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/get'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/groupBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/groupBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/gt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/gt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/gte.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/gte'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/has.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/has'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/hasIn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/hasIn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/head.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/head'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/identity.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/identity'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/includes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/includes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/indexOf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/indexOf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/initial.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/initial'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/inRange.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/inRange'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/intersection.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/intersection'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/intersectionBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/intersectionBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/intersectionWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/intersectionWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/invert.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/invert'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/invertBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/invertBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/invoke.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/invoke'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/invokeMap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/invokeMap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/isArguments.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/isArguments'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/isArray.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/isArray'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/isArrayBuffer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/isArrayBuffer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/isArrayLike.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/isArrayLike'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/isArrayLikeObject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/isArrayLikeObject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/isBoolean.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/isBoolean'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/isBuffer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/isBuffer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/isDate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/isDate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/isElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/isElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/isEmpty.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/isEmpty'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/isEqual.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/isEqual'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/isEqualWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/isEqualWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/isError.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/isError'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/isFinite.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/isFinite'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/isFunction.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/isFunction'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/isInteger.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/isInteger'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/isLength.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/isLength'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/isMap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/isMap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/isMatch.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/isMatch'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/isMatchWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/isMatchWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/isNaN.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/isNaN'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/isNative.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/isNative'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/isNil.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/isNil'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/isNull.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/isNull'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/isNumber.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/isNumber'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/isObject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/isObject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/isObjectLike.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/isObjectLike'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/isPlainObject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/isPlainObject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/isRegExp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/isRegExp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/isSafeInteger.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/isSafeInteger'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/isSet.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/isSet'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/isString.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/isString'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/isSymbol.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/isSymbol'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/isTypedArray.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/isTypedArray'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/isUndefined.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/isUndefined'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/isWeakMap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/isWeakMap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/isWeakSet.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/isWeakSet'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/iteratee.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/iteratee'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/join.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/join'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/kebabCase.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/kebabCase'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/keyBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/keyBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/keys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/keys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/keysIn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/keysIn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/lang.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/lang'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/last.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/last'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/lastIndexOf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/lastIndexOf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/lodash.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/lodash'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/lodash.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/lodash.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/lowerCase.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/lowerCase'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/lowerFirst.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/lowerFirst'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/lt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/lt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/lte.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/lte'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/mapKeys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/mapKeys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/mapValues.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/mapValues'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/matches.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/matches'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/matchesProperty.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/matchesProperty'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/math.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/math'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/max.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/max'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/maxBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/maxBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/mean.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/mean'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/meanBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/meanBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/memoize.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/memoize'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/merge.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/merge'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/mergeWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/mergeWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/method.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/method'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/methodOf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/methodOf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/minBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/minBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/mixin.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/mixin'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/multiply.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/multiply'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/negate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/negate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/next.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/next'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/noop.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/noop'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/now.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/now'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/nth.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/nth'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/nthArg.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/nthArg'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/number.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/number'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/object.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/object'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/omit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/omit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/omitBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/omitBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/once.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/once'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/orderBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/orderBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/over.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/over'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/overArgs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/overArgs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/overEvery.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/overEvery'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/overSome.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/overSome'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/pad.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/pad'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/padEnd.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/padEnd'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/padStart.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/padStart'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/parseInt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/parseInt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/partial.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/partial'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/partialRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/partialRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/partition.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/partition'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/pick.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/pick'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/pickBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/pickBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/plant.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/plant'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/property.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/property'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/propertyOf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/propertyOf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/pull.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/pull'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/pullAll.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/pullAll'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/pullAllBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/pullAllBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/pullAllWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/pullAllWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/pullAt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/pullAt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/random.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/random'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/range.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/range'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/rangeRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/rangeRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/rearg.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/rearg'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/reduce.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/reduce'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/reduceRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/reduceRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/reject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/reject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/remove.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/remove'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/repeat.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/repeat'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/replace.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/replace'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/rest.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/rest'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/result.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/result'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/reverse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/reverse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/round.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/round'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/sample.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/sample'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/sampleSize.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/sampleSize'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/seq.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/seq'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/set.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/set'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/setWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/setWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/shuffle.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/shuffle'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/size.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/size'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/slice.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/slice'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/snakeCase.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/snakeCase'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/some.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/some'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/sortBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/sortBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/sortedIndex.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/sortedIndex'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/sortedIndexBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/sortedIndexBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/sortedIndexOf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/sortedIndexOf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/sortedLastIndex.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/sortedLastIndex'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/sortedLastIndexBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/sortedLastIndexBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/sortedLastIndexOf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/sortedLastIndexOf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/sortedUniq.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/sortedUniq'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/sortedUniqBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/sortedUniqBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/split.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/split'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/spread.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/spread'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/startCase.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/startCase'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/startsWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/startsWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/string.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/string'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/stubArray.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/stubArray'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/stubFalse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/stubFalse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/stubObject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/stubObject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/stubString.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/stubString'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/stubTrue.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/stubTrue'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/subtract.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/subtract'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/sum.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/sum'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/sumBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/sumBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/tail.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/tail'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/take.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/take'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/takeRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/takeRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/takeRightWhile.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/takeRightWhile'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/takeWhile.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/takeWhile'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/tap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/tap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/template.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/template'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/templateSettings.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/templateSettings'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/throttle.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/throttle'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/thru.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/thru'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/times.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/times'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/toArray.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/toArray'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/toFinite.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/toFinite'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/toInteger.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/toInteger'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/toIterator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/toIterator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/toJSON.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/toJSON'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/toLength.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/toLength'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/toLower.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/toLower'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/toNumber.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/toNumber'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/toPairs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/toPairs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/toPairsIn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/toPairsIn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/toPath.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/toPath'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/toPlainObject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/toPlainObject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/toSafeInteger.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/toSafeInteger'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/toString.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/toString'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/toUpper.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/toUpper'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/transform.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/transform'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/trim.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/trim'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/trimEnd.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/trimEnd'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/trimStart.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/trimStart'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/truncate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/truncate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/unary.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/unary'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/unescape.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/unescape'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/union.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/union'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/unionBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/unionBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/unionWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/unionWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/uniq.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/uniq'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/uniqBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/uniqBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/uniqueId.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/uniqueId'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/uniqWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/uniqWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/unset.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/unset'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/unzip.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/unzip'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/unzipWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/unzipWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/update.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/update'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/updateWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/updateWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/upperCase.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/upperCase'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/upperFirst.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/upperFirst'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/util.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/util'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/value.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/value'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/valueOf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/valueOf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/values.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/values'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/valuesIn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/valuesIn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/without.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/without'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/words.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/words'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/wrap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/wrap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/wrapperAt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/wrapperAt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/wrapperChain.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/wrapperChain'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/wrapperLodash.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/wrapperLodash'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/wrapperReverse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/wrapperReverse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/wrapperValue.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/wrapperValue'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/xor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/xor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/xorBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/xorBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/xorWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/xorWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/zip.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/zip'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/zipObject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/zipObject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/zipObjectDeep.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/zipObjectDeep'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lodash/zipWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lodash/zipWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/longest/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/longest/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/loose-envify/cli.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/loose-envify/cli'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/loose-envify/custom.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/loose-envify/custom'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/loose-envify/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/loose-envify/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/loose-envify/loose-envify.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/loose-envify/loose-envify'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/loose-envify/replace.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/loose-envify/replace'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lottie-ios/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lottie-ios/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lottie-react-native/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lottie-react-native/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lottie-react-native/lib/js/Animation.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lottie-react-native/lib/js/Animation'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lower-case-first/lower-case-first.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lower-case-first/lower-case-first'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lower-case/lower-case.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lower-case/lower-case'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lowercase-keys/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lowercase-keys/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-cache/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-cache/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/lib/freeze.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/lib/freeze'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_addMapEntry.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_addMapEntry'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_addSetEntry.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_addSetEntry'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_apply.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_apply'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_arrayAggregator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_arrayAggregator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_arrayConcat.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_arrayConcat'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_arrayEach.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_arrayEach'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_arrayEachRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_arrayEachRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_arrayEvery.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_arrayEvery'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_arrayFilter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_arrayFilter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_arrayIncludes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_arrayIncludes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_arrayIncludesWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_arrayIncludesWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_arrayMap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_arrayMap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_arrayPush.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_arrayPush'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_arrayReduce.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_arrayReduce'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_arrayReduceRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_arrayReduceRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_arraySome.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_arraySome'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_assignInDefaults.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_assignInDefaults'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_assignMergeValue.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_assignMergeValue'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_assignValue.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_assignValue'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_assocDelete.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_assocDelete'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_assocGet.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_assocGet'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_assocHas.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_assocHas'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_assocIndexOf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_assocIndexOf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_assocSet.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_assocSet'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseAggregator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseAggregator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseAssign.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseAssign'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseAt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseAt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseCastArrayLikeObject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseCastArrayLikeObject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseCastFunction.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseCastFunction'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseCastPath.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseCastPath'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseClamp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseClamp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseClone.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseClone'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseConforms.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseConforms'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseCreate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseCreate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseDelay.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseDelay'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseDifference.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseDifference'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseEach.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseEach'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseEachRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseEachRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseEvery.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseEvery'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseExtremum.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseExtremum'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseFill.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseFill'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseFilter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseFilter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseFind.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseFind'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseFindIndex.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseFindIndex'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseFlatten.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseFlatten'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseFor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseFor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseForIn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseForIn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseForOwn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseForOwn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseForOwnRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseForOwnRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseForRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseForRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseFunctions.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseFunctions'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseGet.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseGet'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseHas.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseHas'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseHasIn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseHasIn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseIndexOf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseIndexOf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseInRange.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseInRange'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseIntersection.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseIntersection'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseInverter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseInverter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseInvoke.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseInvoke'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseIsEqual.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseIsEqual'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseIsEqualDeep.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseIsEqualDeep'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseIsMatch.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseIsMatch'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseIteratee.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseIteratee'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseKeys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseKeys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseKeysIn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseKeysIn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseLodash.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseLodash'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseMap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseMap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseMatches.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseMatches'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseMatchesProperty.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseMatchesProperty'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseMerge.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseMerge'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseMergeDeep.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseMergeDeep'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseOrderBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseOrderBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_basePick.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_basePick'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_basePickBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_basePickBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseProperty.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseProperty'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_basePropertyDeep.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_basePropertyDeep'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_basePullAll.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_basePullAll'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_basePullAllBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_basePullAllBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_basePullAt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_basePullAt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseRandom.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseRandom'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseRange.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseRange'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseReduce.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseReduce'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseSet.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseSet'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseSetData.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseSetData'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseSlice.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseSlice'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseSome.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseSome'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseSortBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseSortBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseSortedIndex.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseSortedIndex'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseSortedIndexBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseSortedIndexBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseSortedUniq.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseSortedUniq'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseSortedUniqBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseSortedUniqBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseSum.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseSum'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseTimes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseTimes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseToPairs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseToPairs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseUnary.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseUnary'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseUniq.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseUniq'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseUnset.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseUnset'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseValues.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseValues'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseWhile.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseWhile'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseWrapperValue.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseWrapperValue'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseXor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseXor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseZipObject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_baseZipObject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_cacheHas.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_cacheHas'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_cachePush.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_cachePush'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_charsEndIndex.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_charsEndIndex'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_charsStartIndex.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_charsStartIndex'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_checkGlobal.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_checkGlobal'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_cloneArrayBuffer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_cloneArrayBuffer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_cloneBuffer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_cloneBuffer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_cloneMap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_cloneMap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_cloneRegExp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_cloneRegExp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_cloneSet.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_cloneSet'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_cloneSymbol.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_cloneSymbol'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_cloneTypedArray.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_cloneTypedArray'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_compareAscending.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_compareAscending'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_compareMultiple.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_compareMultiple'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_composeArgs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_composeArgs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_composeArgsRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_composeArgsRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_copyArray.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_copyArray'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_copyObject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_copyObject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_copyObjectWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_copyObjectWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_copySymbols.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_copySymbols'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_countHolders.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_countHolders'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_createAggregator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_createAggregator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_createAssigner.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_createAssigner'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_createBaseEach.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_createBaseEach'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_createBaseFor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_createBaseFor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_createBaseWrapper.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_createBaseWrapper'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_createCaseFirst.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_createCaseFirst'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_createCompounder.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_createCompounder'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_createCtorWrapper.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_createCtorWrapper'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_createCurryWrapper.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_createCurryWrapper'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_createFlow.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_createFlow'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_createHybridWrapper.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_createHybridWrapper'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_createInverter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_createInverter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_createOver.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_createOver'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_createPadding.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_createPadding'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_createPartialWrapper.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_createPartialWrapper'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_createRange.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_createRange'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_createRecurryWrapper.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_createRecurryWrapper'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_createRound.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_createRound'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_createSet.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_createSet'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_createWrapper.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_createWrapper'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_deburrLetter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_deburrLetter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_equalArrays.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_equalArrays'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_equalByTag.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_equalByTag'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_equalObjects.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_equalObjects'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_escapeHtmlChar.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_escapeHtmlChar'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_escapeStringChar.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_escapeStringChar'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_getData.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_getData'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_getFuncName.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_getFuncName'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_getLength.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_getLength'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_getMatchData.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_getMatchData'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_getNative.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_getNative'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_getPlaceholder.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_getPlaceholder'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_getSymbols.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_getSymbols'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_getTag.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_getTag'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_getView.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_getView'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_Hash.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_Hash'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_hashDelete.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_hashDelete'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_hashGet.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_hashGet'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_hashHas.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_hashHas'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_hashSet.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_hashSet'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_hasPath.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_hasPath'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_indexKeys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_indexKeys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_indexOfNaN.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_indexOfNaN'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_initCloneArray.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_initCloneArray'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_initCloneByTag.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_initCloneByTag'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_initCloneObject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_initCloneObject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_isHostObject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_isHostObject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_isIndex.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_isIndex'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_isIterateeCall.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_isIterateeCall'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_isKey.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_isKey'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_isKeyable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_isKeyable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_isLaziable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_isLaziable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_isPrototype.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_isPrototype'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_isStrictComparable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_isStrictComparable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_iteratorToArray.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_iteratorToArray'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_lazyClone.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_lazyClone'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_lazyReverse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_lazyReverse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_lazyValue.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_lazyValue'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_LazyWrapper.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_LazyWrapper'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_LodashWrapper.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_LodashWrapper'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_Map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_Map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_MapCache.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_MapCache'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_mapClear.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_mapClear'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_mapDelete.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_mapDelete'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_mapGet.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_mapGet'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_mapHas.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_mapHas'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_mapSet.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_mapSet'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_mapToArray.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_mapToArray'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_mergeData.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_mergeData'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_mergeDefaults.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_mergeDefaults'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_metaMap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_metaMap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_nativeCreate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_nativeCreate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_parent.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_parent'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_realNames.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_realNames'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_reEscape.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_reEscape'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_reEvaluate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_reEvaluate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_Reflect.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_Reflect'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_reInterpolate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_reInterpolate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_reorder.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_reorder'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_replaceHolders.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_replaceHolders'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_root.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_root'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_Set.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_Set'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_SetCache.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_SetCache'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_setData.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_setData'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_setToArray.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_setToArray'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_Stack.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_Stack'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_stackClear.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_stackClear'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_stackDelete.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_stackDelete'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_stackGet.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_stackGet'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_stackHas.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_stackHas'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_stackSet.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_stackSet'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_stringSize.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_stringSize'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_stringToArray.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_stringToArray'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_stringToPath.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_stringToPath'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_Symbol.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_Symbol'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_Uint8Array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_Uint8Array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_unescapeHtmlChar.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_unescapeHtmlChar'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_WeakMap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_WeakMap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_wrapperClone.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/_wrapperClone'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/add.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/add'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/after.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/after'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/ary.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/ary'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/assign.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/assign'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/assignIn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/assignIn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/assignInWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/assignInWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/assignWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/assignWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/at.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/at'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/attempt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/attempt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/before.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/before'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/bind.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/bind'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/bindAll.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/bindAll'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/bindKey.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/bindKey'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/camelCase.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/camelCase'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/capitalize.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/capitalize'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/castArray.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/castArray'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/ceil.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/ceil'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/chain.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/chain'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/chunk.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/chunk'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/clamp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/clamp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/clone.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/clone'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/cloneDeep.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/cloneDeep'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/cloneDeepWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/cloneDeepWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/cloneWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/cloneWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/collection.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/collection'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/commit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/commit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/compact.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/compact'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/concat.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/concat'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/cond.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/cond'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/conforms.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/conforms'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/constant.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/constant'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/core.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/core'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/core.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/core.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/countBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/countBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/create.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/create'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/curry.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/curry'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/curryRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/curryRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/date.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/date'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/debounce.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/debounce'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/deburr.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/deburr'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/defaults.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/defaults'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/defaultsDeep.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/defaultsDeep'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/defer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/defer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/delay.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/delay'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/difference.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/difference'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/differenceBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/differenceBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/differenceWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/differenceWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/drop.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/drop'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/dropRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/dropRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/dropRightWhile.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/dropRightWhile'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/dropWhile.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/dropWhile'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/each.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/each'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/eachRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/eachRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/endsWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/endsWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/eq.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/eq'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/escape.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/escape'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/escapeRegExp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/escapeRegExp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/every.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/every'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/extend.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/extend'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/extendWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/extendWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fill.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fill'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/filter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/filter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/find.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/find'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/findIndex.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/findIndex'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/findKey.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/findKey'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/findLast.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/findLast'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/findLastIndex.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/findLastIndex'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/findLastKey.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/findLastKey'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/flatMap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/flatMap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/flatten.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/flatten'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/flattenDeep.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/flattenDeep'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/flattenDepth.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/flattenDepth'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/flip.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/flip'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/floor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/floor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/flow.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/flow'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/flowRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/flowRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/forEach.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/forEach'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/forEachRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/forEachRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/forIn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/forIn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/forInRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/forInRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/forOwn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/forOwn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/forOwnRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/forOwnRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/_baseConvert.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/_baseConvert'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/_convertBrowser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/_convertBrowser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/_mapping.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/_mapping'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/_util.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/_util'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/add.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/add'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/after.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/after'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/all.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/all'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/allPass.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/allPass'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/apply.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/apply'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/ary.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/ary'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/assign.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/assign'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/assignIn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/assignIn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/assignInWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/assignInWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/assignWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/assignWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/assoc.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/assoc'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/assocPath.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/assocPath'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/at.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/at'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/attempt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/attempt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/before.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/before'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/bind.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/bind'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/bindAll.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/bindAll'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/bindKey.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/bindKey'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/camelCase.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/camelCase'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/capitalize.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/capitalize'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/castArray.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/castArray'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/ceil.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/ceil'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/chain.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/chain'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/chunk.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/chunk'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/clamp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/clamp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/clone.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/clone'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/cloneDeep.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/cloneDeep'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/cloneDeepWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/cloneDeepWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/cloneWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/cloneWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/collection.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/collection'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/commit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/commit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/compact.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/compact'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/compose.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/compose'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/concat.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/concat'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/cond.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/cond'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/conforms.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/conforms'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/constant.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/constant'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/contains.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/contains'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/convert.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/convert'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/countBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/countBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/create.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/create'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/curry.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/curry'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/curryN.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/curryN'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/curryRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/curryRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/curryRightN.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/curryRightN'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/date.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/date'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/debounce.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/debounce'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/deburr.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/deburr'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/defaults.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/defaults'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/defaultsDeep.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/defaultsDeep'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/defer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/defer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/delay.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/delay'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/difference.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/difference'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/differenceBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/differenceBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/differenceWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/differenceWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/dissoc.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/dissoc'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/dissocPath.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/dissocPath'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/drop.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/drop'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/dropRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/dropRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/dropRightWhile.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/dropRightWhile'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/dropWhile.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/dropWhile'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/each.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/each'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/eachRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/eachRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/endsWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/endsWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/eq.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/eq'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/equals.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/equals'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/escape.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/escape'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/escapeRegExp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/escapeRegExp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/every.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/every'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/extend.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/extend'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/extendWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/extendWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/fill.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/fill'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/filter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/filter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/find.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/find'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/findIndex.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/findIndex'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/findKey.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/findKey'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/findLast.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/findLast'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/findLastIndex.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/findLastIndex'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/findLastKey.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/findLastKey'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/first.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/first'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/flatMap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/flatMap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/flatten.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/flatten'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/flattenDeep.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/flattenDeep'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/flattenDepth.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/flattenDepth'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/flip.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/flip'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/floor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/floor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/flow.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/flow'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/flowRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/flowRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/forEach.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/forEach'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/forEachRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/forEachRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/forIn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/forIn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/forInRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/forInRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/forOwn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/forOwn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/forOwnRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/forOwnRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/fromPairs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/fromPairs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/function.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/function'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/functions.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/functions'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/functionsIn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/functionsIn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/get.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/get'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/getOr.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/getOr'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/groupBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/groupBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/gt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/gt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/gte.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/gte'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/has.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/has'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/hasIn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/hasIn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/head.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/head'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/identity.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/identity'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/includes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/includes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/indexOf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/indexOf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/init.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/init'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/initial.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/initial'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/inRange.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/inRange'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/intersection.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/intersection'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/intersectionBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/intersectionBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/intersectionWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/intersectionWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/invert.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/invert'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/invertBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/invertBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/invoke.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/invoke'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/invokeMap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/invokeMap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isArguments.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isArguments'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isArray.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isArray'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isArrayBuffer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isArrayBuffer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isArrayLike.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isArrayLike'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isArrayLikeObject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isArrayLikeObject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isBoolean.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isBoolean'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isBuffer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isBuffer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isDate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isDate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isEmpty.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isEmpty'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isEqual.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isEqual'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isEqualWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isEqualWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isError.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isError'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isFinite.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isFinite'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isFunction.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isFunction'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isInteger.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isInteger'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isLength.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isLength'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isMap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isMap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isMatch.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isMatch'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isMatchWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isMatchWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isNaN.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isNaN'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isNative.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isNative'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isNil.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isNil'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isNull.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isNull'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isNumber.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isNumber'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isObject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isObject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isObjectLike.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isObjectLike'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isPlainObject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isPlainObject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isRegExp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isRegExp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isSafeInteger.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isSafeInteger'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isSet.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isSet'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isString.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isString'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isSymbol.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isSymbol'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isTypedArray.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isTypedArray'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isUndefined.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isUndefined'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isWeakMap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isWeakMap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isWeakSet.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/isWeakSet'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/iteratee.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/iteratee'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/join.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/join'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/kebabCase.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/kebabCase'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/keyBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/keyBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/keys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/keys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/keysIn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/keysIn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/lang.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/lang'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/last.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/last'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/lastIndexOf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/lastIndexOf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/lowerCase.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/lowerCase'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/lowerFirst.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/lowerFirst'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/lt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/lt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/lte.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/lte'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/mapKeys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/mapKeys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/mapObj.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/mapObj'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/mapValues.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/mapValues'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/matches.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/matches'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/matchesProperty.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/matchesProperty'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/math.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/math'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/max.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/max'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/maxBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/maxBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/mean.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/mean'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/memoize.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/memoize'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/merge.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/merge'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/mergeWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/mergeWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/method.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/method'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/methodOf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/methodOf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/minBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/minBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/mixin.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/mixin'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/nAry.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/nAry'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/negate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/negate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/next.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/next'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/noop.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/noop'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/now.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/now'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/nthArg.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/nthArg'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/number.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/number'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/object.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/object'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/omit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/omit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/omitAll.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/omitAll'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/omitBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/omitBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/once.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/once'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/orderBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/orderBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/over.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/over'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/overArgs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/overArgs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/overEvery.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/overEvery'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/overSome.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/overSome'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/pad.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/pad'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/padEnd.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/padEnd'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/padStart.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/padStart'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/parseInt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/parseInt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/partial.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/partial'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/partialRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/partialRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/partition.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/partition'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/path.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/path'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/pathEq.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/pathEq'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/pathOr.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/pathOr'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/pick.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/pick'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/pickAll.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/pickAll'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/pickBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/pickBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/pipe.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/pipe'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/plant.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/plant'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/prop.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/prop'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/property.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/property'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/propertyOf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/propertyOf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/propOf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/propOf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/propOr.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/propOr'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/pull.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/pull'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/pullAll.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/pullAll'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/pullAllBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/pullAllBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/pullAt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/pullAt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/random.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/random'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/range.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/range'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/rangeRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/rangeRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/rearg.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/rearg'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/reduce.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/reduce'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/reduceRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/reduceRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/reject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/reject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/remove.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/remove'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/repeat.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/repeat'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/replace.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/replace'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/rest.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/rest'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/result.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/result'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/reverse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/reverse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/round.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/round'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/sample.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/sample'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/sampleSize.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/sampleSize'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/seq.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/seq'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/set.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/set'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/setWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/setWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/shuffle.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/shuffle'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/size.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/size'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/slice.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/slice'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/snakeCase.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/snakeCase'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/some.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/some'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/somePass.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/somePass'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/sortBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/sortBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/sortedIndex.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/sortedIndex'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/sortedIndexBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/sortedIndexBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/sortedIndexOf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/sortedIndexOf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/sortedLastIndex.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/sortedLastIndex'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/sortedLastIndexBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/sortedLastIndexBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/sortedLastIndexOf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/sortedLastIndexOf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/sortedUniq.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/sortedUniq'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/sortedUniqBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/sortedUniqBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/split.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/split'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/spread.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/spread'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/startCase.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/startCase'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/startsWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/startsWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/string.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/string'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/subtract.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/subtract'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/sum.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/sum'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/sumBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/sumBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/tail.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/tail'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/take.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/take'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/takeRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/takeRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/takeRightWhile.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/takeRightWhile'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/takeWhile.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/takeWhile'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/tap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/tap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/template.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/template'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/templateSettings.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/templateSettings'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/throttle.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/throttle'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/thru.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/thru'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/times.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/times'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/toArray.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/toArray'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/toInteger.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/toInteger'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/toIterator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/toIterator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/toJSON.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/toJSON'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/toLength.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/toLength'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/toLower.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/toLower'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/toNumber.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/toNumber'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/toPairs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/toPairs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/toPairsIn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/toPairsIn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/toPath.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/toPath'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/toPlainObject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/toPlainObject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/toSafeInteger.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/toSafeInteger'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/toString.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/toString'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/toUpper.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/toUpper'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/transform.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/transform'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/trim.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/trim'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/trimChars.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/trimChars'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/trimCharsEnd.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/trimCharsEnd'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/trimCharsStart.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/trimCharsStart'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/trimEnd.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/trimEnd'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/trimStart.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/trimStart'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/truncate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/truncate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/unapply.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/unapply'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/unary.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/unary'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/unescape.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/unescape'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/union.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/union'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/unionBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/unionBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/unionWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/unionWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/uniq.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/uniq'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/uniqBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/uniqBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/uniqueId.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/uniqueId'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/uniqWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/uniqWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/unnest.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/unnest'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/unset.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/unset'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/unzip.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/unzip'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/unzipWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/unzipWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/upperCase.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/upperCase'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/upperFirst.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/upperFirst'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/useWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/useWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/util.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/util'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/value.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/value'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/valueOf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/valueOf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/values.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/values'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/valuesIn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/valuesIn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/whereEq.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/whereEq'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/without.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/without'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/words.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/words'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/wrap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/wrap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/wrapperAt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/wrapperAt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/wrapperChain.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/wrapperChain'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/wrapperFlatMap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/wrapperFlatMap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/wrapperLodash.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/wrapperLodash'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/wrapperReverse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/wrapperReverse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/wrapperValue.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/wrapperValue'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/xor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/xor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/xorBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/xorBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/xorWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/xorWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/zip.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/zip'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/zipObj.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/zipObj'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/zipObject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/zipObject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/zipObjectDeep.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/zipObjectDeep'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/zipWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fp/zipWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fromPairs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/fromPairs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/function.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/function'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/functions.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/functions'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/functionsIn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/functionsIn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/get.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/get'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/groupBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/groupBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/gt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/gt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/gte.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/gte'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/has.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/has'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/hasIn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/hasIn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/head.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/head'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/identity.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/identity'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/includes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/includes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/indexOf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/indexOf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/initial.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/initial'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/inRange.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/inRange'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/intersection.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/intersection'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/intersectionBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/intersectionBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/intersectionWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/intersectionWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/invert.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/invert'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/invertBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/invertBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/invoke.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/invoke'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/invokeMap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/invokeMap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isArguments.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isArguments'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isArray.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isArray'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isArrayBuffer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isArrayBuffer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isArrayLike.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isArrayLike'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isArrayLikeObject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isArrayLikeObject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isBoolean.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isBoolean'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isBuffer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isBuffer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isDate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isDate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isEmpty.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isEmpty'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isEqual.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isEqual'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isEqualWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isEqualWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isError.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isError'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isFinite.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isFinite'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isFunction.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isFunction'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isInteger.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isInteger'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isLength.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isLength'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isMap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isMap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isMatch.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isMatch'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isMatchWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isMatchWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isNaN.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isNaN'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isNative.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isNative'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isNil.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isNil'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isNull.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isNull'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isNumber.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isNumber'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isObject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isObject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isObjectLike.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isObjectLike'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isPlainObject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isPlainObject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isRegExp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isRegExp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isSafeInteger.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isSafeInteger'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isSet.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isSet'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isString.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isString'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isSymbol.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isSymbol'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isTypedArray.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isTypedArray'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isUndefined.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isUndefined'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isWeakMap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isWeakMap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isWeakSet.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/isWeakSet'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/iteratee.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/iteratee'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/join.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/join'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/kebabCase.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/kebabCase'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/keyBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/keyBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/keys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/keys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/keysIn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/keysIn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/lang.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/lang'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/last.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/last'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/lastIndexOf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/lastIndexOf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/lodash.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/lodash'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/lodash.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/lodash.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/lowerCase.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/lowerCase'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/lowerFirst.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/lowerFirst'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/lt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/lt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/lte.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/lte'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/mapKeys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/mapKeys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/mapValues.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/mapValues'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/matches.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/matches'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/matchesProperty.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/matchesProperty'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/math.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/math'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/max.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/max'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/maxBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/maxBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/mean.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/mean'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/memoize.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/memoize'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/merge.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/merge'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/mergeWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/mergeWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/method.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/method'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/methodOf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/methodOf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/minBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/minBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/mixin.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/mixin'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/negate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/negate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/next.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/next'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/noop.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/noop'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/now.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/now'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/nthArg.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/nthArg'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/number.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/number'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/object.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/object'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/omit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/omit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/omitBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/omitBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/once.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/once'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/orderBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/orderBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/over.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/over'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/overArgs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/overArgs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/overEvery.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/overEvery'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/overSome.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/overSome'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/pad.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/pad'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/padEnd.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/padEnd'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/padStart.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/padStart'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/parseInt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/parseInt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/partial.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/partial'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/partialRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/partialRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/partition.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/partition'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/pick.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/pick'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/pickBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/pickBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/plant.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/plant'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/property.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/property'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/propertyOf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/propertyOf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/pull.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/pull'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/pullAll.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/pullAll'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/pullAllBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/pullAllBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/pullAt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/pullAt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/random.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/random'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/range.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/range'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/rangeRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/rangeRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/rearg.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/rearg'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/reduce.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/reduce'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/reduceRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/reduceRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/reject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/reject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/remove.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/remove'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/repeat.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/repeat'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/replace.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/replace'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/rest.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/rest'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/result.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/result'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/reverse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/reverse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/round.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/round'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/sample.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/sample'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/sampleSize.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/sampleSize'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/seq.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/seq'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/set.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/set'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/setWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/setWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/shuffle.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/shuffle'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/size.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/size'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/slice.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/slice'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/snakeCase.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/snakeCase'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/some.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/some'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/sortBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/sortBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/sortedIndex.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/sortedIndex'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/sortedIndexBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/sortedIndexBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/sortedIndexOf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/sortedIndexOf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/sortedLastIndex.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/sortedLastIndex'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/sortedLastIndexBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/sortedLastIndexBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/sortedLastIndexOf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/sortedLastIndexOf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/sortedUniq.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/sortedUniq'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/sortedUniqBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/sortedUniqBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/split.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/split'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/spread.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/spread'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/startCase.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/startCase'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/startsWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/startsWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/string.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/string'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/subtract.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/subtract'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/sum.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/sum'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/sumBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/sumBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/tail.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/tail'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/take.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/take'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/takeRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/takeRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/takeRightWhile.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/takeRightWhile'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/takeWhile.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/takeWhile'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/tap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/tap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/template.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/template'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/templateSettings.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/templateSettings'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/throttle.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/throttle'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/thru.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/thru'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/times.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/times'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/toArray.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/toArray'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/toInteger.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/toInteger'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/toIterator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/toIterator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/toJSON.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/toJSON'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/toLength.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/toLength'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/toLower.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/toLower'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/toNumber.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/toNumber'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/toPairs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/toPairs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/toPairsIn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/toPairsIn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/toPath.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/toPath'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/toPlainObject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/toPlainObject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/toSafeInteger.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/toSafeInteger'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/toString.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/toString'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/toUpper.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/toUpper'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/transform.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/transform'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/trim.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/trim'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/trimEnd.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/trimEnd'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/trimStart.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/trimStart'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/truncate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/truncate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/unary.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/unary'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/unescape.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/unescape'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/union.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/union'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/unionBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/unionBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/unionWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/unionWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/uniq.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/uniq'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/uniqBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/uniqBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/uniqueId.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/uniqueId'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/uniqWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/uniqWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/unset.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/unset'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/unzip.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/unzip'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/unzipWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/unzipWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/upperCase.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/upperCase'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/upperFirst.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/upperFirst'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/util.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/util'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/value.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/value'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/valueOf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/valueOf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/values.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/values'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/valuesIn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/valuesIn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/without.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/without'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/words.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/words'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/wrap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/wrap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/wrapperAt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/wrapperAt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/wrapperChain.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/wrapperChain'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/wrapperFlatMap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/wrapperFlatMap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/wrapperLodash.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/wrapperLodash'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/wrapperReverse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/wrapperReverse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/wrapperValue.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/wrapperValue'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/xor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/xor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/xorBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/xorBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/xorWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/xorWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/zip.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/zip'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/zipObject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/zipObject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/zipObjectDeep.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/zipObjectDeep'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/zipWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lodash/zipWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lru-cache/lib/lru-cache.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/node_modules/lru-cache/lib/lru-cache'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/test/lru-memoizer.bypass.test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/test/lru-memoizer.bypass.test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/test/lru-memoizer.clone.test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/test/lru-memoizer.clone.test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/test/lru-memoizer.disable.test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/test/lru-memoizer.disable.test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/test/lru-memoizer.freeze.test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/test/lru-memoizer.freeze.test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/test/lru-memoizer.itemmaxage.test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/test/lru-memoizer.itemmaxage.test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/test/lru-memoizer.lock.test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/test/lru-memoizer.lock.test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/test/lru-memoizer.nokey.test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/test/lru-memoizer.nokey.test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/test/lru-memoizer.sync.test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/test/lru-memoizer.sync.test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/test/lru-memoizer.test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lru-memoizer/test/lru-memoizer.test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lsmod/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lsmod/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/lsmod/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/lsmod/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/macos-release/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/macos-release/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/makeerror/lib/makeerror.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/makeerror/lib/makeerror'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/match-require/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/match-require/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/md5-file/cli.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/md5-file/cli'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/md5-file/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/md5-file/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/md5-file/promise.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/md5-file/promise'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/md5hex/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/md5hex/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/media-typer/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/media-typer/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mem/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/mem/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/merge-descriptors/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/merge-descriptors/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/merge-stream/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/merge-stream/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/merge/merge.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/merge/merge'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/merge/merge.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/merge/merge.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/method-override/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/method-override/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/methods/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/methods/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro-core/src/formatBanner/formatBanner.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro-core/src/formatBanner/formatBanner'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro-core/src/formatBanner/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro-core/src/formatBanner/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro-core/src/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro-core/src/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro-core/src/Logger/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro-core/src/Logger/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro-core/src/Logger/Logger.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro-core/src/Logger/Logger'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro-core/src/Terminal/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro-core/src/Terminal/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro-core/src/Terminal/Terminal.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro-core/src/Terminal/Terminal'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro-source-map/src/B64Builder.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro-source-map/src/B64Builder'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro-source-map/src/encode.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro-source-map/src/encode'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro-source-map/src/Generator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro-source-map/src/Generator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro-source-map/src/source-map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro-source-map/src/source-map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/ansi-styles/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/ansi-styles/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/all.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/all'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/allLimit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/allLimit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/allSeries.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/allSeries'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/any.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/any'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/anyLimit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/anyLimit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/anySeries.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/anySeries'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/apply.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/apply'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/applyEach.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/applyEach'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/applyEachSeries.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/applyEachSeries'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/asyncify.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/asyncify'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/auto.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/auto'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/autoInject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/autoInject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/cargo.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/cargo'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/compose.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/compose'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/concat.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/concat'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/concatLimit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/concatLimit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/concatSeries.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/concatSeries'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/constant.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/constant'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/detect.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/detect'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/detectLimit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/detectLimit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/detectSeries.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/detectSeries'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/dir.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/dir'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/dist/async.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/dist/async'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/dist/async.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/dist/async.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/doDuring.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/doDuring'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/doUntil.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/doUntil'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/doWhilst.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/doWhilst'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/during.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/during'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/each.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/each'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/eachLimit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/eachLimit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/eachOf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/eachOf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/eachOfLimit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/eachOfLimit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/eachOfSeries.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/eachOfSeries'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/eachSeries.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/eachSeries'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/ensureAsync.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/ensureAsync'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/every.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/every'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/everyLimit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/everyLimit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/everySeries.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/everySeries'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/filter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/filter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/filterLimit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/filterLimit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/filterSeries.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/filterSeries'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/find.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/find'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/findLimit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/findLimit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/findSeries.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/findSeries'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/foldl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/foldl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/foldr.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/foldr'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/forEach.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/forEach'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/forEachLimit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/forEachLimit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/forEachOf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/forEachOf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/forEachOfLimit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/forEachOfLimit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/forEachOfSeries.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/forEachOfSeries'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/forEachSeries.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/forEachSeries'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/forever.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/forever'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/groupBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/groupBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/groupByLimit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/groupByLimit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/groupBySeries.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/groupBySeries'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/inject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/inject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/applyEach.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/applyEach'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/breakLoop.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/breakLoop'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/consoleFunc.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/consoleFunc'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/createTester.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/createTester'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/doLimit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/doLimit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/doParallel.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/doParallel'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/doParallelLimit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/doParallelLimit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/DoublyLinkedList.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/DoublyLinkedList'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/eachOfLimit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/eachOfLimit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/filter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/filter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/findGetResult.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/findGetResult'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/getIterator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/getIterator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/initialParams.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/initialParams'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/iterator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/iterator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/notId.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/notId'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/once.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/once'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/onlyOnce.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/onlyOnce'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/parallel.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/parallel'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/queue.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/queue'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/reject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/reject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/setImmediate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/setImmediate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/slice.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/slice'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/withoutIndex.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/withoutIndex'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/wrapAsync.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/internal/wrapAsync'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/log.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/log'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/mapLimit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/mapLimit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/mapSeries.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/mapSeries'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/mapValues.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/mapValues'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/mapValuesLimit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/mapValuesLimit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/mapValuesSeries.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/mapValuesSeries'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/memoize.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/memoize'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/nextTick.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/nextTick'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/parallel.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/parallel'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/parallelLimit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/parallelLimit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/priorityQueue.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/priorityQueue'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/queue.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/queue'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/race.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/race'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/reduce.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/reduce'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/reduceRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/reduceRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/reflect.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/reflect'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/reflectAll.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/reflectAll'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/reject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/reject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/rejectLimit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/rejectLimit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/rejectSeries.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/rejectSeries'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/retry.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/retry'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/retryable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/retryable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/select.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/select'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/selectLimit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/selectLimit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/selectSeries.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/selectSeries'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/seq.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/seq'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/series.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/series'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/setImmediate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/setImmediate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/some.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/some'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/someLimit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/someLimit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/someSeries.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/someSeries'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/sortBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/sortBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/timeout.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/timeout'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/times.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/times'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/timesLimit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/timesLimit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/timesSeries.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/timesSeries'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/transform.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/transform'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/tryEach.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/tryEach'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/unmemoize.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/unmemoize'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/until.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/until'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/waterfall.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/waterfall'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/whilst.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/whilst'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/wrapSync.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/async/wrapSync'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/chalk/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/chalk/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/connect/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/connect/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/finalhandler/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/finalhandler/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/jest-docblock/build/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/jest-docblock/build/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/jest-haste-map/build/constants.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/jest-haste-map/build/constants'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/jest-haste-map/build/crawlers/node.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/jest-haste-map/build/crawlers/node'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/jest-haste-map/build/crawlers/watchman.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/jest-haste-map/build/crawlers/watchman'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/jest-haste-map/build/get_mock_name.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/jest-haste-map/build/get_mock_name'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/jest-haste-map/build/haste_fs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/jest-haste-map/build/haste_fs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/jest-haste-map/build/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/jest-haste-map/build/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/jest-haste-map/build/lib/extract_requires.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/jest-haste-map/build/lib/extract_requires'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/jest-haste-map/build/lib/get_platform_extension.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/jest-haste-map/build/lib/get_platform_extension'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/jest-haste-map/build/lib/normalize_path_sep.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/jest-haste-map/build/lib/normalize_path_sep'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/jest-haste-map/build/module_map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/jest-haste-map/build/module_map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/jest-haste-map/build/types.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/jest-haste-map/build/types'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/jest-haste-map/build/worker.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/jest-haste-map/build/worker'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/json5/lib/cli.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/json5/lib/cli'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/json5/lib/json5.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/json5/lib/json5'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/json5/lib/require.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/json5/lib/require'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/json5/test/parse-cases/arrays/leading-comma-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/json5/test/parse-cases/arrays/leading-comma-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/json5/test/parse-cases/arrays/lone-trailing-comma-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/json5/test/parse-cases/arrays/lone-trailing-comma-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/json5/test/parse-cases/numbers/negative-noctal.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/json5/test/parse-cases/numbers/negative-noctal'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/json5/test/parse-cases/numbers/noctal-with-leading-octal-digit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/json5/test/parse-cases/numbers/noctal-with-leading-octal-digit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/json5/test/parse-cases/numbers/noctal.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/json5/test/parse-cases/numbers/noctal'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/json5/test/parse-cases/numbers/positive-noctal.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/json5/test/parse-cases/numbers/positive-noctal'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/json5/test/parse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/json5/test/parse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/json5/test/require.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/json5/test/require'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/json5/test/stringify.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/json5/test/stringify'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/mime-db/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/mime-db/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/mime-types/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/mime-types/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/supports-color/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/supports-color/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/utils-merge/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/node_modules/utils-merge/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/__fixtures__/getTransformOptions.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/__fixtures__/getTransformOptions'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/Assets/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/Assets/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/assetTransformer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/assetTransformer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/babelRegisterOnly.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/babelRegisterOnly'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/blacklist.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/blacklist'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/Bundler/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/Bundler/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/Bundler/util.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/Bundler/util'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/cli-utils.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/cli-utils'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/cli.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/cli'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/commands/build.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/commands/build'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/commands/serve.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/commands/serve'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/Config.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/Config'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/defaults.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/defaults'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/defaultTransform.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/defaultTransform'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/DeltaBundler/DeltaCalculator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/DeltaBundler/DeltaCalculator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/DeltaBundler/DeltaPatcher.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/DeltaBundler/DeltaPatcher'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/DeltaBundler/DeltaTransformer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/DeltaBundler/DeltaTransformer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/DeltaBundler/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/DeltaBundler/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/DeltaBundler/Serializers.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/DeltaBundler/Serializers'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/DeltaBundler/traverseDependencies.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/DeltaBundler/traverseDependencies'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/HmrServer/getBundlingOptionsForHmr.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/HmrServer/getBundlingOptionsForHmr'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/HmrServer/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/HmrServer/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/integration_tests/basic_bundle/AssetRegistry.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/integration_tests/basic_bundle/AssetRegistry'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/integration_tests/basic_bundle/Bar.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/integration_tests/basic_bundle/Bar'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/integration_tests/basic_bundle/Foo.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/integration_tests/basic_bundle/Foo'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/integration_tests/basic_bundle/polyfill-1.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/integration_tests/basic_bundle/polyfill-1'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/integration_tests/basic_bundle/polyfill-2.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/integration_tests/basic_bundle/polyfill-2'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/integration_tests/basic_bundle/TestBundle.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/integration_tests/basic_bundle/TestBundle'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/JSTransformer/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/JSTransformer/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/JSTransformer/worker/constant-folding.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/JSTransformer/worker/constant-folding'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/JSTransformer/worker/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/JSTransformer/worker/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/JSTransformer/worker/inline-platform.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/JSTransformer/worker/inline-platform'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/JSTransformer/worker/inline.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/JSTransformer/worker/inline'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/JSTransformer/worker/minify.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/JSTransformer/worker/minify'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/legacy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/legacy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/lib/addParamsToDefineCall.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/lib/addParamsToDefineCall'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/lib/attachWebsocketServer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/lib/attachWebsocketServer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/lib/BatchProcessor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/lib/BatchProcessor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/lib/bundle-modules/HmrClient.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/lib/bundle-modules/HmrClient'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/lib/createModuleIdFactory.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/lib/createModuleIdFactory'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/lib/formatBundlingError.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/lib/formatBundlingError'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/lib/getMaxWorkers.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/lib/getMaxWorkers'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/lib/getOrderedDependencyPaths.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/lib/getOrderedDependencyPaths'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/lib/getPreludeCode.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/lib/getPreludeCode'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/lib/getTransformCacheKeyFn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/lib/getTransformCacheKeyFn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/lib/GlobalTransformCache.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/lib/GlobalTransformCache'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/lib/JsonReporter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/lib/JsonReporter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/lib/polyfills/require.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/lib/polyfills/require'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/lib/relativizeSourceMap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/lib/relativizeSourceMap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/lib/removeInlineRequiresBlacklistFromOptions.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/lib/removeInlineRequiresBlacklistFromOptions'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/lib/reporting.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/lib/reporting'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/lib/SourceMap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/lib/SourceMap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/lib/TerminalReporter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/lib/TerminalReporter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/lib/TransformCaching.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/lib/TransformCaching'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/build.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/build'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/Graph.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/Graph'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/module.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/module'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/ModuleGraph.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/ModuleGraph'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/node-haste/HasteFS.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/node-haste/HasteFS'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/node-haste/Module.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/node-haste/Module'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/node-haste/ModuleCache.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/node-haste/ModuleCache'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/node-haste/node-haste.flow.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/node-haste/node-haste.flow'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/node-haste/node-haste.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/node-haste/node-haste'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/node-haste/Package.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/node-haste/Package'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/output/dependencies-dot.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/output/dependencies-dot'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/output/indexed-ram-bundle.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/output/indexed-ram-bundle'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/output/multiple-files-ram-bundle.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/output/multiple-files-ram-bundle'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/output/plain-bundle.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/output/plain-bundle'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/output/source-map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/output/source-map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/output/util.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/output/util'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/silent-console.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/silent-console'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/test-helpers.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/test-helpers'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/types.flow.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/types.flow'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/worker.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/worker'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/worker/collectDependencies.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/worker/collectDependencies'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/worker/generate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/worker/generate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/worker/JsFileWrapping.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/worker/JsFileWrapping'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/worker/optimize-module.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/worker/optimize-module'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/worker/optimizeDependencies.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/worker/optimizeDependencies'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/worker/Platforms.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/worker/Platforms'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/worker/transform-module.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/worker/transform-module'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/worker/wrap-worker-fn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/ModuleGraph/worker/wrap-worker-fn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/node-haste/AssetModule.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/node-haste/AssetModule'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/node-haste/AssetResolutionCache.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/node-haste/AssetResolutionCache'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/node-haste/DependencyGraph.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/node-haste/DependencyGraph'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/node-haste/DependencyGraph/assets/empty-module.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/node-haste/DependencyGraph/assets/empty-module'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/node-haste/DependencyGraph/DependencyGraphHelpers.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/node-haste/DependencyGraph/DependencyGraphHelpers'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/node-haste/DependencyGraph/ModuleResolution.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/node-haste/DependencyGraph/ModuleResolution'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/node-haste/DependencyGraph/ResolutionRequest.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/node-haste/DependencyGraph/ResolutionRequest'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/node-haste/FilesByDirNameIndex.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/node-haste/FilesByDirNameIndex'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/node-haste/lib/AssetPaths.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/node-haste/lib/AssetPaths'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/node-haste/lib/MapWithDefaults.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/node-haste/lib/MapWithDefaults'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/node-haste/lib/parsePlatformFilePath.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/node-haste/lib/parsePlatformFilePath'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/node-haste/lib/toLocalPath.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/node-haste/lib/toLocalPath'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/node-haste/Module.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/node-haste/Module'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/node-haste/ModuleCache.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/node-haste/ModuleCache'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/node-haste/Package.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/node-haste/Package'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/node-haste/Polyfill.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/node-haste/Polyfill'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/node-haste/types.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/node-haste/types'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/Resolver/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/Resolver/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/Resolver/polyfills/prelude_dev.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/Resolver/polyfills/prelude_dev'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/Resolver/polyfills/prelude.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/Resolver/polyfills/prelude'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/Resolver/polyfills/require.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/Resolver/polyfills/require'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/rn-cli.config.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/rn-cli.config'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/Server/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/Server/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/Server/MultipartResponse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/Server/MultipartResponse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/Server/symbolicate/symbolicate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/Server/symbolicate/symbolicate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/Server/symbolicate/util.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/Server/symbolicate/util'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/Server/symbolicate/worker.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/Server/symbolicate/worker'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/setupNodePolyfills.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/setupNodePolyfills'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/shared/output/bundle.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/shared/output/bundle'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/shared/output/meta.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/shared/output/meta'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/shared/output/unbundle/as-assets.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/shared/output/unbundle/as-assets'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/shared/output/unbundle/as-indexed-file.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/shared/output/unbundle/as-indexed-file'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/shared/output/unbundle/build-unbundle-sourcemap-with-metadata.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/shared/output/unbundle/build-unbundle-sourcemap-with-metadata'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/shared/output/unbundle/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/shared/output/unbundle/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/shared/output/unbundle/magic-number.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/shared/output/unbundle/magic-number'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/shared/output/unbundle/util.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/shared/output/unbundle/util'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/shared/output/unbundle/write-sourcemap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/shared/output/unbundle/write-sourcemap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/shared/output/writeFile.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/shared/output/writeFile'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/shared/types.flow.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/shared/types.flow'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/metro/src/transformer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/metro/src/transformer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/micromatch/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/micromatch/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/micromatch/lib/chars.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/micromatch/lib/chars'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/micromatch/lib/expand.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/micromatch/lib/expand'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/micromatch/lib/glob.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/micromatch/lib/glob'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/micromatch/lib/utils.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/micromatch/lib/utils'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mime-db/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/mime-db/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mime-types/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/mime-types/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mime/cli.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/mime/cli'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mime/mime.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/mime/mime'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mime/src/build.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/mime/src/build'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mime/src/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/mime/src/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mimic-fn/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/mimic-fn/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/min-document/document.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/min-document/document'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/min-document/dom-comment.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/min-document/dom-comment'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/min-document/dom-element.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/min-document/dom-element'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/min-document/dom-fragment.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/min-document/dom-fragment'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/min-document/dom-text.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/min-document/dom-text'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/min-document/event.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/min-document/event'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/min-document/event/add-event-listener.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/min-document/event/add-event-listener'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/min-document/event/dispatch-event.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/min-document/event/dispatch-event'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/min-document/event/remove-event-listener.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/min-document/event/remove-event-listener'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/min-document/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/min-document/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/min-document/serialize.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/min-document/serialize'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/min-document/test/cleanup.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/min-document/test/cleanup'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/min-document/test/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/min-document/test/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/min-document/test/static/test-adapter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/min-document/test/static/test-adapter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/min-document/test/test-document.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/min-document/test/test-document'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/min-document/test/test-dom-comment.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/min-document/test/test-dom-comment'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/min-document/test/test-dom-element.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/min-document/test/test-dom-element'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/minimatch/minimatch.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/minimatch/minimatch'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/minimist/example/parse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/minimist/example/parse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/minimist/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/minimist/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/minimist/test/all_bool.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/minimist/test/all_bool'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/minimist/test/bool.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/minimist/test/bool'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/minimist/test/dash.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/minimist/test/dash'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/minimist/test/default_bool.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/minimist/test/default_bool'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/minimist/test/dotted.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/minimist/test/dotted'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/minimist/test/kv_short.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/minimist/test/kv_short'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/minimist/test/long.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/minimist/test/long'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/minimist/test/num.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/minimist/test/num'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/minimist/test/parse_modified.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/minimist/test/parse_modified'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/minimist/test/parse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/minimist/test/parse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/minimist/test/short.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/minimist/test/short'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/minimist/test/stop_early.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/minimist/test/stop_early'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/minimist/test/unknown.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/minimist/test/unknown'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/minimist/test/whitespace.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/minimist/test/whitespace'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/minipass/b.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/minipass/b'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/minipass/bench/lib/extend-minipass.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/minipass/bench/lib/extend-minipass'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/minipass/bench/lib/extend-through2.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/minipass/bench/lib/extend-through2'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/minipass/bench/lib/extend-transform.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/minipass/bench/lib/extend-transform'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/minipass/bench/lib/nullsink.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/minipass/bench/lib/nullsink'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/minipass/bench/lib/numbers.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/minipass/bench/lib/numbers'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/minipass/bench/lib/timer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/minipass/bench/lib/timer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/minipass/bench/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/minipass/bench/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/minipass/d.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/minipass/d'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/minipass/e.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/minipass/e'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/minipass/eos.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/minipass/eos'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/minipass/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/minipass/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/minipass/node_modules/yallist/iterator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/minipass/node_modules/yallist/iterator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/minipass/node_modules/yallist/yallist.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/minipass/node_modules/yallist/yallist'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/minipass/test/basic.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/minipass/test/basic'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/minipass/test/empty-end.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/minipass/test/empty-end'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/minizlib/constants.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/minizlib/constants'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/minizlib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/minizlib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mkdirp-promise/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/mkdirp-promise/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/bin/cmd.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/bin/cmd'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/examples/pow.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/examples/pow'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/node_modules/minimist/example/parse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/node_modules/minimist/example/parse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/node_modules/minimist/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/node_modules/minimist/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/node_modules/minimist/test/dash.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/node_modules/minimist/test/dash'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/node_modules/minimist/test/default_bool.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/node_modules/minimist/test/default_bool'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/node_modules/minimist/test/dotted.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/node_modules/minimist/test/dotted'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/node_modules/minimist/test/long.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/node_modules/minimist/test/long'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/node_modules/minimist/test/parse_modified.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/node_modules/minimist/test/parse_modified'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/node_modules/minimist/test/parse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/node_modules/minimist/test/parse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/node_modules/minimist/test/short.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/node_modules/minimist/test/short'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/node_modules/minimist/test/whitespace.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/node_modules/minimist/test/whitespace'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/test/chmod.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/test/chmod'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/test/clobber.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/test/clobber'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/test/mkdirp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/test/mkdirp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/test/opts_fs_sync.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/test/opts_fs_sync'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/test/opts_fs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/test/opts_fs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/test/perm_sync.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/test/perm_sync'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/test/perm.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/test/perm'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/test/race.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/test/race'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/test/rel.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/test/rel'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/test/return_sync.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/test/return_sync'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/test/return.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/test/return'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/test/root.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/test/root'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/test/sync.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/test/sync'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/test/umask_sync.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/test/umask_sync'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/test/umask.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/mkdirp/test/umask'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/ender.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/ender'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/af.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/af'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/ar-dz.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/ar-dz'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/ar-kw.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/ar-kw'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/ar-ly.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/ar-ly'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/ar-ma.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/ar-ma'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/ar-sa.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/ar-sa'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/ar-tn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/ar-tn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/ar.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/ar'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/az.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/az'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/be.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/be'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/bg.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/bg'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/bm.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/bm'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/bn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/bn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/bo.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/bo'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/br.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/br'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/bs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/bs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/ca.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/ca'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/cs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/cs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/cv.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/cv'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/cy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/cy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/da.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/da'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/de-at.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/de-at'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/de-ch.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/de-ch'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/de.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/de'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/dv.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/dv'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/el.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/el'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/en-au.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/en-au'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/en-ca.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/en-ca'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/en-gb.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/en-gb'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/en-ie.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/en-ie'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/en-nz.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/en-nz'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/eo.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/eo'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/es-do.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/es-do'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/es-us.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/es-us'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/es.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/es'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/et.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/et'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/eu.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/eu'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/fa.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/fa'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/fi.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/fi'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/fo.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/fo'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/fr-ca.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/fr-ca'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/fr-ch.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/fr-ch'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/fr.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/fr'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/fy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/fy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/gd.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/gd'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/gl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/gl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/gom-latn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/gom-latn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/gu.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/gu'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/he.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/he'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/hi.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/hi'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/hr.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/hr'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/hu.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/hu'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/hy-am.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/hy-am'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/id.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/id'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/is.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/is'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/it.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/it'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/ja.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/ja'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/jv.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/jv'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/ka.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/ka'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/kk.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/kk'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/km.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/km'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/kn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/kn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/ko.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/ko'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/ky.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/ky'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/lb.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/lb'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/lo.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/lo'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/lt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/lt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/lv.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/lv'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/me.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/me'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/mi.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/mi'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/mk.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/mk'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/ml.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/ml'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/mr.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/mr'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/ms-my.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/ms-my'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/ms.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/ms'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/mt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/mt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/my.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/my'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/nb.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/nb'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/ne.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/ne'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/nl-be.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/nl-be'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/nl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/nl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/nn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/nn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/pa-in.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/pa-in'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/pl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/pl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/pt-br.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/pt-br'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/pt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/pt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/ro.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/ro'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/ru.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/ru'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/sd.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/sd'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/se.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/se'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/si.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/si'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/sk.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/sk'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/sl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/sl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/sq.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/sq'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/sr-cyrl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/sr-cyrl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/sr.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/sr'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/ss.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/ss'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/sv.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/sv'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/sw.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/sw'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/ta.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/ta'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/te.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/te'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/tet.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/tet'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/th.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/th'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/tl-ph.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/tl-ph'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/tlh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/tlh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/tr.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/tr'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/tzl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/tzl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/tzm-latn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/tzm-latn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/tzm.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/tzm'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/uk.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/uk'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/ur.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/ur'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/uz-latn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/uz-latn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/uz.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/uz'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/vi.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/vi'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/x-pseudo.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/x-pseudo'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/yo.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/yo'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/zh-cn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/zh-cn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/zh-hk.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/zh-hk'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/zh-tw.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/locale/zh-tw'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/min/locales.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/min/locales'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/min/locales.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/min/locales.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/min/moment-with-locales.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/min/moment-with-locales'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/min/moment-with-locales.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/min/moment-with-locales.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/min/moment.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/min/moment.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/moment.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/moment'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/package.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/package'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/create/check-overflow.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/create/check-overflow'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/create/date-from-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/create/date-from-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/create/from-anything.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/create/from-anything'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/create/from-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/create/from-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/create/from-object.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/create/from-object'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/create/from-string-and-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/create/from-string-and-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/create/from-string-and-format.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/create/from-string-and-format'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/create/from-string.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/create/from-string'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/create/local.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/create/local'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/create/parsing-flags.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/create/parsing-flags'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/create/utc.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/create/utc'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/create/valid.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/create/valid'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/duration/abs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/duration/abs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/duration/add-subtract.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/duration/add-subtract'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/duration/as.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/duration/as'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/duration/bubble.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/duration/bubble'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/duration/clone.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/duration/clone'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/duration/constructor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/duration/constructor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/duration/create.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/duration/create'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/duration/duration.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/duration/duration'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/duration/get.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/duration/get'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/duration/humanize.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/duration/humanize'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/duration/iso-string.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/duration/iso-string'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/duration/prototype.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/duration/prototype'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/duration/valid.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/duration/valid'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/format/format.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/format/format'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/locale/base-config.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/locale/base-config'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/locale/calendar.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/locale/calendar'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/locale/constructor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/locale/constructor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/locale/en.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/locale/en'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/locale/formats.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/locale/formats'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/locale/invalid.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/locale/invalid'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/locale/lists.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/locale/lists'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/locale/locale.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/locale/locale'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/locale/locales.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/locale/locales'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/locale/ordinal.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/locale/ordinal'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/locale/pre-post-format.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/locale/pre-post-format'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/locale/prototype.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/locale/prototype'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/locale/relative.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/locale/relative'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/locale/set.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/locale/set'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/moment/add-subtract.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/moment/add-subtract'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/moment/calendar.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/moment/calendar'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/moment/clone.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/moment/clone'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/moment/compare.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/moment/compare'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/moment/constructor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/moment/constructor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/moment/creation-data.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/moment/creation-data'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/moment/diff.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/moment/diff'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/moment/format.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/moment/format'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/moment/from.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/moment/from'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/moment/get-set.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/moment/get-set'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/moment/locale.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/moment/locale'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/moment/min-max.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/moment/min-max'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/moment/moment.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/moment/moment'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/moment/now.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/moment/now'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/moment/prototype.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/moment/prototype'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/moment/start-end-of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/moment/start-end-of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/moment/to-type.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/moment/to-type'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/moment/to.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/moment/to'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/moment/valid.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/moment/valid'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/parse/regex.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/parse/regex'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/parse/token.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/parse/token'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/units/aliases.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/units/aliases'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/units/constants.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/units/constants'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/units/day-of-month.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/units/day-of-month'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/units/day-of-week.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/units/day-of-week'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/units/day-of-year.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/units/day-of-year'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/units/hour.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/units/hour'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/units/millisecond.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/units/millisecond'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/units/minute.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/units/minute'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/units/month.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/units/month'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/units/offset.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/units/offset'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/units/priorities.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/units/priorities'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/units/quarter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/units/quarter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/units/second.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/units/second'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/units/timestamp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/units/timestamp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/units/timezone.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/units/timezone'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/units/units.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/units/units'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/units/week-calendar-utils.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/units/week-calendar-utils'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/units/week-year.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/units/week-year'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/units/week.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/units/week'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/units/year.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/units/year'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/utils/abs-ceil.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/utils/abs-ceil'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/utils/abs-floor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/utils/abs-floor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/utils/abs-round.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/utils/abs-round'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/utils/compare-arrays.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/utils/compare-arrays'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/utils/defaults.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/utils/defaults'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/utils/deprecate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/utils/deprecate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/utils/extend.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/utils/extend'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/utils/has-own-prop.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/utils/has-own-prop'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/utils/hooks.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/utils/hooks'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/utils/index-of.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/utils/index-of'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/utils/is-array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/utils/is-array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/utils/is-date.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/utils/is-date'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/utils/is-function.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/utils/is-function'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/utils/is-number.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/utils/is-number'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/utils/is-object-empty.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/utils/is-object-empty'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/utils/is-object.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/utils/is-object'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/utils/is-undefined.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/utils/is-undefined'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/utils/keys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/utils/keys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/utils/map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/utils/map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/utils/mod.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/utils/mod'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/utils/some.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/utils/some'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/utils/to-int.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/utils/to-int'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/utils/zero-fill.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/lib/utils/zero-fill'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/af.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/af'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/ar-dz.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/ar-dz'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/ar-kw.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/ar-kw'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/ar-ly.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/ar-ly'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/ar-ma.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/ar-ma'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/ar-sa.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/ar-sa'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/ar-tn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/ar-tn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/ar.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/ar'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/az.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/az'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/be.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/be'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/bg.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/bg'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/bm.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/bm'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/bn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/bn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/bo.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/bo'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/br.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/br'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/bs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/bs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/ca.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/ca'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/cs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/cs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/cv.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/cv'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/cy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/cy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/da.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/da'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/de-at.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/de-at'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/de-ch.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/de-ch'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/de.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/de'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/dv.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/dv'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/el.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/el'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/en-au.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/en-au'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/en-ca.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/en-ca'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/en-gb.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/en-gb'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/en-ie.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/en-ie'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/en-nz.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/en-nz'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/eo.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/eo'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/es-do.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/es-do'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/es-us.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/es-us'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/es.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/es'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/et.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/et'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/eu.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/eu'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/fa.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/fa'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/fi.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/fi'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/fo.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/fo'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/fr-ca.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/fr-ca'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/fr-ch.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/fr-ch'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/fr.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/fr'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/fy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/fy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/gd.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/gd'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/gl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/gl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/gom-latn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/gom-latn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/gu.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/gu'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/he.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/he'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/hi.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/hi'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/hr.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/hr'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/hu.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/hu'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/hy-am.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/hy-am'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/id.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/id'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/is.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/is'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/it.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/it'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/ja.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/ja'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/jv.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/jv'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/ka.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/ka'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/kk.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/kk'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/km.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/km'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/kn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/kn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/ko.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/ko'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/ky.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/ky'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/lb.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/lb'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/lo.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/lo'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/lt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/lt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/lv.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/lv'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/me.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/me'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/mi.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/mi'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/mk.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/mk'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/ml.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/ml'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/mr.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/mr'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/ms-my.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/ms-my'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/ms.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/ms'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/mt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/mt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/my.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/my'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/nb.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/nb'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/ne.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/ne'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/nl-be.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/nl-be'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/nl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/nl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/nn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/nn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/pa-in.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/pa-in'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/pl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/pl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/pt-br.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/pt-br'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/pt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/pt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/ro.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/ro'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/ru.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/ru'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/sd.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/sd'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/se.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/se'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/si.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/si'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/sk.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/sk'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/sl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/sl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/sq.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/sq'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/sr-cyrl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/sr-cyrl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/sr.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/sr'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/ss.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/ss'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/sv.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/sv'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/sw.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/sw'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/ta.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/ta'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/te.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/te'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/tet.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/tet'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/th.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/th'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/tl-ph.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/tl-ph'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/tlh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/tlh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/tr.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/tr'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/tzl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/tzl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/tzm-latn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/tzm-latn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/tzm.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/tzm'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/uk.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/uk'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/ur.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/ur'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/uz-latn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/uz-latn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/uz.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/uz'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/vi.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/vi'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/x-pseudo.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/x-pseudo'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/yo.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/yo'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/zh-cn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/zh-cn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/zh-hk.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/zh-hk'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/zh-tw.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/locale/zh-tw'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/moment/src/moment.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/moment/src/moment'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/morgan/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/morgan/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/morgan/node_modules/debug/browser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/morgan/node_modules/debug/browser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/morgan/node_modules/debug/debug.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/morgan/node_modules/debug/debug'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/morgan/node_modules/debug/node.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/morgan/node_modules/debug/node'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/morgan/node_modules/depd/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/morgan/node_modules/depd/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/morgan/node_modules/depd/lib/compat/buffer-concat.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/morgan/node_modules/depd/lib/compat/buffer-concat'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/morgan/node_modules/depd/lib/compat/callsite-tostring.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/morgan/node_modules/depd/lib/compat/callsite-tostring'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/morgan/node_modules/depd/lib/compat/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/morgan/node_modules/depd/lib/compat/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ms/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ms/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/multiparty/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/multiparty/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/multiparty/node_modules/readable-stream/duplex.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/multiparty/node_modules/readable-stream/duplex'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/multiparty/node_modules/readable-stream/lib/_stream_duplex.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/multiparty/node_modules/readable-stream/lib/_stream_duplex'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/multiparty/node_modules/readable-stream/lib/_stream_passthrough.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/multiparty/node_modules/readable-stream/lib/_stream_passthrough'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/multiparty/node_modules/readable-stream/lib/_stream_readable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/multiparty/node_modules/readable-stream/lib/_stream_readable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/multiparty/node_modules/readable-stream/lib/_stream_transform.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/multiparty/node_modules/readable-stream/lib/_stream_transform'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/multiparty/node_modules/readable-stream/lib/_stream_writable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/multiparty/node_modules/readable-stream/lib/_stream_writable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/multiparty/node_modules/readable-stream/passthrough.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/multiparty/node_modules/readable-stream/passthrough'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/multiparty/node_modules/readable-stream/readable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/multiparty/node_modules/readable-stream/readable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/multiparty/node_modules/readable-stream/transform.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/multiparty/node_modules/readable-stream/transform'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/multiparty/node_modules/readable-stream/writable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/multiparty/node_modules/readable-stream/writable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/multiparty/node_modules/string_decoder/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/multiparty/node_modules/string_decoder/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/multipipe/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/multipipe/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/multipipe/test/multipipe.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/multipipe/test/multipipe'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mute-stream/coverage/lcov-report/prettify.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/mute-stream/coverage/lcov-report/prettify'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mute-stream/coverage/lcov-report/sorter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/mute-stream/coverage/lcov-report/sorter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mute-stream/mute.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/mute-stream/mute'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mute-stream/test/basic.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/mute-stream/test/basic'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mv/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/mv/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mv/node_modules/glob/common.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/mv/node_modules/glob/common'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mv/node_modules/glob/glob.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/mv/node_modules/glob/glob'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mv/node_modules/glob/sync.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/mv/node_modules/glob/sync'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mv/node_modules/rimraf/bin.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/mv/node_modules/rimraf/bin'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mv/node_modules/rimraf/rimraf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/mv/node_modules/rimraf/rimraf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mv/test/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/mv/test/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mz/child_process.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/mz/child_process'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mz/crypto.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/mz/crypto'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mz/dns.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/mz/dns'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mz/fs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/mz/fs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mz/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/mz/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mz/readline.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/mz/readline'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/mz/zlib.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/mz/zlib'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/nan/include_dirs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/nan/include_dirs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/nan/tools/1to2.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/nan/tools/1to2'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/natural-compare/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/natural-compare/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ncp/lib/ncp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ncp/lib/ncp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ncp/test/ncp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ncp/test/ncp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/negotiator/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/negotiator/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/negotiator/lib/charset.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/negotiator/lib/charset'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/negotiator/lib/encoding.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/negotiator/lib/encoding'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/negotiator/lib/language.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/negotiator/lib/language'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/negotiator/lib/mediaType.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/negotiator/lib/mediaType'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/netmask/lib/netmask.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/netmask/lib/netmask'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/netmask/tests/netmask.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/netmask/tests/netmask'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/next-tick/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/next-tick/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/next-tick/test/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/next-tick/test/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-fetch/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-fetch/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-fetch/lib/body.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-fetch/lib/body'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-fetch/lib/fetch-error.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-fetch/lib/fetch-error'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-fetch/lib/headers.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-fetch/lib/headers'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-fetch/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-fetch/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-fetch/lib/request.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-fetch/lib/request'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-fetch/lib/response.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-fetch/lib/response'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-fetch/test/server.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-fetch/test/server'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-fetch/test/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-fetch/test/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-int64/Int64.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-int64/Int64'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-int64/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-int64/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-notifier/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-notifier/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-notifier/lib/checkGrowl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-notifier/lib/checkGrowl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-notifier/lib/utils.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-notifier/lib/utils'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-notifier/notifiers/balloon.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-notifier/notifiers/balloon'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-notifier/notifiers/growl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-notifier/notifiers/growl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-notifier/notifiers/notificationcenter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-notifier/notifiers/notificationcenter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-notifier/notifiers/notifysend.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-notifier/notifiers/notifysend'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-notifier/notifiers/toaster.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-notifier/notifiers/toaster'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/lib/build.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/lib/build'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/lib/clean.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/lib/clean'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/lib/configure.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/lib/configure'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/lib/info.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/lib/info'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/lib/install.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/lib/install'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/lib/node-pre-gyp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/lib/node-pre-gyp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/lib/package.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/lib/package'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/lib/pre-binding.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/lib/pre-binding'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/lib/publish.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/lib/publish'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/lib/rebuild.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/lib/rebuild'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/lib/reinstall.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/lib/reinstall'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/lib/reveal.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/lib/reveal'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/lib/testbinary.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/lib/testbinary'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/lib/testpackage.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/lib/testpackage'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/lib/unpublish.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/lib/unpublish'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/lib/util/compile.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/lib/util/compile'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/lib/util/handle_gyp_opts.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/lib/util/handle_gyp_opts'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/lib/util/s3_setup.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/lib/util/s3_setup'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/lib/util/versioning.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/lib/util/versioning'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/dist/ajv.bundle.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/dist/ajv.bundle'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/dist/ajv.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/dist/ajv.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/dist/nodent.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/dist/nodent.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/dist/regenerator.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/dist/regenerator.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/ajv.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/ajv'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/async.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/async'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/cache.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/cache'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/compile/_rules.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/compile/_rules'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/compile/equal.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/compile/equal'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/compile/formats.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/compile/formats'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/compile/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/compile/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/compile/resolve.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/compile/resolve'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/compile/rules.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/compile/rules'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/compile/schema_obj.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/compile/schema_obj'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/compile/ucs2length.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/compile/ucs2length'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/compile/util.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/compile/util'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/compile/validation_error.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/compile/validation_error'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/dotjs/_formatLimit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/dotjs/_formatLimit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/dotjs/_limit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/dotjs/_limit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/dotjs/_limitItems.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/dotjs/_limitItems'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/dotjs/_limitLength.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/dotjs/_limitLength'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/dotjs/_limitProperties.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/dotjs/_limitProperties'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/dotjs/allOf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/dotjs/allOf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/dotjs/anyOf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/dotjs/anyOf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/dotjs/constant.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/dotjs/constant'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/dotjs/custom.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/dotjs/custom'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/dotjs/dependencies.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/dotjs/dependencies'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/dotjs/enum.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/dotjs/enum'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/dotjs/format.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/dotjs/format'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/dotjs/items.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/dotjs/items'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/dotjs/multipleOf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/dotjs/multipleOf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/dotjs/not.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/dotjs/not'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/dotjs/oneOf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/dotjs/oneOf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/dotjs/pattern.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/dotjs/pattern'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/dotjs/patternRequired.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/dotjs/patternRequired'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/dotjs/properties.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/dotjs/properties'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/dotjs/ref.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/dotjs/ref'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/dotjs/required.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/dotjs/required'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/dotjs/switch.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/dotjs/switch'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/dotjs/uniqueItems.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/dotjs/uniqueItems'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/dotjs/validate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/dotjs/validate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/keyword.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/keyword'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/v5.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/lib/v5'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/scripts/bundle.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/scripts/bundle'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/scripts/compile-dots.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/ajv/scripts/compile-dots'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/assert-plus/assert.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/assert-plus/assert'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/aws-sign2/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/aws-sign2/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/form-data/lib/browser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/form-data/lib/browser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/form-data/lib/form_data.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/form-data/lib/form_data'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/form-data/lib/populate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/form-data/lib/populate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/gauge/base-theme.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/gauge/base-theme'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/gauge/error.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/gauge/error'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/gauge/has-color.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/gauge/has-color'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/gauge/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/gauge/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/gauge/plumbing.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/gauge/plumbing'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/gauge/process.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/gauge/process'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/gauge/progress-bar.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/gauge/progress-bar'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/gauge/render-template.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/gauge/render-template'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/gauge/set-immediate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/gauge/set-immediate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/gauge/set-interval.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/gauge/set-interval'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/gauge/spin.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/gauge/spin'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/gauge/template-item.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/gauge/template-item'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/gauge/theme-set.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/gauge/theme-set'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/gauge/themes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/gauge/themes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/gauge/wide-truncate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/gauge/wide-truncate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/har-schema/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/har-schema/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/har-validator/lib/browser/async.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/har-validator/lib/browser/async'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/har-validator/lib/browser/error.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/har-validator/lib/browser/error'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/har-validator/lib/browser/promise.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/har-validator/lib/browser/promise'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/har-validator/lib/node4/async.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/har-validator/lib/node4/async'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/har-validator/lib/node4/error.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/har-validator/lib/node4/error'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/har-validator/lib/node4/promise.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/har-validator/lib/node4/promise'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/har-validator/lib/node6/async.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/har-validator/lib/node6/async'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/har-validator/lib/node6/error.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/har-validator/lib/node6/error'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/har-validator/lib/node6/promise.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/har-validator/lib/node6/promise'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/har-validator/lib/node7/async.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/har-validator/lib/node7/async'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/har-validator/lib/node7/error.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/har-validator/lib/node7/error'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/har-validator/lib/node7/promise.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/har-validator/lib/node7/promise'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/har-validator/src/async.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/har-validator/src/async'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/har-validator/src/error.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/har-validator/src/error'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/har-validator/src/promise.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/har-validator/src/promise'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/http-signature/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/http-signature/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/http-signature/lib/parser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/http-signature/lib/parser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/http-signature/lib/signer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/http-signature/lib/signer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/http-signature/lib/utils.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/http-signature/lib/utils'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/http-signature/lib/verify.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/http-signature/lib/verify'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/npmlog/log.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/npmlog/log'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/performance-now/lib/performance-now.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/performance-now/lib/performance-now'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/qs/dist/qs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/qs/dist/qs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/qs/lib/formats.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/qs/lib/formats'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/qs/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/qs/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/qs/lib/parse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/qs/lib/parse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/qs/lib/stringify.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/qs/lib/stringify'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/qs/lib/utils.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/qs/lib/utils'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/qs/test/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/qs/test/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/qs/test/parse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/qs/test/parse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/qs/test/stringify.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/qs/test/stringify'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/qs/test/utils.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/qs/test/utils'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/request/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/request/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/request/lib/auth.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/request/lib/auth'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/request/lib/cookies.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/request/lib/cookies'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/request/lib/getProxyFromURI.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/request/lib/getProxyFromURI'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/request/lib/har.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/request/lib/har'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/request/lib/helpers.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/request/lib/helpers'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/request/lib/multipart.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/request/lib/multipart'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/request/lib/oauth.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/request/lib/oauth'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/request/lib/querystring.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/request/lib/querystring'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/request/lib/redirect.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/request/lib/redirect'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/request/lib/tunnel.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/request/lib/tunnel'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/request/request.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/node-pre-gyp/node_modules/request/request'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/noop-fn/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/noop-fn/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/nopt/bin/nopt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/nopt/bin/nopt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/nopt/examples/my-program.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/nopt/examples/my-program'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/nopt/lib/nopt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/nopt/lib/nopt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/nopt/test/basic.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/nopt/test/basic'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/normalize-package-data/lib/extract_description.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/normalize-package-data/lib/extract_description'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/normalize-package-data/lib/fixer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/normalize-package-data/lib/fixer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/normalize-package-data/lib/make_warning.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/normalize-package-data/lib/make_warning'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/normalize-package-data/lib/normalize.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/normalize-package-data/lib/normalize'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/normalize-package-data/lib/safe_format.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/normalize-package-data/lib/safe_format'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/normalize-path/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/normalize-path/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/npm-run-path/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/npm-run-path/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/npmlog/log.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/npmlog/log'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/number-is-nan/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/number-is-nan/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/nwmatcher/src/modules/nwmatcher-cache.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/nwmatcher/src/modules/nwmatcher-cache'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/nwmatcher/src/modules/nwmatcher-jquery.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/nwmatcher/src/modules/nwmatcher-jquery'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/nwmatcher/src/modules/nwmatcher-pseudos.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/nwmatcher/src/modules/nwmatcher-pseudos'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/nwmatcher/src/modules/nwmatcher-shortcuts.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/nwmatcher/src/modules/nwmatcher-shortcuts'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/nwmatcher/src/modules/nwmatcher-traversal.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/nwmatcher/src/modules/nwmatcher-traversal'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/nwmatcher/src/modules/nwmatcher-webforms.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/nwmatcher/src/modules/nwmatcher-webforms'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/nwmatcher/src/nwmatcher-base.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/nwmatcher/src/nwmatcher-base'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/nwmatcher/src/nwmatcher-noqsa.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/nwmatcher/src/nwmatcher-noqsa'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/nwmatcher/src/nwmatcher.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/nwmatcher/src/nwmatcher'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/oauth-sign/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/oauth-sign/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/object-assign/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/object-assign/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/object-keys/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/object-keys/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/object-keys/isArguments.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/object-keys/isArguments'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/object-keys/test/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/object-keys/test/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/object.assign/dist/browser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/object.assign/dist/browser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/object.assign/hasSymbols.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/object.assign/hasSymbols'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/object.assign/implementation.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/object.assign/implementation'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/object.assign/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/object.assign/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/object.assign/polyfill.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/object.assign/polyfill'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/object.assign/shim.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/object.assign/shim'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/object.assign/test/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/object.assign/test/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/object.assign/test/native.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/object.assign/test/native'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/object.assign/test/shams/core-js.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/object.assign/test/shams/core-js'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/object.assign/test/shams/get-own-property-symbols.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/object.assign/test/shams/get-own-property-symbols'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/object.assign/test/shimmed.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/object.assign/test/shimmed'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/object.assign/test/tests.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/object.assign/test/tests'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/object.getownpropertydescriptors/implementation.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/object.getownpropertydescriptors/implementation'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/object.getownpropertydescriptors/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/object.getownpropertydescriptors/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/object.getownpropertydescriptors/polyfill.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/object.getownpropertydescriptors/polyfill'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/object.getownpropertydescriptors/shim.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/object.getownpropertydescriptors/shim'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/object.getownpropertydescriptors/test/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/object.getownpropertydescriptors/test/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/object.getownpropertydescriptors/test/shimmed.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/object.getownpropertydescriptors/test/shimmed'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/object.getownpropertydescriptors/test/tests.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/object.getownpropertydescriptors/test/tests'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/object.omit/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/object.omit/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/on-finished/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/on-finished/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/on-headers/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/on-headers/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/once/once.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/once/once'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/onetime/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/onetime/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/opn/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/opn/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/example/bool.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/optimist/example/bool'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/example/boolean_double.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/optimist/example/boolean_double'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/example/boolean_single.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/optimist/example/boolean_single'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/example/default_hash.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/optimist/example/default_hash'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/example/default_singles.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/optimist/example/default_singles'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/example/divide.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/optimist/example/divide'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/example/line_count_options.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/optimist/example/line_count_options'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/example/line_count_wrap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/optimist/example/line_count_wrap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/example/line_count.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/optimist/example/line_count'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/example/nonopt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/optimist/example/nonopt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/example/reflect.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/optimist/example/reflect'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/example/short.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/optimist/example/short'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/example/string.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/optimist/example/string'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/example/usage-options.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/optimist/example/usage-options'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/example/xup.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/optimist/example/xup'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/optimist/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/node_modules/minimist/example/parse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/optimist/node_modules/minimist/example/parse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/node_modules/minimist/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/optimist/node_modules/minimist/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/node_modules/minimist/test/bool.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/optimist/node_modules/minimist/test/bool'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/node_modules/minimist/test/dash.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/optimist/node_modules/minimist/test/dash'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/node_modules/minimist/test/default_bool.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/optimist/node_modules/minimist/test/default_bool'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/node_modules/minimist/test/dotted.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/optimist/node_modules/minimist/test/dotted'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/node_modules/minimist/test/long.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/optimist/node_modules/minimist/test/long'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/node_modules/minimist/test/num.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/optimist/node_modules/minimist/test/num'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/node_modules/minimist/test/parse_modified.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/optimist/node_modules/minimist/test/parse_modified'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/node_modules/minimist/test/parse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/optimist/node_modules/minimist/test/parse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/node_modules/minimist/test/short.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/optimist/node_modules/minimist/test/short'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/node_modules/minimist/test/whitespace.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/optimist/node_modules/minimist/test/whitespace'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/node_modules/wordwrap/example/center.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/optimist/node_modules/wordwrap/example/center'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/node_modules/wordwrap/example/meat.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/optimist/node_modules/wordwrap/example/meat'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/node_modules/wordwrap/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/optimist/node_modules/wordwrap/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/node_modules/wordwrap/test/break.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/optimist/node_modules/wordwrap/test/break'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/node_modules/wordwrap/test/wrap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/optimist/node_modules/wordwrap/test/wrap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/test/_.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/optimist/test/_'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/test/_/argv.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/optimist/test/_/argv'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/test/_/bin.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/optimist/test/_/bin'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/test/dash.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/optimist/test/dash'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/test/parse_modified.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/optimist/test/parse_modified'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/test/parse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/optimist/test/parse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/test/short.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/optimist/test/short'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/test/usage.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/optimist/test/usage'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optimist/test/whitespace.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/optimist/test/whitespace'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optionator/lib/help.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/optionator/lib/help'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optionator/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/optionator/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/optionator/lib/util.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/optionator/lib/util'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/options/lib/options.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/options/lib/options'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/os-homedir/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/os-homedir/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/os-locale/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/os-locale/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/os-name/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/os-name/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/os-tmpdir/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/os-tmpdir/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/osenv/osenv.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/osenv/osenv'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/osenv/test/unix.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/osenv/test/unix'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/osenv/test/windows.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/osenv/test/windows'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/p-cancelable/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/p-cancelable/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/p-finally/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/p-finally/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/p-limit/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/p-limit/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/p-locate/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/p-locate/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pac-proxy-agent/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/pac-proxy-agent/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pac-proxy-agent/node_modules/socks-proxy-agent/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/pac-proxy-agent/node_modules/socks-proxy-agent/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pac-proxy-agent/node_modules/socks-proxy-agent/node_modules/agent-base/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/pac-proxy-agent/node_modules/socks-proxy-agent/node_modules/agent-base/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pac-proxy-agent/node_modules/socks-proxy-agent/node_modules/agent-base/patch-core.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/pac-proxy-agent/node_modules/socks-proxy-agent/node_modules/agent-base/patch-core'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pac-proxy-agent/node_modules/socks-proxy-agent/node_modules/agent-base/test/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/pac-proxy-agent/node_modules/socks-proxy-agent/node_modules/agent-base/test/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pac-proxy-agent/node_modules/socks-proxy-agent/test/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/pac-proxy-agent/node_modules/socks-proxy-agent/test/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pac-proxy-agent/test/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/pac-proxy-agent/test/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/dateRange.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/dateRange'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/dnsDomainIs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/dnsDomainIs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/dnsDomainLevels.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/dnsDomainLevels'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/dnsResolve.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/dnsResolve'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/isInNet.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/isInNet'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/isPlainHostName.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/isPlainHostName'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/isResolvable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/isResolvable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/localHostOrDomainIs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/localHostOrDomainIs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/myIpAddress.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/myIpAddress'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/shExpMatch.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/shExpMatch'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/test/dnsDomainIs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/test/dnsDomainIs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/test/dnsDomainLevels.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/test/dnsDomainLevels'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/test/dnsResolve.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/test/dnsResolve'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/test/isInNet.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/test/isInNet'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/test/isPlainHostName.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/test/isPlainHostName'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/test/isResolvable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/test/isResolvable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/test/localHostOrDomainIs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/test/localHostOrDomainIs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/test/myIpAddress.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/test/myIpAddress'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/test/shExpMatch.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/test/shExpMatch'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/test/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/test/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/test/timeRange.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/test/timeRange'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/test/weekdayRange.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/test/weekdayRange'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/timeRange.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/timeRange'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/weekdayRange.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/pac-resolver/weekdayRange'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/param-case/param-case.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/param-case/param-case'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/parse-glob/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/parse-glob/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/parse-json/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/parse-json/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/parse-json/vendor/parse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/parse-json/vendor/parse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/parse-json/vendor/unicode.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/parse-json/vendor/unicode'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/parse5/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/parse5/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/parse5/lib/common/doctype.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/parse5/lib/common/doctype'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/parse5/lib/common/foreign_content.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/parse5/lib/common/foreign_content'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/parse5/lib/common/html.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/parse5/lib/common/html'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/parse5/lib/common/unicode.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/parse5/lib/common/unicode'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/parse5/lib/common/utils.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/parse5/lib/common/utils'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/parse5/lib/jsdom/jsdom_parser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/parse5/lib/jsdom/jsdom_parser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/parse5/lib/jsdom/parsing_unit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/parse5/lib/jsdom/parsing_unit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/parse5/lib/serialization/serializer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/parse5/lib/serialization/serializer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/parse5/lib/simple_api/simple_api_parser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/parse5/lib/simple_api/simple_api_parser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/parse5/lib/simple_api/tokenizer_proxy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/parse5/lib/simple_api/tokenizer_proxy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/parse5/lib/tokenization/location_info_mixin.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/parse5/lib/tokenization/location_info_mixin'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/parse5/lib/tokenization/named_entity_trie.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/parse5/lib/tokenization/named_entity_trie'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/parse5/lib/tokenization/preprocessor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/parse5/lib/tokenization/preprocessor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/parse5/lib/tokenization/tokenizer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/parse5/lib/tokenization/tokenizer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/parse5/lib/tree_adapters/default.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/parse5/lib/tree_adapters/default'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/parse5/lib/tree_adapters/htmlparser2.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/parse5/lib/tree_adapters/htmlparser2'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/parse5/lib/tree_construction/formatting_element_list.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/parse5/lib/tree_construction/formatting_element_list'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/parse5/lib/tree_construction/location_info_mixin.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/parse5/lib/tree_construction/location_info_mixin'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/parse5/lib/tree_construction/open_element_stack.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/parse5/lib/tree_construction/open_element_stack'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/parse5/lib/tree_construction/parser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/parse5/lib/tree_construction/parser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/parseurl/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/parseurl/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pascal-case/pascal-case.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/pascal-case/pascal-case'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/path-case/path-case.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/path-case/path-case'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/path-exists/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/path-exists/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/path-is-absolute/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/path-is-absolute/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/path-key/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/path-key/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/path-parse/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/path-parse/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/path-parse/index.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/path-parse/index.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/path-parse/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/path-parse/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/path-parse/test.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/path-parse/test.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/path-to-regexp/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/path-to-regexp/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/path-type/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/path-type/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pause/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/pause/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pegjs/lib/compiler/asts.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/pegjs/lib/compiler/asts'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pegjs/lib/compiler/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/pegjs/lib/compiler/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pegjs/lib/compiler/js.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/pegjs/lib/compiler/js'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pegjs/lib/compiler/opcodes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/pegjs/lib/compiler/opcodes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pegjs/lib/compiler/passes/generate-bytecode.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/pegjs/lib/compiler/passes/generate-bytecode'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pegjs/lib/compiler/passes/generate-js.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/pegjs/lib/compiler/passes/generate-js'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pegjs/lib/compiler/passes/remove-proxy-rules.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/pegjs/lib/compiler/passes/remove-proxy-rules'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pegjs/lib/compiler/passes/report-duplicate-labels.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/pegjs/lib/compiler/passes/report-duplicate-labels'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pegjs/lib/compiler/passes/report-duplicate-rules.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/pegjs/lib/compiler/passes/report-duplicate-rules'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pegjs/lib/compiler/passes/report-infinite-recursion.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/pegjs/lib/compiler/passes/report-infinite-recursion'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pegjs/lib/compiler/passes/report-infinite-repetition.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/pegjs/lib/compiler/passes/report-infinite-repetition'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pegjs/lib/compiler/passes/report-undefined-rules.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/pegjs/lib/compiler/passes/report-undefined-rules'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pegjs/lib/compiler/visitor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/pegjs/lib/compiler/visitor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pegjs/lib/grammar-error.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/pegjs/lib/grammar-error'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pegjs/lib/parser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/pegjs/lib/parser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pegjs/lib/peg.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/pegjs/lib/peg'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pegjs/lib/utils/arrays.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/pegjs/lib/utils/arrays'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pegjs/lib/utils/classes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/pegjs/lib/utils/classes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pegjs/lib/utils/objects.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/pegjs/lib/utils/objects'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/performance-now/lib/performance-now.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/performance-now/lib/performance-now'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pify/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/pify/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pinkie-promise/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/pinkie-promise/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pinkie/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/pinkie/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/dist/plist-build.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/dist/plist-build'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/dist/plist-parse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/dist/plist-parse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/dist/plist.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/dist/plist'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/lib/build.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/lib/build'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/lib/node.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/lib/node'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/lib/parse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/lib/parse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/lib/plist.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/lib/plist'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/base64-js/bench/bench.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/base64-js/bench/bench'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/base64-js/lib/b64.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/base64-js/lib/b64'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/base64-js/test/convert.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/base64-js/test/convert'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/base64-js/test/url-safe.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/base64-js/test/url-safe'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/chunk.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/chunk'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/compact.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/compact'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/difference.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/difference'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/drop.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/drop'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/dropRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/dropRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/dropRightWhile.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/dropRightWhile'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/dropWhile.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/dropWhile'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/fill.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/fill'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/findIndex.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/findIndex'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/findLastIndex.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/findLastIndex'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/first.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/first'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/flatten.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/flatten'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/flattenDeep.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/flattenDeep'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/head.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/head'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/indexOf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/indexOf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/initial.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/initial'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/intersection.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/intersection'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/last.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/last'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/lastIndexOf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/lastIndexOf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/object.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/object'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/pull.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/pull'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/pullAt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/pullAt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/remove.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/remove'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/rest.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/rest'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/slice.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/slice'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/sortedIndex.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/sortedIndex'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/sortedLastIndex.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/sortedLastIndex'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/tail.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/tail'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/take.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/take'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/takeRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/takeRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/takeRightWhile.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/takeRightWhile'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/takeWhile.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/takeWhile'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/union.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/union'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/uniq.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/uniq'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/unique.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/unique'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/unzip.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/unzip'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/unzipWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/unzipWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/without.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/without'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/xor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/xor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/zip.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/zip'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/zipObject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/zipObject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/zipWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/array/zipWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/chain.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/chain'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/chain/chain.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/chain/chain'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/chain/commit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/chain/commit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/chain/concat.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/chain/concat'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/chain/lodash.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/chain/lodash'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/chain/plant.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/chain/plant'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/chain/reverse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/chain/reverse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/chain/run.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/chain/run'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/chain/tap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/chain/tap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/chain/thru.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/chain/thru'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/chain/toJSON.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/chain/toJSON'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/chain/toString.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/chain/toString'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/chain/value.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/chain/value'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/chain/valueOf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/chain/valueOf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/chain/wrapperChain.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/chain/wrapperChain'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/chain/wrapperCommit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/chain/wrapperCommit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/chain/wrapperConcat.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/chain/wrapperConcat'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/chain/wrapperPlant.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/chain/wrapperPlant'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/chain/wrapperReverse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/chain/wrapperReverse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/chain/wrapperToString.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/chain/wrapperToString'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/chain/wrapperValue.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/chain/wrapperValue'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/all.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/all'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/any.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/any'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/at.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/at'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/collect.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/collect'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/contains.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/contains'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/countBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/countBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/detect.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/detect'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/each.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/each'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/eachRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/eachRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/every.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/every'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/filter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/filter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/find.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/find'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/findLast.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/findLast'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/findWhere.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/findWhere'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/foldl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/foldl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/foldr.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/foldr'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/forEach.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/forEach'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/forEachRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/forEachRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/groupBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/groupBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/include.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/include'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/includes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/includes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/indexBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/indexBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/inject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/inject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/invoke.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/invoke'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/max.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/max'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/partition.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/partition'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/pluck.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/pluck'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/reduce.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/reduce'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/reduceRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/reduceRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/reject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/reject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/sample.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/sample'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/select.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/select'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/shuffle.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/shuffle'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/size.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/size'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/some.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/some'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/sortBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/sortBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/sortByAll.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/sortByAll'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/sortByOrder.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/sortByOrder'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/sum.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/sum'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/where.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/collection/where'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/date.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/date'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/date/now.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/date/now'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/after.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/after'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/ary.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/ary'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/backflow.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/backflow'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/before.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/before'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/bind.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/bind'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/bindAll.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/bindAll'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/bindKey.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/bindKey'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/compose.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/compose'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/curry.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/curry'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/curryRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/curryRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/debounce.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/debounce'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/defer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/defer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/delay.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/delay'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/flow.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/flow'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/flowRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/flowRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/memoize.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/memoize'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/modArgs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/modArgs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/negate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/negate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/once.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/once'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/partial.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/partial'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/partialRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/partialRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/rearg.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/rearg'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/restParam.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/restParam'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/spread.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/spread'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/throttle.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/throttle'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/wrap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/function/wrap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/arrayConcat.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/arrayConcat'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/arrayCopy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/arrayCopy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/arrayEach.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/arrayEach'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/arrayEachRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/arrayEachRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/arrayEvery.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/arrayEvery'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/arrayExtremum.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/arrayExtremum'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/arrayFilter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/arrayFilter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/arrayMap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/arrayMap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/arrayPush.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/arrayPush'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/arrayReduce.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/arrayReduce'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/arrayReduceRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/arrayReduceRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/arraySome.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/arraySome'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/arraySum.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/arraySum'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/assignDefaults.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/assignDefaults'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/assignOwnDefaults.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/assignOwnDefaults'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/assignWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/assignWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseAssign.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseAssign'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseAt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseAt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseCallback.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseCallback'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseClone.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseClone'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseCompareAscending.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseCompareAscending'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseCopy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseCopy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseCreate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseCreate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseDelay.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseDelay'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseDifference.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseDifference'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseEach.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseEach'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseEachRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseEachRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseEvery.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseEvery'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseExtremum.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseExtremum'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseFill.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseFill'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseFilter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseFilter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseFind.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseFind'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseFindIndex.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseFindIndex'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseFlatten.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseFlatten'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseFor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseFor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseForIn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseForIn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseForOwn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseForOwn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseForOwnRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseForOwnRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseForRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseForRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseFunctions.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseFunctions'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseGet.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseGet'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseIndexOf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseIndexOf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseIsEqual.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseIsEqual'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseIsEqualDeep.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseIsEqualDeep'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseIsFunction.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseIsFunction'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseIsMatch.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseIsMatch'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseLodash.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseLodash'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseMap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseMap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseMatches.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseMatches'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseMatchesProperty.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseMatchesProperty'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseMerge.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseMerge'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseMergeDeep.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseMergeDeep'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseProperty.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseProperty'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/basePropertyDeep.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/basePropertyDeep'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/basePullAt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/basePullAt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseRandom.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseRandom'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseReduce.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseReduce'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseSetData.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseSetData'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseSlice.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseSlice'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseSome.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseSome'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseSortBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseSortBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseSortByOrder.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseSortByOrder'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseSum.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseSum'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseToString.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseToString'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseUniq.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseUniq'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseValues.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseValues'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseWhile.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseWhile'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseWrapperValue.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/baseWrapperValue'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/binaryIndex.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/binaryIndex'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/binaryIndexBy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/binaryIndexBy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/bindCallback.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/bindCallback'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/bufferClone.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/bufferClone'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/cacheIndexOf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/cacheIndexOf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/cachePush.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/cachePush'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/charsLeftIndex.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/charsLeftIndex'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/charsRightIndex.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/charsRightIndex'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/compareAscending.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/compareAscending'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/compareMultiple.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/compareMultiple'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/composeArgs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/composeArgs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/composeArgsRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/composeArgsRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createAggregator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createAggregator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createAssigner.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createAssigner'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createBaseEach.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createBaseEach'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createBaseFor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createBaseFor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createBindWrapper.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createBindWrapper'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createCache.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createCache'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createCompounder.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createCompounder'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createCtorWrapper.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createCtorWrapper'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createCurry.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createCurry'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createDefaults.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createDefaults'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createExtremum.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createExtremum'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createFind.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createFind'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createFindIndex.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createFindIndex'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createFindKey.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createFindKey'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createFlow.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createFlow'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createForEach.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createForEach'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createForIn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createForIn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createForOwn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createForOwn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createHybridWrapper.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createHybridWrapper'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createObjectMapper.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createObjectMapper'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createPadding.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createPadding'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createPadDir.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createPadDir'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createPartial.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createPartial'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createPartialWrapper.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createPartialWrapper'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createReduce.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createReduce'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createRound.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createRound'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createSortedIndex.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createSortedIndex'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createWrapper.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/createWrapper'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/deburrLetter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/deburrLetter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/equalArrays.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/equalArrays'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/equalByTag.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/equalByTag'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/equalObjects.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/equalObjects'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/escapeHtmlChar.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/escapeHtmlChar'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/escapeRegExpChar.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/escapeRegExpChar'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/escapeStringChar.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/escapeStringChar'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/getData.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/getData'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/getFuncName.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/getFuncName'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/getLength.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/getLength'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/getMatchData.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/getMatchData'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/getNative.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/getNative'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/getView.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/getView'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/indexOfNaN.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/indexOfNaN'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/initCloneArray.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/initCloneArray'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/initCloneByTag.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/initCloneByTag'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/initCloneObject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/initCloneObject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/invokePath.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/invokePath'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/isArrayLike.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/isArrayLike'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/isIndex.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/isIndex'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/isIterateeCall.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/isIterateeCall'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/isKey.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/isKey'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/isLaziable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/isLaziable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/isLength.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/isLength'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/isObjectLike.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/isObjectLike'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/isSpace.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/isSpace'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/isStrictComparable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/isStrictComparable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/lazyClone.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/lazyClone'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/lazyReverse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/lazyReverse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/lazyValue.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/lazyValue'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/LazyWrapper.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/LazyWrapper'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/LodashWrapper.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/LodashWrapper'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/MapCache.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/MapCache'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/mapDelete.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/mapDelete'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/mapGet.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/mapGet'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/mapHas.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/mapHas'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/mapSet.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/mapSet'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/mergeData.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/mergeData'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/mergeDefaults.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/mergeDefaults'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/metaMap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/metaMap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/pickByArray.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/pickByArray'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/pickByCallback.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/pickByCallback'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/realNames.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/realNames'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/reEscape.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/reEscape'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/reEvaluate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/reEvaluate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/reInterpolate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/reInterpolate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/reorder.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/reorder'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/replaceHolders.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/replaceHolders'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/SetCache.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/SetCache'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/setData.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/setData'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/shimKeys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/shimKeys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/sortedUniq.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/sortedUniq'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/toIterable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/toIterable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/toObject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/toObject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/toPath.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/toPath'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/trimmedLeftIndex.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/trimmedLeftIndex'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/trimmedRightIndex.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/trimmedRightIndex'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/unescapeHtmlChar.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/unescapeHtmlChar'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/wrapperClone.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/internal/wrapperClone'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/clone.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/clone'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/cloneDeep.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/cloneDeep'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/eq.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/eq'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/gt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/gt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/gte.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/gte'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/isArguments.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/isArguments'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/isArray.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/isArray'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/isBoolean.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/isBoolean'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/isDate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/isDate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/isElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/isElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/isEmpty.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/isEmpty'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/isEqual.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/isEqual'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/isError.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/isError'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/isFinite.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/isFinite'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/isFunction.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/isFunction'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/isMatch.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/isMatch'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/isNaN.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/isNaN'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/isNative.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/isNative'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/isNull.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/isNull'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/isNumber.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/isNumber'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/isObject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/isObject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/isPlainObject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/isPlainObject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/isRegExp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/isRegExp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/isString.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/isString'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/isTypedArray.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/isTypedArray'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/isUndefined.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/isUndefined'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/lt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/lt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/lte.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/lte'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/toArray.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/toArray'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/toPlainObject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/lang/toPlainObject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/math.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/math'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/math/add.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/math/add'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/math/ceil.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/math/ceil'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/math/floor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/math/floor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/math/max.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/math/max'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/math/min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/math/min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/math/round.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/math/round'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/math/sum.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/math/sum'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/number.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/number'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/number/inRange.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/number/inRange'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/number/random.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/number/random'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/assign.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/assign'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/create.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/create'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/defaults.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/defaults'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/defaultsDeep.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/defaultsDeep'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/extend.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/extend'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/findKey.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/findKey'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/findLastKey.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/findLastKey'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/forIn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/forIn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/forInRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/forInRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/forOwn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/forOwn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/forOwnRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/forOwnRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/functions.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/functions'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/get.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/get'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/has.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/has'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/invert.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/invert'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/keys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/keys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/keysIn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/keysIn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/mapKeys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/mapKeys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/mapValues.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/mapValues'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/merge.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/merge'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/methods.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/methods'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/omit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/omit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/pairs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/pairs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/pick.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/pick'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/result.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/result'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/set.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/set'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/transform.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/transform'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/values.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/values'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/valuesIn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/object/valuesIn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/string.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/string'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/string/camelCase.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/string/camelCase'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/string/capitalize.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/string/capitalize'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/string/deburr.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/string/deburr'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/string/endsWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/string/endsWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/string/escape.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/string/escape'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/string/escapeRegExp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/string/escapeRegExp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/string/kebabCase.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/string/kebabCase'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/string/pad.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/string/pad'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/string/padLeft.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/string/padLeft'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/string/padRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/string/padRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/string/parseInt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/string/parseInt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/string/repeat.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/string/repeat'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/string/snakeCase.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/string/snakeCase'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/string/startCase.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/string/startCase'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/string/startsWith.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/string/startsWith'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/string/template.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/string/template'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/string/templateSettings.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/string/templateSettings'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/string/trim.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/string/trim'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/string/trimLeft.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/string/trimLeft'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/string/trimRight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/string/trimRight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/string/trunc.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/string/trunc'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/string/unescape.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/string/unescape'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/string/words.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/string/words'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/support.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/support'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/utility.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/utility'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/utility/attempt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/utility/attempt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/utility/callback.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/utility/callback'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/utility/constant.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/utility/constant'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/utility/identity.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/utility/identity'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/utility/iteratee.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/utility/iteratee'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/utility/matches.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/utility/matches'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/utility/matchesProperty.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/utility/matchesProperty'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/utility/method.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/utility/method'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/utility/methodOf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/utility/methodOf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/utility/mixin.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/utility/mixin'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/utility/noop.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/utility/noop'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/utility/property.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/utility/property'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/utility/propertyOf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/utility/propertyOf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/utility/range.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/utility/range'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/utility/times.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/utility/times'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/utility/uniqueId.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/lodash/utility/uniqueId'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/xmlbuilder/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/xmlbuilder/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/xmlbuilder/lib/XMLAttribute.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/xmlbuilder/lib/XMLAttribute'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/xmlbuilder/lib/XMLBuilder.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/xmlbuilder/lib/XMLBuilder'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/xmlbuilder/lib/XMLCData.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/xmlbuilder/lib/XMLCData'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/xmlbuilder/lib/XMLComment.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/xmlbuilder/lib/XMLComment'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/xmlbuilder/lib/XMLDeclaration.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/xmlbuilder/lib/XMLDeclaration'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/xmlbuilder/lib/XMLDocType.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/xmlbuilder/lib/XMLDocType'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/xmlbuilder/lib/XMLDTDAttList.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/xmlbuilder/lib/XMLDTDAttList'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/xmlbuilder/lib/XMLDTDElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/xmlbuilder/lib/XMLDTDElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/xmlbuilder/lib/XMLDTDEntity.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/xmlbuilder/lib/XMLDTDEntity'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/xmlbuilder/lib/XMLDTDNotation.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/xmlbuilder/lib/XMLDTDNotation'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/xmlbuilder/lib/XMLElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/xmlbuilder/lib/XMLElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/xmlbuilder/lib/XMLNode.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/xmlbuilder/lib/XMLNode'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/xmlbuilder/lib/XMLProcessingInstruction.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/xmlbuilder/lib/XMLProcessingInstruction'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/xmlbuilder/lib/XMLRaw.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/xmlbuilder/lib/XMLRaw'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/xmlbuilder/lib/XMLStringifier.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/xmlbuilder/lib/XMLStringifier'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/xmlbuilder/lib/XMLText.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/plist/node_modules/xmlbuilder/lib/XMLText'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pouchdb-collections/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/pouchdb-collections/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/prelude-ls/lib/Func.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/prelude-ls/lib/Func'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/prelude-ls/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/prelude-ls/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/prelude-ls/lib/List.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/prelude-ls/lib/List'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/prelude-ls/lib/Num.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/prelude-ls/lib/Num'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/prelude-ls/lib/Obj.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/prelude-ls/lib/Obj'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/prelude-ls/lib/Str.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/prelude-ls/lib/Str'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/prepend-http/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/prepend-http/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/preserve/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/preserve/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/preserve/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/preserve/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pretty-format/build-es5/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/pretty-format/build-es5/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pretty-format/build/collections.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/pretty-format/build/collections'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pretty-format/build/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/pretty-format/build/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pretty-format/build/plugins/asymmetric_matcher.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/pretty-format/build/plugins/asymmetric_matcher'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pretty-format/build/plugins/convert_ansi.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/pretty-format/build/plugins/convert_ansi'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pretty-format/build/plugins/dom_element.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/pretty-format/build/plugins/dom_element'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pretty-format/build/plugins/immutable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/pretty-format/build/plugins/immutable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pretty-format/build/plugins/lib/escape_html.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/pretty-format/build/plugins/lib/escape_html'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pretty-format/build/plugins/lib/markup.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/pretty-format/build/plugins/lib/markup'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pretty-format/build/plugins/react_element.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/pretty-format/build/plugins/react_element'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pretty-format/build/plugins/react_test_component.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/pretty-format/build/plugins/react_test_component'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pretty-format/node_modules/ansi-regex/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/pretty-format/node_modules/ansi-regex/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pretty-format/perf/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/pretty-format/perf/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/private/private.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/private/private'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/probe-image-size/http.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/probe-image-size/http'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/probe-image-size/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/probe-image-size/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/probe-image-size/lib/common.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/probe-image-size/lib/common'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/probe-image-size/lib/parse_stream/bmp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/probe-image-size/lib/parse_stream/bmp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/probe-image-size/lib/parse_stream/gif.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/probe-image-size/lib/parse_stream/gif'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/probe-image-size/lib/parse_stream/jpeg.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/probe-image-size/lib/parse_stream/jpeg'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/probe-image-size/lib/parse_stream/png.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/probe-image-size/lib/parse_stream/png'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/probe-image-size/lib/parse_stream/psd.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/probe-image-size/lib/parse_stream/psd'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/probe-image-size/lib/parse_stream/svg.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/probe-image-size/lib/parse_stream/svg'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/probe-image-size/lib/parse_stream/tiff.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/probe-image-size/lib/parse_stream/tiff'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/probe-image-size/lib/parse_stream/webp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/probe-image-size/lib/parse_stream/webp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/probe-image-size/lib/parse_sync/bmp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/probe-image-size/lib/parse_sync/bmp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/probe-image-size/lib/parse_sync/gif.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/probe-image-size/lib/parse_sync/gif'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/probe-image-size/lib/parse_sync/jpeg.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/probe-image-size/lib/parse_sync/jpeg'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/probe-image-size/lib/parse_sync/png.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/probe-image-size/lib/parse_sync/png'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/probe-image-size/lib/parse_sync/psd.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/probe-image-size/lib/parse_sync/psd'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/probe-image-size/lib/parse_sync/svg.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/probe-image-size/lib/parse_sync/svg'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/probe-image-size/lib/parse_sync/tiff.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/probe-image-size/lib/parse_sync/tiff'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/probe-image-size/lib/parse_sync/webp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/probe-image-size/lib/parse_sync/webp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/probe-image-size/lib/parsers_stream.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/probe-image-size/lib/parsers_stream'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/probe-image-size/lib/parsers_sync.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/probe-image-size/lib/parsers_sync'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/probe-image-size/stream.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/probe-image-size/stream'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/probe-image-size/sync.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/probe-image-size/sync'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/process-nextick-args/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/process-nextick-args/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/process-nextick-args/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/process-nextick-args/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/process/browser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/process/browser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/process/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/process/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/progress/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/progress/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/progress/lib/node-progress.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/progress/lib/node-progress'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/promise/build.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/promise/build'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/promise/core.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/promise/core'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/promise/domains/core.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/promise/domains/core'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/promise/domains/done.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/promise/domains/done'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/promise/domains/es6-extensions.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/promise/domains/es6-extensions'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/promise/domains/finally.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/promise/domains/finally'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/promise/domains/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/promise/domains/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/promise/domains/node-extensions.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/promise/domains/node-extensions'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/promise/domains/rejection-tracking.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/promise/domains/rejection-tracking'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/promise/domains/synchronous.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/promise/domains/synchronous'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/promise/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/promise/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/promise/lib/core.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/promise/lib/core'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/promise/lib/done.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/promise/lib/done'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/promise/lib/es6-extensions.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/promise/lib/es6-extensions'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/promise/lib/finally.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/promise/lib/finally'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/promise/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/promise/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/promise/lib/node-extensions.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/promise/lib/node-extensions'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/promise/lib/rejection-tracking.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/promise/lib/rejection-tracking'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/promise/lib/synchronous.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/promise/lib/synchronous'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/promise/polyfill-done.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/promise/polyfill-done'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/promise/polyfill.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/promise/polyfill'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/promise/setimmediate/core.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/promise/setimmediate/core'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/promise/setimmediate/done.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/promise/setimmediate/done'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/promise/setimmediate/es6-extensions.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/promise/setimmediate/es6-extensions'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/promise/setimmediate/finally.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/promise/setimmediate/finally'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/promise/setimmediate/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/promise/setimmediate/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/promise/setimmediate/node-extensions.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/promise/setimmediate/node-extensions'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/promise/setimmediate/rejection-tracking.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/promise/setimmediate/rejection-tracking'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/promise/setimmediate/synchronous.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/promise/setimmediate/synchronous'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/promise/src/core.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/promise/src/core'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/promise/src/done.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/promise/src/done'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/promise/src/es6-extensions.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/promise/src/es6-extensions'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/promise/src/finally.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/promise/src/finally'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/promise/src/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/promise/src/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/promise/src/node-extensions.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/promise/src/node-extensions'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/promise/src/rejection-tracking.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/promise/src/rejection-tracking'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/promise/src/synchronous.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/promise/src/synchronous'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/prop-types/checkPropTypes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/prop-types/checkPropTypes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/prop-types/factory.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/prop-types/factory'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/prop-types/factoryWithThrowingShims.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/prop-types/factoryWithThrowingShims'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/prop-types/factoryWithTypeCheckers.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/prop-types/factoryWithTypeCheckers'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/prop-types/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/prop-types/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/prop-types/lib/ReactPropTypesSecret.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/prop-types/lib/ReactPropTypesSecret'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/prop-types/prop-types.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/prop-types/prop-types'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/prop-types/prop-types.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/prop-types/prop-types.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/proxy-addr/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/proxy-addr/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/proxy-agent/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/proxy-agent/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/proxy-agent/node_modules/lru-cache/lib/lru-cache.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/proxy-agent/node_modules/lru-cache/lib/lru-cache'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/proxy-agent/node_modules/lru-cache/test/basic.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/proxy-agent/node_modules/lru-cache/test/basic'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/proxy-agent/node_modules/lru-cache/test/foreach.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/proxy-agent/node_modules/lru-cache/test/foreach'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/proxy-agent/node_modules/lru-cache/test/memory-leak.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/proxy-agent/node_modules/lru-cache/test/memory-leak'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/proxy-agent/test/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/proxy-agent/test/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/prr/prr.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/prr/prr'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/prr/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/prr/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pseudomap/map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/pseudomap/map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pseudomap/pseudomap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/pseudomap/pseudomap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/pseudomap/test/basic.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/pseudomap/test/basic'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/punycode/punycode.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/punycode/punycode'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/qrcode-terminal/bin/qrcode-terminal.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/qrcode-terminal/bin/qrcode-terminal'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/qrcode-terminal/example/basic.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/qrcode-terminal/example/basic'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/qrcode-terminal/example/callback.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/qrcode-terminal/example/callback'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/qrcode-terminal/example/small-qrcode.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/qrcode-terminal/example/small-qrcode'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/qrcode-terminal/lib/main.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/qrcode-terminal/lib/main'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/qrcode-terminal/test/main.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/qrcode-terminal/test/main'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/qrcode-terminal/vendor/QRCode/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/qrcode-terminal/vendor/QRCode/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/qrcode-terminal/vendor/QRCode/QR8bitByte.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/qrcode-terminal/vendor/QRCode/QR8bitByte'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/qrcode-terminal/vendor/QRCode/QRBitBuffer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/qrcode-terminal/vendor/QRCode/QRBitBuffer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/qrcode-terminal/vendor/QRCode/QRErrorCorrectLevel.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/qrcode-terminal/vendor/QRCode/QRErrorCorrectLevel'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/qrcode-terminal/vendor/QRCode/QRMaskPattern.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/qrcode-terminal/vendor/QRCode/QRMaskPattern'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/qrcode-terminal/vendor/QRCode/QRMath.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/qrcode-terminal/vendor/QRCode/QRMath'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/qrcode-terminal/vendor/QRCode/QRMode.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/qrcode-terminal/vendor/QRCode/QRMode'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/qrcode-terminal/vendor/QRCode/QRPolynomial.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/qrcode-terminal/vendor/QRCode/QRPolynomial'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/qrcode-terminal/vendor/QRCode/QRRSBlock.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/qrcode-terminal/vendor/QRCode/QRRSBlock'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/qrcode-terminal/vendor/QRCode/QRUtil.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/qrcode-terminal/vendor/QRCode/QRUtil'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/qs/dist/qs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/qs/dist/qs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/qs/lib/formats.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/qs/lib/formats'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/qs/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/qs/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/qs/lib/parse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/qs/lib/parse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/qs/lib/stringify.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/qs/lib/stringify'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/qs/lib/utils.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/qs/lib/utils'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/qs/test/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/qs/test/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/qs/test/parse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/qs/test/parse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/qs/test/stringify.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/qs/test/stringify'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/qs/test/utils.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/qs/test/utils'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/querystring/decode.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/querystring/decode'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/querystring/encode.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/querystring/encode'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/querystring/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/querystring/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/querystring/test/common-index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/querystring/test/common-index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/querystring/test/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/querystring/test/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/querystring/test/tap-index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/querystring/test/tap-index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/random-bytes/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/random-bytes/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/randomatic/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/randomatic/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/randomatic/node_modules/is-number/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/randomatic/node_modules/is-number/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/randomatic/node_modules/is-number/node_modules/kind-of/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/randomatic/node_modules/is-number/node_modules/kind-of/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/randomatic/node_modules/kind-of/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/randomatic/node_modules/kind-of/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/range-parser/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/range-parser/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven-js/dist/plugins/angular.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/raven-js/dist/plugins/angular'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven-js/dist/plugins/angular.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/raven-js/dist/plugins/angular.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven-js/dist/plugins/console.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/raven-js/dist/plugins/console'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven-js/dist/plugins/console.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/raven-js/dist/plugins/console.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven-js/dist/plugins/ember.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/raven-js/dist/plugins/ember'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven-js/dist/plugins/ember.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/raven-js/dist/plugins/ember.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven-js/dist/plugins/require.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/raven-js/dist/plugins/require'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven-js/dist/plugins/require.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/raven-js/dist/plugins/require.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven-js/dist/plugins/vue.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/raven-js/dist/plugins/vue'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven-js/dist/plugins/vue.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/raven-js/dist/plugins/vue.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven-js/dist/raven.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/raven-js/dist/raven'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven-js/dist/raven.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/raven-js/dist/raven.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven-js/Gruntfile.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/raven-js/Gruntfile'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven-js/plugins/angular.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/raven-js/plugins/angular'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven-js/plugins/console.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/raven-js/plugins/console'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven-js/plugins/ember.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/raven-js/plugins/ember'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven-js/plugins/react-native.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/raven-js/plugins/react-native'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven-js/plugins/require.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/raven-js/plugins/require'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven-js/plugins/vue.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/raven-js/plugins/vue'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven-js/src/configError.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/raven-js/src/configError'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven-js/src/console.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/raven-js/src/console'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven-js/src/raven.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/raven-js/src/raven'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven-js/src/singleton.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/raven-js/src/singleton'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven-js/src/utils.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/raven-js/src/utils'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven-js/vendor/json-stringify-safe/stringify.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/raven-js/vendor/json-stringify-safe/stringify'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven-js/vendor/TraceKit/tracekit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/raven-js/vendor/TraceKit/tracekit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/raven/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven/lib/client.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/raven/lib/client'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven/lib/instrumentation/console.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/raven/lib/instrumentation/console'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven/lib/instrumentation/http.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/raven/lib/instrumentation/http'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven/lib/instrumentation/instrumentor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/raven/lib/instrumentation/instrumentor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven/lib/instrumentation/pg.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/raven/lib/instrumentation/pg'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven/lib/parsers.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/raven/lib/parsers'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven/lib/transports.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/raven/lib/transports'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven/lib/utils.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/raven/lib/utils'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven/node_modules/cookie/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/raven/node_modules/cookie/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven/node_modules/uuid/lib/rng-browser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/raven/node_modules/uuid/lib/rng-browser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven/node_modules/uuid/lib/rng.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/raven/node_modules/uuid/lib/rng'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven/node_modules/uuid/test/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/raven/node_modules/uuid/test/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven/node_modules/uuid/uuid.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/raven/node_modules/uuid/uuid'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raven/vendor/json-stringify-safe.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/raven/vendor/json-stringify-safe'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raw-body/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/raw-body/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raw-body/node_modules/bytes/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/raw-body/node_modules/bytes/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raw-body/node_modules/http-errors/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/raw-body/node_modules/http-errors/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/raw-body/node_modules/statuses/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/raw-body/node_modules/statuses/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/rc/browser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/rc/browser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/rc/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/rc/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/rc/lib/utils.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/rc/lib/utils'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/rc/test/ini.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/rc/test/ini'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/rc/test/nested-env-vars.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/rc/test/nested-env-vars'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/rc/test/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/rc/test/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-clone-referenced-element/cloneReferencedElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-clone-referenced-element/cloneReferencedElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-deep-force-update/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-deep-force-update/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-deep-force-update/src/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-deep-force-update/src/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-devtools-core/build/backend.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-devtools-core/build/backend'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-devtools-core/build/standalone.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-devtools-core/build/standalone'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-devtools-core/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-devtools-core/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-devtools-core/node_modules/safe-buffer/browser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-devtools-core/node_modules/safe-buffer/browser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-devtools-core/node_modules/safe-buffer/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-devtools-core/node_modules/safe-buffer/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-devtools-core/node_modules/safe-buffer/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-devtools-core/node_modules/safe-buffer/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-devtools-core/node_modules/ultron/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-devtools-core/node_modules/ultron/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-devtools-core/node_modules/ws/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-devtools-core/node_modules/ws/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-devtools-core/node_modules/ws/lib/BufferUtil.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-devtools-core/node_modules/ws/lib/BufferUtil'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-devtools-core/node_modules/ws/lib/Constants.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-devtools-core/node_modules/ws/lib/Constants'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-devtools-core/node_modules/ws/lib/ErrorCodes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-devtools-core/node_modules/ws/lib/ErrorCodes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-devtools-core/node_modules/ws/lib/EventTarget.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-devtools-core/node_modules/ws/lib/EventTarget'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-devtools-core/node_modules/ws/lib/Extensions.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-devtools-core/node_modules/ws/lib/Extensions'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-devtools-core/node_modules/ws/lib/PerMessageDeflate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-devtools-core/node_modules/ws/lib/PerMessageDeflate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-devtools-core/node_modules/ws/lib/Receiver.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-devtools-core/node_modules/ws/lib/Receiver'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-devtools-core/node_modules/ws/lib/Sender.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-devtools-core/node_modules/ws/lib/Sender'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-devtools-core/node_modules/ws/lib/Validation.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-devtools-core/node_modules/ws/lib/Validation'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-devtools-core/node_modules/ws/lib/WebSocket.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-devtools-core/node_modules/ws/lib/WebSocket'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-devtools-core/node_modules/ws/lib/WebSocketServer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-devtools-core/node_modules/ws/lib/WebSocketServer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-devtools-core/standalone.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-devtools-core/standalone'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-branch/src/branchUniversalObject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-branch/src/branchUniversalObject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-branch/src/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-branch/src/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-dismiss-keyboard/dist/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-dismiss-keyboard/dist/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-drawer-layout-polyfill/dist/index.android.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-drawer-layout-polyfill/dist/index.android'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-drawer-layout-polyfill/dist/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-drawer-layout-polyfill/dist/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-drawer-layout/dist/DrawerLayout.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-drawer-layout/dist/DrawerLayout'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-gesture-handler/DrawerLayout.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-gesture-handler/DrawerLayout'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-gesture-handler/GestureHandler.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-gesture-handler/GestureHandler'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-gesture-handler/Swipeable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-gesture-handler/Swipeable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-maps/android/build/docs/javadoc/script.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-maps/android/build/docs/javadoc/script'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-maps/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-maps/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-maps/lib/android/build/docs/javadoc/script.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-maps/lib/android/build/docs/javadoc/script'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-maps/lib/components/AnimatedRegion.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-maps/lib/components/AnimatedRegion'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-maps/lib/components/decorateMapComponent.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-maps/lib/components/decorateMapComponent'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-maps/lib/components/MapCallout.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-maps/lib/components/MapCallout'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-maps/lib/components/MapCircle.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-maps/lib/components/MapCircle'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-maps/lib/components/MapMarker.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-maps/lib/components/MapMarker'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-maps/lib/components/MapPolygon.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-maps/lib/components/MapPolygon'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-maps/lib/components/MapPolyline.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-maps/lib/components/MapPolyline'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-maps/lib/components/MapUrlTile.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-maps/lib/components/MapUrlTile'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-maps/lib/components/MapView.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-maps/lib/components/MapView'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-maps/lib/components/ProviderConstants.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-maps/lib/components/ProviderConstants'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-maps/rn-cli.config.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-maps/rn-cli.config'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-maps/scripts/update-version.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-maps/scripts/update-version'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-safe-module/lib/EventEmitter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-safe-module/lib/EventEmitter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-safe-module/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-safe-module/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-safe-module/lib/NativeSafeComponent.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-safe-module/lib/NativeSafeComponent'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-safe-module/lib/NativeSafeModule.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-safe-module/lib/NativeSafeModule'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-safe-module/lib/SafeComponent.android.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-safe-module/lib/SafeComponent.android'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-safe-module/lib/SafeComponent.ios.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-safe-module/lib/SafeComponent.ios'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-safe-module/lib/SafeComponent.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-safe-module/lib/SafeComponent'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-safe-module/lib/SafeModule.android.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-safe-module/lib/SafeModule.android'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-safe-module/lib/SafeModule.ios.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-safe-module/lib/SafeModule.ios'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-safe-module/lib/SafeModule.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-safe-module/lib/SafeModule'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-safe-module/src/EventEmitter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-safe-module/src/EventEmitter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-safe-module/src/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-safe-module/src/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-safe-module/src/NativeSafeComponent.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-safe-module/src/NativeSafeComponent'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-safe-module/src/NativeSafeModule.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-safe-module/src/NativeSafeModule'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-safe-module/src/SafeComponent.android.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-safe-module/src/SafeComponent.android'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-safe-module/src/SafeComponent.ios.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-safe-module/src/SafeComponent.ios'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-safe-module/src/SafeComponent.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-safe-module/src/SafeComponent'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-safe-module/src/SafeModule.android.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-safe-module/src/SafeModule.android'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-safe-module/src/SafeModule.ios.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-safe-module/src/SafeModule.ios'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-safe-module/src/SafeModule.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-safe-module/src/SafeModule'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-safe-module/test/_setup.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-safe-module/test/_setup'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-safe-module/test/SafeModule-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-safe-module/test/SafeModule-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/build/bin/crna-entry.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/build/bin/crna-entry'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/build/bin/react-native-scripts.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/build/bin/react-native-scripts'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/build/scripts/android.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/build/scripts/android'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/build/scripts/eject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/build/scripts/eject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/build/scripts/init.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/build/scripts/init'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/build/scripts/ios.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/build/scripts/ios'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/build/scripts/start.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/build/scripts/start'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/build/util/clearConsole.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/build/util/clearConsole'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/build/util/expo.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/build/util/expo'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/build/util/install.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/build/util/install'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/build/util/log.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/build/util/log'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/build/util/packager.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/build/util/packager'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/copy-sync/copy-file-sync.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/copy-sync/copy-file-sync'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/copy-sync/copy-sync.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/copy-sync/copy-sync'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/copy-sync/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/copy-sync/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/copy/copy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/copy/copy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/copy/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/copy/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/copy/ncp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/copy/ncp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/empty/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/empty/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/ensure/file.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/ensure/file'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/ensure/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/ensure/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/ensure/link.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/ensure/link'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/ensure/symlink-paths.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/ensure/symlink-paths'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/ensure/symlink-type.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/ensure/symlink-type'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/ensure/symlink.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/ensure/symlink'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/fs/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/fs/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/json/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/json/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/json/jsonfile.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/json/jsonfile'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/json/output-json-sync.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/json/output-json-sync'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/json/output-json.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/json/output-json'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/mkdirs/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/mkdirs/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/mkdirs/mkdirs-sync.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/mkdirs/mkdirs-sync'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/mkdirs/mkdirs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/mkdirs/mkdirs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/mkdirs/win32.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/mkdirs/win32'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/move-sync/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/move-sync/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/move/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/move/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/output/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/output/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/path-exists/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/path-exists/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/remove/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/remove/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/remove/rimraf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/remove/rimraf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/util/assign.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/util/assign'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/util/buffer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/util/buffer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/util/utimes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/fs-extra/lib/util/utimes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/jsonfile/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/node_modules/jsonfile/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/template/App.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/template/App'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/template/App.test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-scripts/template/App.test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/elements/Circle.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/elements/Circle'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/elements/ClipPath.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/elements/ClipPath'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/elements/Defs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/elements/Defs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/elements/Ellipse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/elements/Ellipse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/elements/G.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/elements/G'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/elements/Image.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/elements/Image'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/elements/Line.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/elements/Line'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/elements/LinearGradient.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/elements/LinearGradient'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/elements/Path.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/elements/Path'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/elements/Pattern.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/elements/Pattern'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/elements/Polygon.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/elements/Polygon'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/elements/Polyline.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/elements/Polyline'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/elements/RadialGradient.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/elements/RadialGradient'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/elements/Rect.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/elements/Rect'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/elements/Shape.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/elements/Shape'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/elements/Stop.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/elements/Stop'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/elements/Svg.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/elements/Svg'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/elements/Symbol.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/elements/Symbol'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/elements/Text.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/elements/Text'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/elements/TextPath.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/elements/TextPath'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/elements/TSpan.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/elements/TSpan'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/elements/Use.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/elements/Use'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/lib/attributes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/lib/attributes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/lib/createReactNativeComponentClass.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/lib/createReactNativeComponentClass'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/lib/extract/extractBrush.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/lib/extract/extractBrush'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/lib/extract/extractClipPath.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/lib/extract/extractClipPath'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/lib/extract/extractFill.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/lib/extract/extractFill'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/lib/extract/extractGradient.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/lib/extract/extractGradient'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/lib/extract/extractOpacity.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/lib/extract/extractOpacity'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/lib/extract/extractPolyPoints.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/lib/extract/extractPolyPoints'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/lib/extract/extractProps.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/lib/extract/extractProps'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/lib/extract/extractResponder.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/lib/extract/extractResponder'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/lib/extract/extractStroke.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/lib/extract/extractStroke'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/lib/extract/extractText.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/lib/extract/extractText'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/lib/extract/extractTransform.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/lib/extract/extractTransform'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/lib/extract/extractViewBox.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/lib/extract/extractViewBox'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/lib/extract/patternReg.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/lib/extract/patternReg'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/lib/Matrix2D.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/lib/Matrix2D'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/lib/PATTERN_UNITS.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/lib/PATTERN_UNITS'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/lib/percentToFloat.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/lib/percentToFloat'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/lib/props.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/lib/props'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/lib/SvgTouchableMixin.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-svg/lib/SvgTouchableMixin'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-tab-view/src/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-tab-view/src/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-tab-view/src/SceneMap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-tab-view/src/SceneMap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-tab-view/src/TabBar.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-tab-view/src/TabBar'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-tab-view/src/TabViewAnimated.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-tab-view/src/TabViewAnimated'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-tab-view/src/TabViewPagerAndroid.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-tab-view/src/TabViewPagerAndroid'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-tab-view/src/TabViewPagerExperimental.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-tab-view/src/TabViewPagerExperimental'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-tab-view/src/TabViewPagerPan.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-tab-view/src/TabViewPagerPan'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-tab-view/src/TabViewPagerScroll.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-tab-view/src/TabViewPagerScroll'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-tab-view/src/TabViewPropTypes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-tab-view/src/TabViewPropTypes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-tab-view/src/TabViewTypeDefinitions.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-tab-view/src/TabViewTypeDefinitions'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-tab-view/src/TouchableItem.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-tab-view/src/TouchableItem'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-tab-view/types.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-tab-view/types'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/bin/generate-icon.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/bin/generate-icon'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/bin/generate-material-icons.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/bin/generate-material-icons'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/dist/Entypo.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/dist/Entypo'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/dist/EvilIcons.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/dist/EvilIcons'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/dist/Feather.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/dist/Feather'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/dist/FontAwesome.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/dist/FontAwesome'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/dist/Foundation.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/dist/Foundation'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/dist/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/dist/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/dist/Ionicons.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/dist/Ionicons'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/dist/lib/create-icon-set-from-fontello.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/dist/lib/create-icon-set-from-fontello'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/dist/lib/create-icon-set-from-icomoon.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/dist/lib/create-icon-set-from-icomoon'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/dist/lib/create-icon-set.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/dist/lib/create-icon-set'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/dist/lib/generate-icon-set-from-css.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/dist/lib/generate-icon-set-from-css'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/dist/lib/icon-button.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/dist/lib/icon-button'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/dist/lib/react-native.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/dist/lib/react-native'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/dist/lib/react-native.osx.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/dist/lib/react-native.osx'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/dist/lib/tab-bar-item-ios.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/dist/lib/tab-bar-item-ios'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/dist/lib/toolbar-android.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/dist/lib/toolbar-android'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/dist/MaterialCommunityIcons.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/dist/MaterialCommunityIcons'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/dist/MaterialIcons.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/dist/MaterialIcons'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/dist/Octicons.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/dist/Octicons'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/dist/RNIMigration.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/dist/RNIMigration'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/dist/SimpleLineIcons.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/dist/SimpleLineIcons'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/dist/Zocial.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/dist/Zocial'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/Entypo.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/Entypo'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/EvilIcons.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/EvilIcons'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/Feather.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/Feather'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/FontAwesome.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/FontAwesome'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/Foundation.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/Foundation'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/Ionicons.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/Ionicons'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/lib/create-icon-set-from-fontello.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/lib/create-icon-set-from-fontello'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/lib/create-icon-set-from-icomoon.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/lib/create-icon-set-from-icomoon'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/lib/create-icon-set.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/lib/create-icon-set'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/lib/generate-icon-set-from-css.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/lib/generate-icon-set-from-css'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/lib/icon-button.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/lib/icon-button'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/lib/react-native.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/lib/react-native'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/lib/react-native.osx.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/lib/react-native.osx'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/lib/tab-bar-item-ios.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/lib/tab-bar-item-ios'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/lib/toolbar-android.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/lib/toolbar-android'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/MaterialCommunityIcons.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/MaterialCommunityIcons'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/MaterialIcons.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/MaterialIcons'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/node_modules/ansi-regex/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/node_modules/ansi-regex/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/node_modules/is-fullwidth-code-point/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/node_modules/is-fullwidth-code-point/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/node_modules/string-width/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/node_modules/string-width/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/node_modules/strip-ansi/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/node_modules/strip-ansi/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/node_modules/yargs/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/node_modules/yargs/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/node_modules/yargs/lib/apply-extends.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/node_modules/yargs/lib/apply-extends'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/node_modules/yargs/lib/argsert.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/node_modules/yargs/lib/argsert'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/node_modules/yargs/lib/assign.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/node_modules/yargs/lib/assign'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/node_modules/yargs/lib/command.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/node_modules/yargs/lib/command'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/node_modules/yargs/lib/completion.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/node_modules/yargs/lib/completion'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/node_modules/yargs/lib/levenshtein.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/node_modules/yargs/lib/levenshtein'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/node_modules/yargs/lib/obj-filter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/node_modules/yargs/lib/obj-filter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/node_modules/yargs/lib/usage.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/node_modules/yargs/lib/usage'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/node_modules/yargs/lib/validation.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/node_modules/yargs/lib/validation'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/node_modules/yargs/lib/yerror.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/node_modules/yargs/lib/yerror'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/node_modules/yargs/yargs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/node_modules/yargs/yargs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/Octicons.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/Octicons'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/RNIMigration.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/RNIMigration'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/SimpleLineIcons.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/SimpleLineIcons'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/Zocial.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native-vector-icons/Zocial'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/cli.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/cli'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/flow/console.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/flow/console'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/flow/create-react-class.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/flow/create-react-class'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/flow/fbjs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/flow/fbjs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/flow/Map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/flow/Map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/flow/Position.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/flow/Position'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/flow/Promise.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/flow/Promise'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/flow/prop-types.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/flow/prop-types'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/flow/Set.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/flow/Set'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/jest/assetFileTransformer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/jest/assetFileTransformer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/jest/mockComponent.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/jest/mockComponent'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/jest/preprocessor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/jest/preprocessor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/jest/setup.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/jest/setup'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/lib/deepDiffer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/lib/deepDiffer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/lib/deepFreezeAndThrowOnMutationInDev.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/lib/deepFreezeAndThrowOnMutationInDev'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/lib/flattenStyle.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/lib/flattenStyle'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/lib/InitializeJavaScriptAppEngine.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/lib/InitializeJavaScriptAppEngine'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/lib/RCTEventEmitter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/lib/RCTEventEmitter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/lib/TextInputState.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/lib/TextInputState'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/lib/UIManager.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/lib/UIManager'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/lib/UIManagerStatTracker.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/lib/UIManagerStatTracker'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/lib/View.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/lib/View'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/ActionSheetIOS/ActionSheetIOS.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/ActionSheetIOS/ActionSheetIOS'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Alert/Alert.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Alert/Alert'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Alert/AlertIOS.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Alert/AlertIOS'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Alert/RCTAlertManager.android.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Alert/RCTAlertManager.android'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Alert/RCTAlertManager.ios.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Alert/RCTAlertManager.ios'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/release/gulpfile.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/release/gulpfile'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/__tests__/Animated-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/__tests__/Animated-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/__tests__/AnimatedNative-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/__tests__/AnimatedNative-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/__tests__/bezier-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/__tests__/bezier-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/__tests__/Easing-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/__tests__/Easing-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/__tests__/Interpolation-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/__tests__/Interpolation-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/Animated.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/Animated'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/AnimatedEvent.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/AnimatedEvent'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/AnimatedImplementation.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/AnimatedImplementation'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/AnimatedWeb.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/AnimatedWeb'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/animations/Animation.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/animations/Animation'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/animations/DecayAnimation.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/animations/DecayAnimation'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/animations/SpringAnimation.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/animations/SpringAnimation'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/animations/TimingAnimation.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/animations/TimingAnimation'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/bezier.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/bezier'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/createAnimatedComponent.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/createAnimatedComponent'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/Easing.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/Easing'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/NativeAnimatedHelper.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/NativeAnimatedHelper'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/nodes/AnimatedAddition.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/nodes/AnimatedAddition'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/nodes/AnimatedDiffClamp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/nodes/AnimatedDiffClamp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/nodes/AnimatedDivision.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/nodes/AnimatedDivision'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/nodes/AnimatedInterpolation.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/nodes/AnimatedInterpolation'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/nodes/AnimatedModulo.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/nodes/AnimatedModulo'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/nodes/AnimatedMultiplication.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/nodes/AnimatedMultiplication'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/nodes/AnimatedNode.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/nodes/AnimatedNode'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/nodes/AnimatedProps.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/nodes/AnimatedProps'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/nodes/AnimatedStyle.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/nodes/AnimatedStyle'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/nodes/AnimatedTracking.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/nodes/AnimatedTracking'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/nodes/AnimatedTransform.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/nodes/AnimatedTransform'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/nodes/AnimatedValue.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/nodes/AnimatedValue'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/nodes/AnimatedValueXY.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/nodes/AnimatedValueXY'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/nodes/AnimatedWithChildren.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/nodes/AnimatedWithChildren'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/polyfills/flattenStyle.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/polyfills/flattenStyle'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/polyfills/InteractionManager.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/polyfills/InteractionManager'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/polyfills/Set.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/polyfills/Set'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/SpringConfig.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Animated/src/SpringConfig'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/AppState/AppState.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/AppState/AppState'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/ART/ARTSerializablePath.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/ART/ARTSerializablePath'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/ART/ReactNativeART.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/ART/ReactNativeART'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/BatchedBridge/__mocks__/MessageQueueTestConfig.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/BatchedBridge/__mocks__/MessageQueueTestConfig'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/BatchedBridge/__mocks__/MessageQueueTestModule.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/BatchedBridge/__mocks__/MessageQueueTestModule'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/BatchedBridge/__tests__/MessageQueue-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/BatchedBridge/__tests__/MessageQueue-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/BatchedBridge/__tests__/NativeModules-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/BatchedBridge/__tests__/NativeModules-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/BatchedBridge/BatchedBridge.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/BatchedBridge/BatchedBridge'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/BatchedBridge/MessageQueue.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/BatchedBridge/MessageQueue'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/BatchedBridge/NativeModules.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/BatchedBridge/NativeModules'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Blob/Blob.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Blob/Blob'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Blob/BlobTypes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Blob/BlobTypes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Blob/URL.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Blob/URL'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/BugReporting/BugReporting.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/BugReporting/BugReporting'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/BugReporting/dumpReactTree.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/BugReporting/dumpReactTree'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/BugReporting/getReactData.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/BugReporting/getReactData'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/CameraRoll/CameraRoll.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/CameraRoll/CameraRoll'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/CameraRoll/ImagePickerIOS.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/CameraRoll/ImagePickerIOS'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/AccessibilityInfo/AccessibilityInfo.android.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/AccessibilityInfo/AccessibilityInfo.android'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/AccessibilityInfo/AccessibilityInfo.ios.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/AccessibilityInfo/AccessibilityInfo.ios'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/ActivityIndicator/ActivityIndicator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/ActivityIndicator/ActivityIndicator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/AppleTV/TVEventHandler.android.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/AppleTV/TVEventHandler.android'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/AppleTV/TVEventHandler.ios.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/AppleTV/TVEventHandler.ios'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/AppleTV/TVViewPropTypes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/AppleTV/TVViewPropTypes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Button.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Button'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/CheckBox/CheckBox.android.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/CheckBox/CheckBox.android'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/CheckBox/CheckBox.ios.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/CheckBox/CheckBox.ios'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Clipboard/Clipboard.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Clipboard/Clipboard'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/DatePicker/DatePickerIOS.android.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/DatePicker/DatePickerIOS.android'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/DatePicker/DatePickerIOS.ios.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/DatePicker/DatePickerIOS.ios'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/DatePickerAndroid/DatePickerAndroid.android.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/DatePickerAndroid/DatePickerAndroid.android'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/DatePickerAndroid/DatePickerAndroid.ios.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/DatePickerAndroid/DatePickerAndroid.ios'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/DrawerAndroid/DrawerLayoutAndroid.android.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/DrawerAndroid/DrawerLayoutAndroid.android'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/DrawerAndroid/DrawerLayoutAndroid.ios.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/DrawerAndroid/DrawerLayoutAndroid.ios'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Keyboard/Keyboard.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Keyboard/Keyboard'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Keyboard/KeyboardAvoidingView.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Keyboard/KeyboardAvoidingView'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/LazyRenderer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/LazyRenderer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/MaskedView/MaskedViewIOS.android.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/MaskedView/MaskedViewIOS.android'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/MaskedView/MaskedViewIOS.ios.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/MaskedView/MaskedViewIOS.ios'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Navigation/NavigatorIOS.android.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Navigation/NavigatorIOS.android'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Navigation/NavigatorIOS.ios.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Navigation/NavigatorIOS.ios'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Picker/Picker.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Picker/Picker'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Picker/PickerAndroid.android.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Picker/PickerAndroid.android'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Picker/PickerAndroid.ios.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Picker/PickerAndroid.ios'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Picker/PickerIOS.android.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Picker/PickerIOS.android'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Picker/PickerIOS.ios.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Picker/PickerIOS.ios'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/ProgressBarAndroid/ProgressBarAndroid.android.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/ProgressBarAndroid/ProgressBarAndroid.android'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/ProgressBarAndroid/ProgressBarAndroid.ios.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/ProgressBarAndroid/ProgressBarAndroid.ios'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/ProgressViewIOS/ProgressViewIOS.android.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/ProgressViewIOS/ProgressViewIOS.android'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/ProgressViewIOS/ProgressViewIOS.ios.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/ProgressViewIOS/ProgressViewIOS.ios'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/RefreshControl/__mocks__/RefreshControlMock.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/RefreshControl/__mocks__/RefreshControlMock'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/RefreshControl/RefreshControl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/RefreshControl/RefreshControl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/SafeAreaView/SafeAreaView.android.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/SafeAreaView/SafeAreaView.android'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/SafeAreaView/SafeAreaView.ios.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/SafeAreaView/SafeAreaView.ios'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/ScrollResponder.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/ScrollResponder'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/ScrollView/__mocks__/ScrollViewMock.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/ScrollView/__mocks__/ScrollViewMock'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/ScrollView/processDecelerationRate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/ScrollView/processDecelerationRate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/ScrollView/ScrollView.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/ScrollView/ScrollView'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/ScrollView/ScrollViewStickyHeader.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/ScrollView/ScrollViewStickyHeader'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/SegmentedControlIOS/SegmentedControlIOS.android.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/SegmentedControlIOS/SegmentedControlIOS.android'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/SegmentedControlIOS/SegmentedControlIOS.ios.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/SegmentedControlIOS/SegmentedControlIOS.ios'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Slider/Slider.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Slider/Slider'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/StaticContainer.react.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/StaticContainer.react'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/StaticRenderer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/StaticRenderer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/StatusBar/StatusBar.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/StatusBar/StatusBar'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/StatusBar/StatusBarIOS.android.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/StatusBar/StatusBarIOS.android'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/StatusBar/StatusBarIOS.ios.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/StatusBar/StatusBarIOS.ios'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Subscribable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Subscribable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Switch/Switch.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Switch/Switch'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/TabBarIOS/TabBarIOS.android.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/TabBarIOS/TabBarIOS.android'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/TabBarIOS/TabBarIOS.ios.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/TabBarIOS/TabBarIOS.ios'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/TabBarIOS/TabBarItemIOS.android.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/TabBarIOS/TabBarItemIOS.android'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/TabBarIOS/TabBarItemIOS.ios.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/TabBarIOS/TabBarItemIOS.ios'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/TextInput/TextInput.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/TextInput/TextInput'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/TextInput/TextInputState.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/TextInput/TextInputState'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/TimePickerAndroid/TimePickerAndroid.android.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/TimePickerAndroid/TimePickerAndroid.android'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/TimePickerAndroid/TimePickerAndroid.ios.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/TimePickerAndroid/TimePickerAndroid.ios'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/ToastAndroid/ToastAndroid.android.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/ToastAndroid/ToastAndroid.android'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/ToastAndroid/ToastAndroid.ios.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/ToastAndroid/ToastAndroid.ios'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/ToolbarAndroid/ToolbarAndroid.android.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/ToolbarAndroid/ToolbarAndroid.android'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/ToolbarAndroid/ToolbarAndroid.ios.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/ToolbarAndroid/ToolbarAndroid.ios'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Touchable/__mocks__/ensureComponentIsNative.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Touchable/__mocks__/ensureComponentIsNative'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Touchable/__tests__/TouchableHighlight-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Touchable/__tests__/TouchableHighlight-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Touchable/BoundingDimensions.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Touchable/BoundingDimensions'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Touchable/ensureComponentIsNative.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Touchable/ensureComponentIsNative'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Touchable/ensurePositiveDelayProps.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Touchable/ensurePositiveDelayProps'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Touchable/PooledClass.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Touchable/PooledClass'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Touchable/Position.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Touchable/Position'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Touchable/Touchable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Touchable/Touchable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Touchable/TouchableBounce.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Touchable/TouchableBounce'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Touchable/TouchableHighlight.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Touchable/TouchableHighlight'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Touchable/TouchableNativeFeedback.android.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Touchable/TouchableNativeFeedback.android'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Touchable/TouchableNativeFeedback.ios.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Touchable/TouchableNativeFeedback.ios'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Touchable/TouchableOpacity.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Touchable/TouchableOpacity'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Touchable/TouchableWithoutFeedback.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/Touchable/TouchableWithoutFeedback'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/UnimplementedViews/UnimplementedView.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/UnimplementedViews/UnimplementedView'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/View/PlatformViewPropTypes.android.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/View/PlatformViewPropTypes.android'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/View/PlatformViewPropTypes.ios.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/View/PlatformViewPropTypes.ios'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/View/ReactNativeStyleAttributes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/View/ReactNativeStyleAttributes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/View/ReactNativeViewAttributes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/View/ReactNativeViewAttributes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/View/ShadowPropTypesIOS.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/View/ShadowPropTypesIOS'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/View/View.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/View/View'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/View/ViewAccessibility.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/View/ViewAccessibility'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/View/ViewPropTypes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/View/ViewPropTypes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/View/ViewStylePropTypes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/View/ViewStylePropTypes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/ViewPager/ViewPagerAndroid.android.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/ViewPager/ViewPagerAndroid.android'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/ViewPager/ViewPagerAndroid.ios.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/ViewPager/ViewPagerAndroid.ios'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/WebView/WebView.android.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/WebView/WebView.android'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/WebView/WebView.ios.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Components/WebView/WebView.ios'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Core/__mocks__/ErrorUtils.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Core/__mocks__/ErrorUtils'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Core/__tests__/ReactNativeVersionCheck-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Core/__tests__/ReactNativeVersionCheck-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Core/Devtools/__tests__/parseErrorStack-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Core/Devtools/__tests__/parseErrorStack-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Core/Devtools/getDevServer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Core/Devtools/getDevServer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Core/Devtools/openFileInEditor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Core/Devtools/openFileInEditor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Core/Devtools/parseErrorStack.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Core/Devtools/parseErrorStack'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Core/Devtools/setupDevtools.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Core/Devtools/setupDevtools'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Core/Devtools/symbolicateStackTrace.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Core/Devtools/symbolicateStackTrace'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Core/ExceptionsManager.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Core/ExceptionsManager'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Core/InitializeCore.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Core/InitializeCore'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Core/ReactNativeVersion.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Core/ReactNativeVersion'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Core/ReactNativeVersionCheck.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Core/ReactNativeVersionCheck'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Core/Timers/JSTimers.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Core/Timers/JSTimers'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/EventEmitter/__mocks__/NativeEventEmitter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/EventEmitter/__mocks__/NativeEventEmitter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/EventEmitter/MissingNativeEventEmitterShim.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/EventEmitter/MissingNativeEventEmitterShim'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/EventEmitter/NativeEventEmitter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/EventEmitter/NativeEventEmitter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/EventEmitter/RCTDeviceEventEmitter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/EventEmitter/RCTDeviceEventEmitter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/EventEmitter/RCTEventEmitter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/EventEmitter/RCTEventEmitter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/EventEmitter/RCTNativeAppEventEmitter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/EventEmitter/RCTNativeAppEventEmitter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Experimental/Incremental.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Experimental/Incremental'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Experimental/IncrementalExample.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Experimental/IncrementalExample'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Experimental/IncrementalGroup.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Experimental/IncrementalGroup'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Experimental/IncrementalPresenter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Experimental/IncrementalPresenter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Experimental/SwipeableRow/SwipeableFlatList.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Experimental/SwipeableRow/SwipeableFlatList'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Experimental/SwipeableRow/SwipeableListView.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Experimental/SwipeableRow/SwipeableListView'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Experimental/SwipeableRow/SwipeableListViewDataSource.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Experimental/SwipeableRow/SwipeableListViewDataSource'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Experimental/SwipeableRow/SwipeableQuickActionButton.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Experimental/SwipeableRow/SwipeableQuickActionButton'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Experimental/SwipeableRow/SwipeableQuickActions.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Experimental/SwipeableRow/SwipeableQuickActions'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Experimental/SwipeableRow/SwipeableRow.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Experimental/SwipeableRow/SwipeableRow'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Experimental/WindowedListView.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Experimental/WindowedListView'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Geolocation/Geolocation.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Geolocation/Geolocation'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Image/__tests__/assetRelativePathInSnapshot.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Image/__tests__/assetRelativePathInSnapshot'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Image/__tests__/resolveAssetSource-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Image/__tests__/resolveAssetSource-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Image/AssetRegistry.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Image/AssetRegistry'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Image/AssetSourceResolver.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Image/AssetSourceResolver'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Image/Image.android.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Image/Image.android'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Image/Image.ios.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Image/Image.ios'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Image/ImageBackground.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Image/ImageBackground'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Image/ImageEditor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Image/ImageEditor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Image/ImageResizeMode.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Image/ImageResizeMode'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Image/ImageSource.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Image/ImageSource'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Image/ImageSourcePropType.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Image/ImageSourcePropType'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Image/ImageStore.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Image/ImageStore'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Image/ImageStylePropTypes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Image/ImageStylePropTypes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Image/nativeImageSource.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Image/nativeImageSource'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Image/RelativeImageStub.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Image/RelativeImageStub'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Image/resolveAssetSource.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Image/resolveAssetSource'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Inspector/BorderBox.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Inspector/BorderBox'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Inspector/BoxInspector.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Inspector/BoxInspector'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Inspector/ElementBox.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Inspector/ElementBox'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Inspector/ElementProperties.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Inspector/ElementProperties'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Inspector/Inspector.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Inspector/Inspector'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Inspector/InspectorOverlay.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Inspector/InspectorOverlay'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Inspector/InspectorPanel.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Inspector/InspectorPanel'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Inspector/NetworkOverlay.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Inspector/NetworkOverlay'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Inspector/PerformanceOverlay.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Inspector/PerformanceOverlay'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Inspector/resolveBoxStyle.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Inspector/resolveBoxStyle'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Inspector/StyleInspector.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Inspector/StyleInspector'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Interaction/__tests__/Batchinator-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Interaction/__tests__/Batchinator-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Interaction/__tests__/InteractionManager-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Interaction/__tests__/InteractionManager-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Interaction/__tests__/InteractionMixin-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Interaction/__tests__/InteractionMixin-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Interaction/__tests__/TaskQueue-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Interaction/__tests__/TaskQueue-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Interaction/Batchinator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Interaction/Batchinator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Interaction/BridgeSpyStallHandler.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Interaction/BridgeSpyStallHandler'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Interaction/FrameRateLogger.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Interaction/FrameRateLogger'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Interaction/InteractionManager.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Interaction/InteractionManager'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Interaction/InteractionMixin.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Interaction/InteractionMixin'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Interaction/InteractionStallDebugger.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Interaction/InteractionStallDebugger'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Interaction/JSEventLoopWatchdog.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Interaction/JSEventLoopWatchdog'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Interaction/PanResponder.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Interaction/PanResponder'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Interaction/ReactPerfStallHandler.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Interaction/ReactPerfStallHandler'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Interaction/TaskQueue.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Interaction/TaskQueue'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/JSInspector/InspectorAgent.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/JSInspector/InspectorAgent'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/JSInspector/JSInspector.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/JSInspector/JSInspector'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/JSInspector/NetworkAgent.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/JSInspector/NetworkAgent'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/LayoutAnimation/LayoutAnimation.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/LayoutAnimation/LayoutAnimation'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Linking/Linking.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Linking/Linking'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Lists/__flowtests__/FlatList-flowtest.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Lists/__flowtests__/FlatList-flowtest'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Lists/__flowtests__/SectionList-flowtest.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Lists/__flowtests__/SectionList-flowtest'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Lists/__tests__/FillRateHelper-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Lists/__tests__/FillRateHelper-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Lists/__tests__/FlatList-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Lists/__tests__/FlatList-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Lists/__tests__/SectionList-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Lists/__tests__/SectionList-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Lists/__tests__/ViewabilityHelper-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Lists/__tests__/ViewabilityHelper-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Lists/__tests__/VirtualizedList-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Lists/__tests__/VirtualizedList-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Lists/__tests__/VirtualizeUtils-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Lists/__tests__/VirtualizeUtils-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Lists/FillRateHelper.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Lists/FillRateHelper'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Lists/FlatList.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Lists/FlatList'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Lists/ListView/__mocks__/ListViewMock.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Lists/ListView/__mocks__/ListViewMock'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Lists/ListView/ListView.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Lists/ListView/ListView'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Lists/ListView/ListViewDataSource.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Lists/ListView/ListViewDataSource'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Lists/MetroListView.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Lists/MetroListView'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Lists/SectionList.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Lists/SectionList'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Lists/ViewabilityHelper.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Lists/ViewabilityHelper'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Lists/VirtualizedList.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Lists/VirtualizedList'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Lists/VirtualizedSectionList.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Lists/VirtualizedSectionList'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Lists/VirtualizeUtils.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Lists/VirtualizeUtils'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Modal/Modal.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Modal/Modal'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Network/__tests__/FormData-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Network/__tests__/FormData-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Network/__tests__/XMLHttpRequest-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Network/__tests__/XMLHttpRequest-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Network/convertRequestBody.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Network/convertRequestBody'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Network/fetch.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Network/fetch'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Network/FormData.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Network/FormData'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Network/NetInfo.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Network/NetInfo'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Network/RCTNetworking.android.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Network/RCTNetworking.android'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Network/RCTNetworking.ios.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Network/RCTNetworking.ios'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Network/XHRInterceptor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Network/XHRInterceptor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Network/XMLHttpRequest.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Network/XMLHttpRequest'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Performance/QuickPerformanceLogger.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Performance/QuickPerformanceLogger'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Performance/SamplingProfiler.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Performance/SamplingProfiler'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Performance/Systrace.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Performance/Systrace'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/PermissionsAndroid/PermissionsAndroid.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/PermissionsAndroid/PermissionsAndroid'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/polyfills/__tests__/Object.es7-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/polyfills/__tests__/Object.es7-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/polyfills/Array.es6.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/polyfills/Array.es6'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/polyfills/Array.prototype.es6.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/polyfills/Array.prototype.es6'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/polyfills/babelHelpers.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/polyfills/babelHelpers'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/polyfills/console.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/polyfills/console'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/polyfills/error-guard.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/polyfills/error-guard'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/polyfills/Number.es6.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/polyfills/Number.es6'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/polyfills/Object.es6.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/polyfills/Object.es6'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/polyfills/Object.es7.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/polyfills/Object.es7'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/polyfills/String.prototype.es6.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/polyfills/String.prototype.es6'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Promise.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Promise'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/promiseRejectionIsError.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/promiseRejectionIsError'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/PushNotificationIOS/PushNotificationIOS.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/PushNotificationIOS/PushNotificationIOS'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/RCTTest/SnapshotViewIOS.android.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/RCTTest/SnapshotViewIOS.android'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/RCTTest/SnapshotViewIOS.ios.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/RCTTest/SnapshotViewIOS.ios'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/react-native/react-native-implementation.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/react-native/react-native-implementation'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/react-native/react-native-interface.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/react-native/react-native-interface'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/react-native/React.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/react-native/React'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/ReactNative/AppContainer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/ReactNative/AppContainer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/ReactNative/AppRegistry.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/ReactNative/AppRegistry'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/ReactNative/I18nManager.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/ReactNative/I18nManager'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/ReactNative/queryLayoutByID.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/ReactNative/queryLayoutByID'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/ReactNative/ReactNativeFeatureFlags.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/ReactNative/ReactNativeFeatureFlags'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/ReactNative/renderApplication.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/ReactNative/renderApplication'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/ReactNative/requireNativeComponent.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/ReactNative/requireNativeComponent'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/ReactNative/UIManager.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/ReactNative/UIManager'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/ReactNative/UIManagerStatTracker.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/ReactNative/UIManagerStatTracker'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/ReactNative/verifyPropTypes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/ReactNative/verifyPropTypes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/ReactNative/YellowBox.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/ReactNative/YellowBox'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Renderer/ReactNativeRenderer-dev.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Renderer/ReactNativeRenderer-dev'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Renderer/ReactNativeRenderer-prod.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Renderer/ReactNativeRenderer-prod'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Renderer/shims/createReactNativeComponentClass.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Renderer/shims/createReactNativeComponentClass'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Renderer/shims/NativeMethodsMixin.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Renderer/shims/NativeMethodsMixin'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Renderer/shims/ReactDebugTool.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Renderer/shims/ReactDebugTool'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Renderer/shims/ReactFeatureFlags.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Renderer/shims/ReactFeatureFlags'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Renderer/shims/ReactGlobalSharedState.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Renderer/shims/ReactGlobalSharedState'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Renderer/shims/ReactNative.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Renderer/shims/ReactNative'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Renderer/shims/ReactNativeBridgeEventPlugin.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Renderer/shims/ReactNativeBridgeEventPlugin'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Renderer/shims/ReactNativeComponentTree.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Renderer/shims/ReactNativeComponentTree'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Renderer/shims/ReactNativePropRegistry.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Renderer/shims/ReactNativePropRegistry'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Renderer/shims/ReactNativeTypes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Renderer/shims/ReactNativeTypes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Renderer/shims/ReactPerf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Renderer/shims/ReactPerf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Renderer/shims/ReactTypes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Renderer/shims/ReactTypes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Renderer/shims/takeSnapshot.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Renderer/shims/takeSnapshot'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Renderer/shims/TouchHistoryMath.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Renderer/shims/TouchHistoryMath'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Sample/Sample.android.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Sample/Sample.android'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Sample/Sample.ios.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Sample/Sample.ios'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Settings/Settings.android.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Settings/Settings.android'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Settings/Settings.ios.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Settings/Settings.ios'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Share/Share.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Share/Share'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Storage/AsyncStorage.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Storage/AsyncStorage'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/StyleSheet/__tests__/flattenStyle-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/StyleSheet/__tests__/flattenStyle-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/StyleSheet/__tests__/normalizeColor-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/StyleSheet/__tests__/normalizeColor-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/StyleSheet/__tests__/processColor-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/StyleSheet/__tests__/processColor-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/StyleSheet/__tests__/processTransform-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/StyleSheet/__tests__/processTransform-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/StyleSheet/__tests__/setNormalizedColorAlpha-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/StyleSheet/__tests__/setNormalizedColorAlpha-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/StyleSheet/ColorPropType.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/StyleSheet/ColorPropType'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/StyleSheet/EdgeInsetsPropType.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/StyleSheet/EdgeInsetsPropType'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/StyleSheet/flattenStyle.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/StyleSheet/flattenStyle'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/StyleSheet/LayoutPropTypes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/StyleSheet/LayoutPropTypes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/StyleSheet/normalizeColor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/StyleSheet/normalizeColor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/StyleSheet/PointPropType.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/StyleSheet/PointPropType'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/StyleSheet/processColor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/StyleSheet/processColor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/StyleSheet/processTransform.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/StyleSheet/processTransform'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/StyleSheet/setNormalizedColorAlpha.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/StyleSheet/setNormalizedColorAlpha'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/StyleSheet/StyleSheet.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/StyleSheet/StyleSheet'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/StyleSheet/StyleSheetPropType.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/StyleSheet/StyleSheetPropType'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/StyleSheet/StyleSheetTypes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/StyleSheet/StyleSheetTypes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/StyleSheet/StyleSheetValidation.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/StyleSheet/StyleSheetValidation'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/StyleSheet/TransformPropTypes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/StyleSheet/TransformPropTypes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Text/Text.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Text/Text'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Text/TextStylePropTypes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Text/TextStylePropTypes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Text/TextUpdateTest.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Text/TextUpdateTest'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Types/CoreEventTypes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Types/CoreEventTypes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/__mocks__/BackHandler.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/__mocks__/BackHandler'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/__mocks__/PixelRatio.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/__mocks__/PixelRatio'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/__tests__/buildStyleInterpolator-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/__tests__/buildStyleInterpolator-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/__tests__/deepFreezeAndThrowOnMutationInDev-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/__tests__/deepFreezeAndThrowOnMutationInDev-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/__tests__/groupByEveryN-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/__tests__/groupByEveryN-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/__tests__/mapWithSeparator-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/__tests__/mapWithSeparator-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/__tests__/MatrixMath-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/__tests__/MatrixMath-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/__tests__/Platform-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/__tests__/Platform-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/__tests__/SceneTracker-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/__tests__/SceneTracker-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/__tests__/truncate-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/__tests__/truncate-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/__tests__/utf8-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/__tests__/utf8-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/asyncRequire.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/asyncRequire'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/BackAndroid.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/BackAndroid'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/BackHandler.android.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/BackHandler.android'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/BackHandler.ios.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/BackHandler.ios'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/binaryToBase64.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/binaryToBase64'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/buildStyleInterpolator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/buildStyleInterpolator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/clamp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/clamp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/createStrictShapeTypeChecker.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/createStrictShapeTypeChecker'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/DebugEnvironment.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/DebugEnvironment'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/deepFreezeAndThrowOnMutationInDev.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/deepFreezeAndThrowOnMutationInDev'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/defineLazyObjectProperty.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/defineLazyObjectProperty'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/deprecatedPropType.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/deprecatedPropType'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/DeviceInfo.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/DeviceInfo'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/differ/__tests__/deepDiffer-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/differ/__tests__/deepDiffer-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/differ/deepDiffer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/differ/deepDiffer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/differ/insetsDiffer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/differ/insetsDiffer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/differ/matricesDiffer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/differ/matricesDiffer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/differ/pointsDiffer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/differ/pointsDiffer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/differ/sizesDiffer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/differ/sizesDiffer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/Dimensions.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/Dimensions'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/dismissKeyboard.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/dismissKeyboard'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/groupByEveryN.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/groupByEveryN'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/HeapCapture.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/HeapCapture'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/HMRClient.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/HMRClient'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/HMRLoadingView.android.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/HMRLoadingView.android'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/HMRLoadingView.ios.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/HMRLoadingView.ios'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/infoLog.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/infoLog'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/logError.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/logError'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/mapWithSeparator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/mapWithSeparator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/MatrixMath.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/MatrixMath'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/mergeFast.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/mergeFast'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/mergeIntoFast.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/mergeIntoFast'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/PerformanceLogger.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/PerformanceLogger'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/PixelRatio.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/PixelRatio'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/Platform.android.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/Platform.android'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/Platform.ios.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/Platform.ios'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/PlatformOS.android.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/PlatformOS.android'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/PlatformOS.ios.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/PlatformOS.ios'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/RCTLog.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/RCTLog'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/SceneTracker.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/SceneTracker'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/stringifySafe.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/stringifySafe'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/truncate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/truncate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/utf8.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Utilities/utf8'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/vendor/core/_shouldPolyfillES6Collection.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/vendor/core/_shouldPolyfillES6Collection'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/vendor/core/ErrorUtils.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/vendor/core/ErrorUtils'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/vendor/core/getObjectValues.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/vendor/core/getObjectValues'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/vendor/core/guid.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/vendor/core/guid'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/vendor/core/isEmpty.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/vendor/core/isEmpty'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/vendor/core/Map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/vendor/core/Map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/vendor/core/merge.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/vendor/core/merge'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/vendor/core/mergeHelpers.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/vendor/core/mergeHelpers'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/vendor/core/mergeInto.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/vendor/core/mergeInto'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/vendor/core/Set.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/vendor/core/Set'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/vendor/core/toIterator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/vendor/core/toIterator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/vendor/document/selection/DocumentSelectionState.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/vendor/document/selection/DocumentSelectionState'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/vendor/emitter/EmitterSubscription.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/vendor/emitter/EmitterSubscription'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/vendor/emitter/EventEmitter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/vendor/emitter/EventEmitter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/vendor/emitter/EventEmitterWithHolding.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/vendor/emitter/EventEmitterWithHolding'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/vendor/emitter/EventHolder.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/vendor/emitter/EventHolder'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/vendor/emitter/EventSubscription.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/vendor/emitter/EventSubscription'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/vendor/emitter/EventSubscriptionVendor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/vendor/emitter/EventSubscriptionVendor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/vendor/emitter/EventValidator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/vendor/emitter/EventValidator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/vendor/emitter/mixInEventEmitter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/vendor/emitter/mixInEventEmitter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Vibration/Vibration.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Vibration/Vibration'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Vibration/VibrationIOS.android.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Vibration/VibrationIOS.android'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Vibration/VibrationIOS.ios.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/Vibration/VibrationIOS.ios'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/WebSocket/__mocks__/event-target-shim.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/WebSocket/__mocks__/event-target-shim'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/WebSocket/__tests__/WebSocket-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/WebSocket/__tests__/WebSocket-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/WebSocket/WebSocket.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/WebSocket/WebSocket'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/WebSocket/WebSocketEvent.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/WebSocket/WebSocketEvent'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/WebSocket/WebSocketInterceptor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/Libraries/WebSocket/WebSocketInterceptor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/__mocks__/beeper.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/__mocks__/beeper'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/__mocks__/fs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/__mocks__/fs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/__tests__/fs-mock-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/__tests__/fs-mock-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/bundle/__mocks__/sign.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/bundle/__mocks__/sign'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/bundle/__tests__/filterPlatformAssetScales-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/bundle/__tests__/filterPlatformAssetScales-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/bundle/__tests__/getAssetDestPathAndroid-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/bundle/__tests__/getAssetDestPathAndroid-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/bundle/__tests__/getAssetDestPathIOS-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/bundle/__tests__/getAssetDestPathIOS-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/bundle/assetPathUtils.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/bundle/assetPathUtils'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/bundle/buildBundle.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/bundle/buildBundle'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/bundle/bundle.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/bundle/bundle'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/bundle/bundleCommandLineArgs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/bundle/bundleCommandLineArgs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/bundle/filterPlatformAssetScales.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/bundle/filterPlatformAssetScales'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/bundle/getAssetDestPathAndroid.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/bundle/getAssetDestPathAndroid'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/bundle/getAssetDestPathIOS.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/bundle/getAssetDestPathIOS'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/bundle/saveAssets.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/bundle/saveAssets'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/bundle/types.flow.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/bundle/types.flow'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/bundle/unbundle.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/bundle/unbundle'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/cli.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/cli'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/cliEntry.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/cliEntry'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/commands.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/commands'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/__fixtures__/android.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/__fixtures__/android'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/__fixtures__/commands.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/__fixtures__/commands'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/__fixtures__/dependencies.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/__fixtures__/dependencies'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/__fixtures__/ios.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/__fixtures__/ios'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/__fixtures__/projects.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/__fixtures__/projects'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/__tests__/android/findAndroidAppFolder.spec.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/__tests__/android/findAndroidAppFolder.spec'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/__tests__/android/findManifest.spec.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/__tests__/android/findManifest.spec'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/__tests__/android/findPackageClassName.spec.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/__tests__/android/findPackageClassName.spec'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/__tests__/android/getDependencyConfig.spec.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/__tests__/android/getDependencyConfig.spec'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/__tests__/android/getProjectConfig.spec.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/__tests__/android/getProjectConfig.spec'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/__tests__/android/readManifest.spec.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/__tests__/android/readManifest.spec'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/__tests__/findAssets.spec.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/__tests__/findAssets.spec'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/__tests__/findPlugins.spec.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/__tests__/findPlugins.spec'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/__tests__/ios/findPodfilePath.spec.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/__tests__/ios/findPodfilePath.spec'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/__tests__/ios/findPodspecName.spec.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/__tests__/ios/findPodspecName.spec'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/__tests__/ios/findProject.spec.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/__tests__/ios/findProject.spec'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/__tests__/ios/getProjectConfig.spec.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/__tests__/ios/getProjectConfig.spec'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/__tests__/makeCommand.spec.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/__tests__/makeCommand.spec'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/android/findAndroidAppFolder.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/android/findAndroidAppFolder'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/android/findManifest.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/android/findManifest'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/android/findPackageClassName.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/android/findPackageClassName'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/android/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/android/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/android/readManifest.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/android/readManifest'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/Constants.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/Constants'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/findAssets.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/findAssets'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/findPlugins.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/findPlugins'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/ios/findPodfilePath.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/ios/findPodfilePath'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/ios/findPodspecName.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/ios/findPodspecName'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/ios/findProject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/ios/findProject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/ios/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/ios/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/makeCommand.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/makeCommand'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/windows/findNamespace.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/windows/findNamespace'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/windows/findPackageClassName.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/windows/findPackageClassName'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/windows/findProject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/windows/findProject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/windows/findWindowsSolution.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/windows/findWindowsSolution'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/windows/generateGUID.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/windows/generateGUID'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/windows/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/windows/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/wrapCommands.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/core/wrapCommands'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/dependencies/dependencies.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/dependencies/dependencies'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/eject/eject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/eject/eject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/generator/copyProjectTemplateAndReplace.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/generator/copyProjectTemplateAndReplace'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/generator/printRunInstructions.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/generator/printRunInstructions'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/generator/promptSync.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/generator/promptSync'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/generator/templates.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/generator/templates'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/info/info.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/info/info'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/init/init.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/init/init'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/install/install.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/install/install'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/install/uninstall.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/install/uninstall'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/library/library.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/library/library'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/android/applyPatch.spec.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/android/applyPatch.spec'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/android/isInstalled.spec.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/android/isInstalled.spec'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/android/makeBuildPatch.spec.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/android/makeBuildPatch.spec'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/android/makeImportPatch.spec.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/android/makeImportPatch.spec'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/android/makePackagePatch.spec.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/android/makePackagePatch.spec'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/android/makeSettingsPatch.spec.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/android/makeSettingsPatch.spec'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/android/makeStringsPatch.spec.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/android/makeStringsPatch.spec'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/getDependencyConfig.spec.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/getDependencyConfig.spec'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/getProjectDependencies.spec.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/getProjectDependencies.spec'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/groupFilesByType.spec.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/groupFilesByType.spec'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/ios/addFileToProject.spec.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/ios/addFileToProject.spec'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/ios/addProjectToLibraries.spec.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/ios/addProjectToLibraries.spec'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/ios/addSharedLibraries.spec.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/ios/addSharedLibraries.spec'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/ios/createGroup.spec.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/ios/createGroup.spec'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/ios/getBuildProperty.spec.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/ios/getBuildProperty.spec'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/ios/getGroup.spec.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/ios/getGroup.spec'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/ios/getHeaderSearchPath.spec.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/ios/getHeaderSearchPath.spec'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/ios/getHeadersInFolder.spec.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/ios/getHeadersInFolder.spec'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/ios/getPlist.spec.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/ios/getPlist.spec'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/ios/getPlistPath.spec.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/ios/getPlistPath.spec'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/ios/getProducts.spec.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/ios/getProducts.spec'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/ios/hasLibraryImported.spec.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/ios/hasLibraryImported.spec'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/ios/isInstalled.spec.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/ios/isInstalled.spec'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/ios/mapHeaderSearchPaths.spec.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/ios/mapHeaderSearchPaths.spec'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/ios/removeProjectFromLibraries.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/ios/removeProjectFromLibraries'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/ios/removeProjectFromProject.spec.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/ios/removeProjectFromProject.spec'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/ios/removeSharedLibrary.spec.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/ios/removeSharedLibrary.spec'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/ios/writePlist.spec.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/ios/writePlist.spec'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/link.spec.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/link.spec'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/pods/findLineToAddPod.spec.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/pods/findLineToAddPod.spec'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/pods/findMarkedLinesInPodfile.spec.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/pods/findMarkedLinesInPodfile.spec'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/pods/findPodTargetLine.spec.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/pods/findPodTargetLine.spec'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/pods/isInstalled.spec.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/pods/isInstalled.spec'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/pods/removePodEntry.spec.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/pods/removePodEntry.spec'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/promiseWaterfall.spec.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/__tests__/promiseWaterfall.spec'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/android/copyAssets.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/android/copyAssets'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/android/fs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/android/fs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/android/isInstalled.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/android/isInstalled'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/android/patches/applyParams.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/android/patches/applyParams'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/android/patches/applyPatch.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/android/patches/applyPatch'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/android/patches/makeBuildPatch.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/android/patches/makeBuildPatch'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/android/patches/makeImportPatch.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/android/patches/makeImportPatch'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/android/patches/makePackagePatch.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/android/patches/makePackagePatch'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/android/patches/makeSettingsPatch.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/android/patches/makeSettingsPatch'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/android/patches/makeStringsPatch.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/android/patches/makeStringsPatch'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/android/patches/revokePatch.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/android/patches/revokePatch'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/android/registerNativeModule.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/android/registerNativeModule'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/android/unlinkAssets.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/android/unlinkAssets'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/android/unregisterNativeModule.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/android/unregisterNativeModule'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/commandStub.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/commandStub'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/getDependencyConfig.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/getDependencyConfig'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/getProjectDependencies.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/getProjectDependencies'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/groupFilesByType.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/groupFilesByType'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/addFileToProject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/addFileToProject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/addProjectToLibraries.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/addProjectToLibraries'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/addSharedLibraries.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/addSharedLibraries'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/addToHeaderSearchPaths.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/addToHeaderSearchPaths'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/copyAssets.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/copyAssets'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/createGroup.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/createGroup'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/createGroupWithMessage.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/createGroupWithMessage'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/getBuildProperty.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/getBuildProperty'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/getGroup.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/getGroup'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/getHeaderSearchPath.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/getHeaderSearchPath'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/getHeadersInFolder.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/getHeadersInFolder'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/getPlist.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/getPlist'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/getPlistPath.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/getPlistPath'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/getProducts.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/getProducts'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/hasLibraryImported.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/hasLibraryImported'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/isInstalled.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/isInstalled'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/mapHeaderSearchPaths.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/mapHeaderSearchPaths'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/registerNativeModule.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/registerNativeModule'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/removeFromHeaderSearchPaths.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/removeFromHeaderSearchPaths'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/removeFromPbxItemContainerProxySection.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/removeFromPbxItemContainerProxySection'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/removeFromPbxReferenceProxySection.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/removeFromPbxReferenceProxySection'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/removeFromProjectReferences.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/removeFromProjectReferences'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/removeFromStaticLibraries.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/removeFromStaticLibraries'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/removeProductGroup.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/removeProductGroup'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/removeProjectFromLibraries.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/removeProjectFromLibraries'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/removeProjectFromProject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/removeProjectFromProject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/removeSharedLibraries.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/removeSharedLibraries'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/unlinkAssets.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/unlinkAssets'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/unregisterNativeModule.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/unregisterNativeModule'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/writePlist.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/ios/writePlist'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/link.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/link'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/pods/addPodEntry.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/pods/addPodEntry'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/pods/findLineToAddPod.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/pods/findLineToAddPod'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/pods/findMarkedLinesInPodfile.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/pods/findMarkedLinesInPodfile'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/pods/findPodTargetLine.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/pods/findPodTargetLine'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/pods/isInstalled.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/pods/isInstalled'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/pods/readPodfile.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/pods/readPodfile'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/pods/registerNativeModule.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/pods/registerNativeModule'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/pods/removePodEntry.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/pods/removePodEntry'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/pods/savePodFile.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/pods/savePodFile'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/pods/unregisterNativeModule.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/pods/unregisterNativeModule'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/pollParams.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/pollParams'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/promiseWaterfall.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/promiseWaterfall'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/promisify.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/promisify'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/unlink.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/unlink'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/windows/isInstalled.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/windows/isInstalled'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/windows/patches/applyParams.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/windows/patches/applyParams'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/windows/patches/applyPatch.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/windows/patches/applyPatch'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/windows/patches/makePackagePatch.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/windows/patches/makePackagePatch'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/windows/patches/makeProjectPatch.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/windows/patches/makeProjectPatch'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/windows/patches/makeSolutionPatch.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/windows/patches/makeSolutionPatch'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/windows/patches/makeUsingPatch.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/windows/patches/makeUsingPatch'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/windows/patches/revokePatch.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/windows/patches/revokePatch'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/windows/registerNativeModule.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/windows/registerNativeModule'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/windows/unregisterNativeModule.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/link/windows/unregisterNativeModule'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/logAndroid/logAndroid.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/logAndroid/logAndroid'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/logIOS/logIOS.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/logIOS/logIOS'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/runAndroid/adb.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/runAndroid/adb'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/runAndroid/runAndroid.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/runAndroid/runAndroid'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/runIOS/__tests__/findMatchingSimulator-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/runIOS/__tests__/findMatchingSimulator-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/runIOS/__tests__/findXcodeProject-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/runIOS/__tests__/findXcodeProject-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/runIOS/__tests__/parseIOSDevicesList-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/runIOS/__tests__/parseIOSDevicesList-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/runIOS/findMatchingSimulator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/runIOS/findMatchingSimulator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/runIOS/findXcodeProject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/runIOS/findXcodeProject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/runIOS/parseIOSDevicesList.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/runIOS/parseIOSDevicesList'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/runIOS/runIOS.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/runIOS/runIOS'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/server/checkNodeVersion.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/server/checkNodeVersion'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/server/middleware/copyToClipBoardMiddleware.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/server/middleware/copyToClipBoardMiddleware'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/server/middleware/getDevToolsMiddleware.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/server/middleware/getDevToolsMiddleware'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/server/middleware/indexPage.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/server/middleware/indexPage'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/server/middleware/loadRawBodyMiddleware.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/server/middleware/loadRawBodyMiddleware'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/server/middleware/openStackFrameInEditorMiddleware.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/server/middleware/openStackFrameInEditorMiddleware'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/server/middleware/statusPageMiddleware.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/server/middleware/statusPageMiddleware'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/server/middleware/systraceProfileMiddleware.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/server/middleware/systraceProfileMiddleware'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/server/middleware/unless.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/server/middleware/unless'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/server/runServer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/server/runServer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/server/server.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/server/server'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/server/util/attachWebsocketServer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/server/util/attachWebsocketServer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/server/util/copyToClipBoard.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/server/util/copyToClipBoard'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/server/util/debugger-ui/debuggerWorker.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/server/util/debugger-ui/debuggerWorker'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/server/util/debugger-ui/DeltaPatcher.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/server/util/debugger-ui/DeltaPatcher'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/server/util/debugger-ui/deltaUrlToBlobUrl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/server/util/debugger-ui/deltaUrlToBlobUrl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/server/util/jsPackagerClient.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/server/util/jsPackagerClient'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/server/util/launchChrome.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/server/util/launchChrome'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/server/util/launchEditor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/server/util/launchEditor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/server/util/messageSocket.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/server/util/messageSocket'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/server/util/webSocketProxy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/server/util/webSocketProxy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/templates/HelloNavigation/App.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/templates/HelloNavigation/App'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/templates/HelloNavigation/components/KeyboardSpacer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/templates/HelloNavigation/components/KeyboardSpacer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/templates/HelloNavigation/components/ListItem.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/templates/HelloNavigation/components/ListItem'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/templates/HelloNavigation/lib/Backend.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/templates/HelloNavigation/lib/Backend'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/templates/HelloNavigation/views/chat/ChatListScreen.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/templates/HelloNavigation/views/chat/ChatListScreen'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/templates/HelloNavigation/views/chat/ChatScreen.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/templates/HelloNavigation/views/chat/ChatScreen'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/templates/HelloNavigation/views/HomeScreenTabNavigator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/templates/HelloNavigation/views/HomeScreenTabNavigator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/templates/HelloNavigation/views/welcome/WelcomeScreen.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/templates/HelloNavigation/views/welcome/WelcomeScreen'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/templates/HelloNavigation/views/welcome/WelcomeText.android.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/templates/HelloNavigation/views/welcome/WelcomeText.android'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/templates/HelloNavigation/views/welcome/WelcomeText.ios.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/templates/HelloNavigation/views/welcome/WelcomeText.ios'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/templates/HelloWorld/__tests__/App.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/templates/HelloWorld/__tests__/App'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/templates/HelloWorld/App.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/templates/HelloWorld/App'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/templates/HelloWorld/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/templates/HelloWorld/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/upgrade/upgrade.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/upgrade/upgrade'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/util/__mocks__/log.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/util/__mocks__/log'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/util/__tests__/findSymlinkedModules-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/util/__tests__/findSymlinkedModules-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/util/assertRequiredOptions.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/util/assertRequiredOptions'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/util/Config.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/util/Config'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/util/copyAndReplace.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/util/copyAndReplace'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/util/findReactNativeScripts.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/util/findReactNativeScripts'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/util/findSymlinkedModules.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/util/findSymlinkedModules'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/util/findSymlinksPaths.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/util/findSymlinksPaths'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/util/isPackagerRunning.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/util/isPackagerRunning'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/util/isValidPackageName.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/util/isValidPackageName'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/util/log.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/util/log'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/util/PackageManager.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/util/PackageManager'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/util/parseCommandLine.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/util/parseCommandLine'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/util/walk.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/util/walk'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/util/yarn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/util/yarn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/wrong-react-native.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/local-cli/wrong-react-native'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/node_modules/ansi-styles/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/node_modules/ansi-styles/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/node_modules/chalk/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/node_modules/chalk/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/node_modules/pretty-format/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/node_modules/pretty-format/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/node_modules/pretty-format/plugins/ReactElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/node_modules/pretty-format/plugins/ReactElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/node_modules/pretty-format/plugins/ReactTestComponent.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/node_modules/pretty-format/plugins/ReactTestComponent'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/node_modules/pretty-format/printString.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/node_modules/pretty-format/printString'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/node_modules/supports-color/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/node_modules/supports-color/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/Asserts.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/Asserts'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/CatalystRootViewTestModule.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/CatalystRootViewTestModule'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/DatePickerDialogTestModule.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/DatePickerDialogTestModule'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/InitialPropsTestApp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/InitialPropsTestApp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/JSResponderTestApp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/JSResponderTestApp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/LayoutEventsTestApp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/LayoutEventsTestApp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/MeasureLayoutTestModule.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/MeasureLayoutTestModule'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/MultitouchHandlingTestAppModule.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/MultitouchHandlingTestAppModule'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/NativeIdTestModule.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/NativeIdTestModule'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/PickerAndroidTestModule.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/PickerAndroidTestModule'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/ProgressBarTestModule.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/ProgressBarTestModule'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/ScrollViewTestModule.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/ScrollViewTestModule'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/ShareTestModule.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/ShareTestModule'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/SubviewsClippingTestModule.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/SubviewsClippingTestModule'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/SwipeRefreshLayoutTestModule.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/SwipeRefreshLayoutTestModule'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/TestBundle.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/TestBundle'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/TestIdTestModule.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/TestIdTestModule'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/TestJavaToJSArgumentsModule.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/TestJavaToJSArgumentsModule'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/TestJavaToJSReturnValuesModule.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/TestJavaToJSReturnValuesModule'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/TestJSLocaleModule.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/TestJSLocaleModule'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/TestJSToJavaParametersModule.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/TestJSToJavaParametersModule'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/TextInputTestModule.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/TextInputTestModule'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/TimePickerDialogTestModule.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/TimePickerDialogTestModule'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/TouchBubblingTestAppModule.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/TouchBubblingTestAppModule'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/UIManagerTestModule.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/UIManagerTestModule'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/ViewRenderingTestModule.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/ReactAndroid/src/androidTest/js/ViewRenderingTestModule'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/rn-get-polyfills.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/rn-get-polyfills'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-native/setupBabel.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-native/setupBabel'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-navigation/jest-setup.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-navigation/jest-setup'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-navigation/prettier.config.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-navigation/prettier.config'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-proxy/dist/ReactProxy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-proxy/dist/ReactProxy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-proxy/modules/bindAutoBindMethods.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-proxy/modules/bindAutoBindMethods'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-proxy/modules/createClassProxy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-proxy/modules/createClassProxy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-proxy/modules/createPrototypeProxy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-proxy/modules/createPrototypeProxy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-proxy/modules/deleteUnknownAutoBindMethods.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-proxy/modules/deleteUnknownAutoBindMethods'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-proxy/modules/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-proxy/modules/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-proxy/modules/supportsProtoAssignment.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-proxy/modules/supportsProtoAssignment'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-proxy/src/bindAutoBindMethods.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-proxy/src/bindAutoBindMethods'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-proxy/src/createClassProxy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-proxy/src/createClassProxy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-proxy/src/createPrototypeProxy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-proxy/src/createPrototypeProxy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-proxy/src/deleteUnknownAutoBindMethods.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-proxy/src/deleteUnknownAutoBindMethods'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-proxy/src/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-proxy/src/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-proxy/src/supportsProtoAssignment.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-proxy/src/supportsProtoAssignment'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/dist/react-redux.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-redux/dist/react-redux'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/dist/react-redux.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-redux/dist/react-redux.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/es/components/connectAdvanced.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-redux/es/components/connectAdvanced'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/es/components/Provider.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-redux/es/components/Provider'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/es/connect/connect.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-redux/es/connect/connect'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/es/connect/mapDispatchToProps.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-redux/es/connect/mapDispatchToProps'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/es/connect/mapStateToProps.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-redux/es/connect/mapStateToProps'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/es/connect/mergeProps.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-redux/es/connect/mergeProps'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/es/connect/selectorFactory.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-redux/es/connect/selectorFactory'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/es/connect/verifySubselectors.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-redux/es/connect/verifySubselectors'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/es/connect/wrapMapToProps.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-redux/es/connect/wrapMapToProps'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/es/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-redux/es/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/es/utils/PropTypes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-redux/es/utils/PropTypes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/es/utils/shallowEqual.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-redux/es/utils/shallowEqual'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/es/utils/Subscription.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-redux/es/utils/Subscription'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/es/utils/verifyPlainObject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-redux/es/utils/verifyPlainObject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/es/utils/warning.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-redux/es/utils/warning'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/es/utils/wrapActionCreators.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-redux/es/utils/wrapActionCreators'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/lib/components/connectAdvanced.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-redux/lib/components/connectAdvanced'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/lib/components/Provider.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-redux/lib/components/Provider'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/lib/connect/connect.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-redux/lib/connect/connect'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/lib/connect/mapDispatchToProps.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-redux/lib/connect/mapDispatchToProps'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/lib/connect/mapStateToProps.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-redux/lib/connect/mapStateToProps'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/lib/connect/mergeProps.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-redux/lib/connect/mergeProps'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/lib/connect/selectorFactory.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-redux/lib/connect/selectorFactory'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/lib/connect/verifySubselectors.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-redux/lib/connect/verifySubselectors'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/lib/connect/wrapMapToProps.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-redux/lib/connect/wrapMapToProps'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-redux/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/lib/utils/PropTypes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-redux/lib/utils/PropTypes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/lib/utils/shallowEqual.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-redux/lib/utils/shallowEqual'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/lib/utils/Subscription.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-redux/lib/utils/Subscription'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/lib/utils/verifyPlainObject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-redux/lib/utils/verifyPlainObject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/lib/utils/warning.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-redux/lib/utils/warning'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/lib/utils/wrapActionCreators.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-redux/lib/utils/wrapActionCreators'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/src/components/connectAdvanced.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-redux/src/components/connectAdvanced'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/src/components/Provider.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-redux/src/components/Provider'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/src/connect/connect.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-redux/src/connect/connect'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/src/connect/mapDispatchToProps.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-redux/src/connect/mapDispatchToProps'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/src/connect/mapStateToProps.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-redux/src/connect/mapStateToProps'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/src/connect/mergeProps.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-redux/src/connect/mergeProps'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/src/connect/selectorFactory.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-redux/src/connect/selectorFactory'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/src/connect/verifySubselectors.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-redux/src/connect/verifySubselectors'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/src/connect/wrapMapToProps.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-redux/src/connect/wrapMapToProps'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/src/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-redux/src/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/src/utils/PropTypes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-redux/src/utils/PropTypes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/src/utils/shallowEqual.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-redux/src/utils/shallowEqual'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/src/utils/Subscription.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-redux/src/utils/Subscription'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/src/utils/verifyPlainObject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-redux/src/utils/verifyPlainObject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/src/utils/warning.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-redux/src/utils/warning'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-redux/src/utils/wrapActionCreators.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-redux/src/utils/wrapActionCreators'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-test-renderer/cjs/react-test-renderer-shallow.development.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-test-renderer/cjs/react-test-renderer-shallow.development'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-test-renderer/cjs/react-test-renderer.development.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-test-renderer/cjs/react-test-renderer.development'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-test-renderer/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-test-renderer/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-test-renderer/shallow.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-test-renderer/shallow'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-test-renderer/stack.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-test-renderer/stack'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-timer-mixin/__tests__/TimerMixin-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-timer-mixin/__tests__/TimerMixin-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-timer-mixin/TimerMixin.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-timer-mixin/TimerMixin'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-transform-hmr/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-transform-hmr/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react-transform-hmr/src/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react-transform-hmr/src/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react/cjs/react.development.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react/cjs/react.development'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react/cjs/react.production.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react/cjs/react.production.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react/umd/react.development.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react/umd/react.development'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/react/umd/react.production.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/react/umd/react.production.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/read-chunk/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/read-chunk/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/read-chunk/node_modules/pify/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/read-chunk/node_modules/pify/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/read-pkg-up/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/read-pkg-up/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/read-pkg/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/read-pkg/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/readable-stream/duplex-browser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/readable-stream/duplex-browser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/readable-stream/duplex.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/readable-stream/duplex'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/readable-stream/lib/_stream_duplex.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/readable-stream/lib/_stream_duplex'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/readable-stream/lib/_stream_passthrough.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/readable-stream/lib/_stream_passthrough'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/readable-stream/lib/_stream_readable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/readable-stream/lib/_stream_readable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/readable-stream/lib/_stream_transform.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/readable-stream/lib/_stream_transform'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/readable-stream/lib/_stream_writable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/readable-stream/lib/_stream_writable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/readable-stream/lib/internal/streams/BufferList.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/readable-stream/lib/internal/streams/BufferList'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/readable-stream/lib/internal/streams/destroy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/readable-stream/lib/internal/streams/destroy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/readable-stream/lib/internal/streams/stream-browser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/readable-stream/lib/internal/streams/stream-browser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/readable-stream/lib/internal/streams/stream.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/readable-stream/lib/internal/streams/stream'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/readable-stream/node_modules/isarray/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/readable-stream/node_modules/isarray/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/readable-stream/node_modules/isarray/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/readable-stream/node_modules/isarray/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/readable-stream/passthrough.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/readable-stream/passthrough'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/readable-stream/readable-browser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/readable-stream/readable-browser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/readable-stream/readable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/readable-stream/readable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/readable-stream/transform.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/readable-stream/transform'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/readable-stream/writable-browser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/readable-stream/writable-browser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/readable-stream/writable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/readable-stream/writable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/redux-logger/dist/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/redux-logger/dist/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/redux-logger/dist/index.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/redux-logger/dist/index.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/redux-logger/lib/core.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/redux-logger/lib/core'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/redux-logger/lib/defaults.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/redux-logger/lib/defaults'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/redux-logger/lib/diff.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/redux-logger/lib/diff'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/redux-logger/lib/helpers.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/redux-logger/lib/helpers'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/redux-logger/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/redux-logger/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/redux-logger/src/core.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/redux-logger/src/core'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/redux-logger/src/defaults.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/redux-logger/src/defaults'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/redux-logger/src/diff.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/redux-logger/src/diff'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/redux-logger/src/helpers.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/redux-logger/src/helpers'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/redux-logger/src/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/redux-logger/src/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/redux/dist/redux.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/redux/dist/redux'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/redux/dist/redux.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/redux/dist/redux.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/redux/es/applyMiddleware.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/redux/es/applyMiddleware'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/redux/es/bindActionCreators.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/redux/es/bindActionCreators'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/redux/es/combineReducers.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/redux/es/combineReducers'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/redux/es/compose.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/redux/es/compose'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/redux/es/createStore.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/redux/es/createStore'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/redux/es/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/redux/es/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/redux/es/utils/warning.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/redux/es/utils/warning'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/redux/lib/applyMiddleware.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/redux/lib/applyMiddleware'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/redux/lib/bindActionCreators.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/redux/lib/bindActionCreators'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/redux/lib/combineReducers.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/redux/lib/combineReducers'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/redux/lib/compose.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/redux/lib/compose'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/redux/lib/createStore.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/redux/lib/createStore'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/redux/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/redux/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/redux/lib/utils/warning.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/redux/lib/utils/warning'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/redux/src/applyMiddleware.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/redux/src/applyMiddleware'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/redux/src/bindActionCreators.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/redux/src/bindActionCreators'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/redux/src/combineReducers.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/redux/src/combineReducers'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/redux/src/compose.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/redux/src/compose'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/redux/src/createStore.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/redux/src/createStore'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/redux/src/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/redux/src/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/redux/src/utils/warning.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/redux/src/utils/warning'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/regenerate/regenerate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/regenerate/regenerate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/regenerator-runtime/path.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/regenerator-runtime/path'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/regenerator-runtime/runtime-module.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/regenerator-runtime/runtime-module'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/regenerator-runtime/runtime.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/regenerator-runtime/runtime'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/regenerator-transform/lib/emit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/regenerator-transform/lib/emit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/regenerator-transform/lib/hoist.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/regenerator-transform/lib/hoist'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/regenerator-transform/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/regenerator-transform/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/regenerator-transform/lib/leap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/regenerator-transform/lib/leap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/regenerator-transform/lib/meta.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/regenerator-transform/lib/meta'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/regenerator-transform/lib/replaceShorthandObjectMethod.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/regenerator-transform/lib/replaceShorthandObjectMethod'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/regenerator-transform/lib/util.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/regenerator-transform/lib/util'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/regenerator-transform/lib/visit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/regenerator-transform/lib/visit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/regenerator-transform/src/emit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/regenerator-transform/src/emit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/regenerator-transform/src/hoist.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/regenerator-transform/src/hoist'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/regenerator-transform/src/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/regenerator-transform/src/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/regenerator-transform/src/leap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/regenerator-transform/src/leap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/regenerator-transform/src/meta.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/regenerator-transform/src/meta'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/regenerator-transform/src/replaceShorthandObjectMethod.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/regenerator-transform/src/replaceShorthandObjectMethod'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/regenerator-transform/src/util.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/regenerator-transform/src/util'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/regenerator-transform/src/visit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/regenerator-transform/src/visit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/regex-cache/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/regex-cache/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/regexpu-core/data/character-class-escape-sets.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/regexpu-core/data/character-class-escape-sets'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/regexpu-core/rewrite-pattern.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/regexpu-core/rewrite-pattern'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/regjsgen/regjsgen.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/regjsgen/regjsgen'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/regjsparser/node_modules/jsesc/jsesc.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/regjsparser/node_modules/jsesc/jsesc'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/regjsparser/parser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/regjsparser/parser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/remove-trailing-separator/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/remove-trailing-separator/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/remove-trailing-slash/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/remove-trailing-slash/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/repeat-element/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/repeat-element/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/repeat-string/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/repeat-string/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/repeating/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/repeating/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/replace-ext/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/replace-ext/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/replace-ext/test/main.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/replace-ext/test/main'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/replace-string/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/replace-string/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/request-progress/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/request-progress/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/request-progress/test/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/request-progress/test/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/request/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/request/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/request/lib/auth.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/request/lib/auth'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/request/lib/cookies.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/request/lib/cookies'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/request/lib/getProxyFromURI.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/request/lib/getProxyFromURI'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/request/lib/har.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/request/lib/har'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/request/lib/helpers.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/request/lib/helpers'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/request/lib/multipart.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/request/lib/multipart'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/request/lib/oauth.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/request/lib/oauth'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/request/lib/querystring.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/request/lib/querystring'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/request/lib/redirect.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/request/lib/redirect'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/request/lib/tunnel.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/request/lib/tunnel'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/request/node_modules/boom/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/request/node_modules/boom/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/request/node_modules/cryptiles/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/request/node_modules/cryptiles/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/request/node_modules/cryptiles/node_modules/boom/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/request/node_modules/cryptiles/node_modules/boom/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/request/node_modules/hawk/client.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/request/node_modules/hawk/client'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/request/node_modules/hawk/dist/browser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/request/node_modules/hawk/dist/browser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/request/node_modules/hawk/lib/browser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/request/node_modules/hawk/lib/browser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/request/node_modules/hawk/lib/client.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/request/node_modules/hawk/lib/client'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/request/node_modules/hawk/lib/crypto.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/request/node_modules/hawk/lib/crypto'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/request/node_modules/hawk/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/request/node_modules/hawk/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/request/node_modules/hawk/lib/server.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/request/node_modules/hawk/lib/server'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/request/node_modules/hawk/lib/utils.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/request/node_modules/hawk/lib/utils'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/request/node_modules/sntp/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/request/node_modules/sntp/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/request/request.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/request/request'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/require-directory/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/require-directory/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/require-main-filename/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/require-main-filename/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/require-main-filename/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/require-main-filename/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/reqwest/make/bump.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/reqwest/make/bump'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/reqwest/make/tests.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/reqwest/make/tests'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/reqwest/phantom.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/reqwest/phantom'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/reqwest/reqwest.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/reqwest/reqwest'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/reqwest/reqwest.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/reqwest/reqwest.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/reqwest/src/copyright.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/reqwest/src/copyright'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/reqwest/src/ender.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/reqwest/src/ender'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/reqwest/src/reqwest.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/reqwest/src/reqwest'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/reqwest/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/reqwest/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/reqwest/tests/ender.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/reqwest/tests/ender'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/reqwest/tests/fixtures/fixtures.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/reqwest/tests/fixtures/fixtures'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/reqwest/tests/tests.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/reqwest/tests/tests'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/example/async.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/resolve/example/async'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/example/sync.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/resolve/example/sync'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/resolve/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/lib/async.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/resolve/lib/async'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/lib/caller.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/resolve/lib/caller'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/lib/core.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/resolve/lib/core'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/lib/node-modules-paths.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/resolve/lib/node-modules-paths'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/lib/sync.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/resolve/lib/sync'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/core.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/core'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/dotdot.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/dotdot'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/dotdot/abc/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/dotdot/abc/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/dotdot/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/dotdot/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/faulty_basedir.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/faulty_basedir'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/filter_sync.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/filter_sync'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/filter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/filter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/mock_sync.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/mock_sync'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/mock.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/mock'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/module_dir.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/module_dir'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/module_dir/xmodules/aaa/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/module_dir/xmodules/aaa/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/module_dir/ymodules/aaa/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/module_dir/ymodules/aaa/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/module_dir/zmodules/bbb/main.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/module_dir/zmodules/bbb/main'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/node_path.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/node_path'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/node_path/x/aaa/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/node_path/x/aaa/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/node_path/x/ccc/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/node_path/x/ccc/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/node_path/y/bbb/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/node_path/y/bbb/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/node_path/y/ccc/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/node_path/y/ccc/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/node-modules-paths.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/node-modules-paths'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/nonstring.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/nonstring'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/pathfilter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/pathfilter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/pathfilter/deep_ref/main.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/pathfilter/deep_ref/main'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/precedence.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/precedence'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/precedence/aaa.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/precedence/aaa'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/precedence/aaa/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/precedence/aaa/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/precedence/aaa/main.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/precedence/aaa/main'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/precedence/bbb.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/precedence/bbb'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/precedence/bbb/main.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/precedence/bbb/main'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/resolver_sync.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/resolver_sync'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/resolver.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/resolver'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/resolver/baz/doom.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/resolver/baz/doom'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/resolver/baz/quux.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/resolver/baz/quux'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/resolver/dot_main/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/resolver/dot_main/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/resolver/dot_slash_main/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/resolver/dot_slash_main/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/resolver/foo.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/resolver/foo'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/resolver/incorrect_main/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/resolver/incorrect_main/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/resolver/mug.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/resolver/mug'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/resolver/other_path/lib/other-lib.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/resolver/other_path/lib/other-lib'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/resolver/other_path/root.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/resolver/other_path/root'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/resolver/quux/foo/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/resolver/quux/foo/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/resolver/same_names/foo.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/resolver/same_names/foo'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/resolver/same_names/foo/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/resolver/same_names/foo/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/resolver/without_basedir/main.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/resolver/without_basedir/main'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/subdirs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/subdirs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/symlinks.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/resolve/test/symlinks'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/response-time/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/response-time/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/rest-facade/src/Client.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/rest-facade/src/Client'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/rest-facade/src/defaultOptions.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/rest-facade/src/defaultOptions'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/rest-facade/src/exceptions/APIError.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/rest-facade/src/exceptions/APIError'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/rest-facade/src/exceptions/ArgumentError.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/rest-facade/src/exceptions/ArgumentError'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/rest-facade/src/exceptions/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/rest-facade/src/exceptions/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/rest-facade/src/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/rest-facade/src/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/rest-facade/src/RequestOptions.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/rest-facade/src/RequestOptions'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/rest-facade/src/URL.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/rest-facade/src/URL'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/rest-facade/src/utils.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/rest-facade/src/utils'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/rest-facade/tests/client.tests.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/rest-facade/tests/client.tests'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/rest-facade/tests/exceptions.tests.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/rest-facade/tests/exceptions.tests'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/rest-facade/tests/module.tests.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/rest-facade/tests/module.tests'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/restore-cursor/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/restore-cursor/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/retry/example/dns.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/retry/example/dns'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/retry/example/stop.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/retry/example/stop'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/retry/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/retry/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/retry/lib/retry_operation.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/retry/lib/retry_operation'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/retry/lib/retry.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/retry/lib/retry'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/retry/test/common.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/retry/test/common'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/retry/test/integration/test-forever.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/retry/test/integration/test-forever'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/retry/test/integration/test-retry-operation.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/retry/test/integration/test-retry-operation'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/retry/test/integration/test-retry-wrap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/retry/test/integration/test-retry-wrap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/retry/test/integration/test-timeouts.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/retry/test/integration/test-timeouts'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/retry/test/runner.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/retry/test/runner'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/right-align/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/right-align/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/rimraf/bin.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/rimraf/bin'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/rimraf/rimraf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/rimraf/rimraf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/rndm/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/rndm/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/run-async/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/run-async/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/rx-lite-aggregates/rx.lite.aggregates.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/rx-lite-aggregates/rx.lite.aggregates'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/rx-lite-aggregates/rx.lite.aggregates.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/rx-lite-aggregates/rx.lite.aggregates.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/rx-lite/rx.lite.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/rx-lite/rx.lite'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/rx-lite/rx.lite.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/rx-lite/rx.lite.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/safe-buffer/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/safe-buffer/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/safe-buffer/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/safe-buffer/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/safe-json-stringify/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/safe-json-stringify/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sane/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/sane/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sane/src/cli.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/sane/src/cli'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sane/src/common.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/sane/src/common'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sane/src/fsevents_watcher.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/sane/src/fsevents_watcher'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sane/src/node_watcher.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/sane/src/node_watcher'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sane/src/poll_watcher.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/sane/src/poll_watcher'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sane/src/utils/recrawl-warning-dedupe.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/sane/src/utils/recrawl-warning-dedupe'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sane/src/watchman_watcher.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/sane/src/watchman_watcher'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sax/lib/sax.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/sax/lib/sax'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/semver/semver.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/semver/semver'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/send/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/send/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/send/node_modules/etag/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/send/node_modules/etag/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/send/node_modules/fresh/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/send/node_modules/fresh/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/send/node_modules/http-errors/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/send/node_modules/http-errors/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/send/node_modules/http-errors/node_modules/statuses/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/send/node_modules/http-errors/node_modules/statuses/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/send/node_modules/mime/build/build.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/send/node_modules/mime/build/build'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/send/node_modules/mime/build/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/send/node_modules/mime/build/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/send/node_modules/mime/cli.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/send/node_modules/mime/cli'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/send/node_modules/mime/mime.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/send/node_modules/mime/mime'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/send/node_modules/ms/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/send/node_modules/ms/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sentence-case/sentence-case.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/sentence-case/sentence-case'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sentence-case/vendor/camel-case-regexp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/sentence-case/vendor/camel-case-regexp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sentence-case/vendor/non-word-regexp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/sentence-case/vendor/non-word-regexp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sentence-case/vendor/trailing-digit-regexp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/sentence-case/vendor/trailing-digit-regexp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/serialize-error/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/serialize-error/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/serve-favicon/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/serve-favicon/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/serve-favicon/node_modules/ms/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/serve-favicon/node_modules/ms/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/serve-index/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/serve-index/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/serve-index/node_modules/debug/browser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/serve-index/node_modules/debug/browser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/serve-index/node_modules/debug/debug.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/serve-index/node_modules/debug/debug'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/serve-index/node_modules/debug/node.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/serve-index/node_modules/debug/node'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/serve-static/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/serve-static/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/serve-static/node_modules/debug/browser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/serve-static/node_modules/debug/browser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/serve-static/node_modules/debug/debug.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/serve-static/node_modules/debug/debug'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/serve-static/node_modules/debug/node.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/serve-static/node_modules/debug/node'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/serve-static/node_modules/mime/build/build.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/serve-static/node_modules/mime/build/build'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/serve-static/node_modules/mime/build/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/serve-static/node_modules/mime/build/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/serve-static/node_modules/mime/cli.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/serve-static/node_modules/mime/cli'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/serve-static/node_modules/mime/mime.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/serve-static/node_modules/mime/mime'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/serve-static/node_modules/range-parser/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/serve-static/node_modules/range-parser/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/serve-static/node_modules/send/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/serve-static/node_modules/send/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/serve-static/node_modules/statuses/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/serve-static/node_modules/statuses/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/set-blocking/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/set-blocking/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/setimmediate/setImmediate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/setimmediate/setImmediate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/setprototypeof/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/setprototypeof/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/shebang-command/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/shebang-command/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/shebang-regex/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/shebang-regex/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/shell-quote/example/env.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/shell-quote/example/env'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/shell-quote/example/op.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/shell-quote/example/op'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/shell-quote/example/parse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/shell-quote/example/parse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/shell-quote/example/quote.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/shell-quote/example/quote'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/shell-quote/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/shell-quote/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/shell-quote/test/comment.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/shell-quote/test/comment'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/shell-quote/test/env_fn.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/shell-quote/test/env_fn'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/shell-quote/test/env.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/shell-quote/test/env'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/shell-quote/test/op.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/shell-quote/test/op'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/shell-quote/test/parse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/shell-quote/test/parse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/shell-quote/test/quote.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/shell-quote/test/quote'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/shell-quote/test/set.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/shell-quote/test/set'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/shellwords/lib/shellwords.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/shellwords/lib/shellwords'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/signal-exit/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/signal-exit/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/signal-exit/signals.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/signal-exit/signals'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/simple-plist/node_modules/base64-js/base64js.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/simple-plist/node_modules/base64-js/base64js.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/simple-plist/node_modules/base64-js/lib/b64.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/simple-plist/node_modules/base64-js/lib/b64'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/simple-plist/node_modules/base64-js/test/big-data.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/simple-plist/node_modules/base64-js/test/big-data'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/simple-plist/node_modules/base64-js/test/convert.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/simple-plist/node_modules/base64-js/test/convert'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/simple-plist/node_modules/base64-js/test/url-safe.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/simple-plist/node_modules/base64-js/test/url-safe'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/simple-plist/node_modules/plist/dist/plist-build.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/simple-plist/node_modules/plist/dist/plist-build'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/simple-plist/node_modules/plist/dist/plist-parse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/simple-plist/node_modules/plist/dist/plist-parse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/simple-plist/node_modules/plist/dist/plist.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/simple-plist/node_modules/plist/dist/plist'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/simple-plist/node_modules/plist/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/simple-plist/node_modules/plist/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/simple-plist/node_modules/plist/lib/build.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/simple-plist/node_modules/plist/lib/build'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/simple-plist/node_modules/plist/lib/parse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/simple-plist/node_modules/plist/lib/parse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/simple-plist/simple-plist.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/simple-plist/simple-plist'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/simple-swizzle/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/simple-swizzle/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/simple-swizzle/node_modules/is-arrayish/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/simple-swizzle/node_modules/is-arrayish/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/slash/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/slash/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/slide/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/slide/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/slide/lib/async-map-ordered.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/slide/lib/async-map-ordered'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/slide/lib/async-map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/slide/lib/async-map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/slide/lib/bind-actor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/slide/lib/bind-actor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/slide/lib/chain.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/slide/lib/chain'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/slide/lib/slide.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/slide/lib/slide'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/slugid/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/slugid/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/slugid/node_modules/uuid/benchmark/benchmark.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/slugid/node_modules/uuid/benchmark/benchmark'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/slugid/node_modules/uuid/misc/compare.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/slugid/node_modules/uuid/misc/compare'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/slugid/node_modules/uuid/misc/perf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/slugid/node_modules/uuid/misc/perf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/slugid/node_modules/uuid/rng-browser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/slugid/node_modules/uuid/rng-browser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/slugid/node_modules/uuid/rng.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/slugid/node_modules/uuid/rng'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/slugid/node_modules/uuid/test/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/slugid/node_modules/uuid/test/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/slugid/node_modules/uuid/uuid.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/slugid/node_modules/uuid/uuid'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/slugid/slugid_test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/slugid/slugid_test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/slugid/slugid.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/slugid/slugid'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/slugify/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/slugify/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/smart-buffer/build/smartbuffer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/smart-buffer/build/smartbuffer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/smart-buffer/lib/smart-buffer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/smart-buffer/lib/smart-buffer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/smart-buffer/test/smart-buffer.test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/smart-buffer/test/smart-buffer.test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/snake-case/snake-case.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/snake-case/snake-case'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sntp/examples/offset.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/sntp/examples/offset'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sntp/examples/time.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/sntp/examples/time'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sntp/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/sntp/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sntp/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/sntp/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sntp/node_modules/hoek/lib/escape.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/sntp/node_modules/hoek/lib/escape'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sntp/node_modules/hoek/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/sntp/node_modules/hoek/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sntp/node_modules/hoek/test/escaper.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/sntp/node_modules/hoek/test/escaper'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sntp/node_modules/hoek/test/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/sntp/node_modules/hoek/test/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sntp/node_modules/hoek/test/modules/test1.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/sntp/node_modules/hoek/test/modules/test1'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sntp/node_modules/hoek/test/modules/test2.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/sntp/node_modules/hoek/test/modules/test2'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sntp/node_modules/hoek/test/modules/test3.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/sntp/node_modules/hoek/test/modules/test3'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sntp/test/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/sntp/test/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/socks-proxy-agent/socks-proxy-agent.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/socks-proxy-agent/socks-proxy-agent'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/socks-proxy-agent/test/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/socks-proxy-agent/test/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/socks/examples/associate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/socks/examples/associate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/socks/examples/bind.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/socks/examples/bind'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/socks/examples/connect.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/socks/examples/connect'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/socks/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/socks/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/socks/lib/socks-agent.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/socks/lib/socks-agent'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/socks/lib/socks-client.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/socks/lib/socks-client'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/source-map-support/browser-source-map-support.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/source-map-support/browser-source-map-support'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/source-map-support/register.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/source-map-support/register'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/source-map-support/source-map-support.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/source-map-support/source-map-support'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/source-map/dist/source-map.debug.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/source-map/dist/source-map.debug'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/source-map/dist/source-map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/source-map/dist/source-map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/source-map/dist/source-map.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/source-map/dist/source-map.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/source-map/lib/array-set.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/source-map/lib/array-set'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/source-map/lib/base64-vlq.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/source-map/lib/base64-vlq'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/source-map/lib/base64.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/source-map/lib/base64'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/source-map/lib/binary-search.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/source-map/lib/binary-search'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/source-map/lib/mapping-list.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/source-map/lib/mapping-list'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/source-map/lib/quick-sort.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/source-map/lib/quick-sort'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/source-map/lib/source-map-consumer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/source-map/lib/source-map-consumer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/source-map/lib/source-map-generator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/source-map/lib/source-map-generator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/source-map/lib/source-node.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/source-map/lib/source-node'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/source-map/lib/util.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/source-map/lib/util'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/source-map/source-map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/source-map/source-map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sparkles/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/sparkles/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/spdx-correct/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/spdx-correct/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/spdx-expression-parse/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/spdx-expression-parse/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/spdx-expression-parse/parser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/spdx-expression-parse/parser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sprintf-js/dist/angular-sprintf.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/sprintf-js/dist/angular-sprintf.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sprintf-js/dist/sprintf.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/sprintf-js/dist/sprintf.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sprintf-js/gruntfile.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/sprintf-js/gruntfile'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sprintf-js/src/angular-sprintf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/sprintf-js/src/angular-sprintf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sprintf-js/src/sprintf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/sprintf-js/src/sprintf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sprintf-js/test/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/sprintf-js/test/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sshpk/lib/algs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/sshpk/lib/algs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sshpk/lib/certificate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/sshpk/lib/certificate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sshpk/lib/dhe.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/sshpk/lib/dhe'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sshpk/lib/ed-compat.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/sshpk/lib/ed-compat'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sshpk/lib/errors.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/sshpk/lib/errors'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sshpk/lib/fingerprint.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/sshpk/lib/fingerprint'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sshpk/lib/formats/auto.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/sshpk/lib/formats/auto'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sshpk/lib/formats/openssh-cert.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/sshpk/lib/formats/openssh-cert'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sshpk/lib/formats/pem.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/sshpk/lib/formats/pem'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sshpk/lib/formats/pkcs1.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/sshpk/lib/formats/pkcs1'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sshpk/lib/formats/pkcs8.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/sshpk/lib/formats/pkcs8'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sshpk/lib/formats/rfc4253.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/sshpk/lib/formats/rfc4253'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sshpk/lib/formats/ssh-private.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/sshpk/lib/formats/ssh-private'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sshpk/lib/formats/ssh.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/sshpk/lib/formats/ssh'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sshpk/lib/formats/x509-pem.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/sshpk/lib/formats/x509-pem'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sshpk/lib/formats/x509.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/sshpk/lib/formats/x509'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sshpk/lib/identity.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/sshpk/lib/identity'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sshpk/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/sshpk/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sshpk/lib/key.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/sshpk/lib/key'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sshpk/lib/private-key.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/sshpk/lib/private-key'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sshpk/lib/signature.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/sshpk/lib/signature'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sshpk/lib/ssh-buffer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/sshpk/lib/ssh-buffer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sshpk/lib/utils.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/sshpk/lib/utils'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/stack-trace/lib/stack-trace.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/stack-trace/lib/stack-trace'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/stacktrace-parser/Gruntfile.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/stacktrace-parser/Gruntfile'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/stacktrace-parser/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/stacktrace-parser/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/stacktrace-parser/lib/stacktrace-parser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/stacktrace-parser/lib/stacktrace-parser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/stacktrace-parser/test/stacktrace_parser_test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/stacktrace-parser/test/stacktrace_parser_test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/statuses/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/statuses/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/stream-buffers/coverage/lcov-report/prettify.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/stream-buffers/coverage/lcov-report/prettify'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/stream-buffers/coverage/lcov-report/sorter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/stream-buffers/coverage/lcov-report/sorter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/stream-buffers/lib/constants.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/stream-buffers/lib/constants'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/stream-buffers/lib/readable_streambuffer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/stream-buffers/lib/readable_streambuffer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/stream-buffers/lib/streambuffer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/stream-buffers/lib/streambuffer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/stream-buffers/lib/writable_streambuffer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/stream-buffers/lib/writable_streambuffer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/stream-counter/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/stream-counter/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/stream-counter/node_modules/readable-stream/duplex.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/stream-counter/node_modules/readable-stream/duplex'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/stream-counter/node_modules/readable-stream/lib/_stream_duplex.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/stream-counter/node_modules/readable-stream/lib/_stream_duplex'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/stream-counter/node_modules/readable-stream/lib/_stream_passthrough.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/stream-counter/node_modules/readable-stream/lib/_stream_passthrough'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/stream-counter/node_modules/readable-stream/lib/_stream_readable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/stream-counter/node_modules/readable-stream/lib/_stream_readable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/stream-counter/node_modules/readable-stream/lib/_stream_transform.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/stream-counter/node_modules/readable-stream/lib/_stream_transform'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/stream-counter/node_modules/readable-stream/lib/_stream_writable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/stream-counter/node_modules/readable-stream/lib/_stream_writable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/stream-counter/node_modules/readable-stream/passthrough.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/stream-counter/node_modules/readable-stream/passthrough'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/stream-counter/node_modules/readable-stream/readable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/stream-counter/node_modules/readable-stream/readable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/stream-counter/node_modules/readable-stream/transform.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/stream-counter/node_modules/readable-stream/transform'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/stream-counter/node_modules/readable-stream/writable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/stream-counter/node_modules/readable-stream/writable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/stream-counter/node_modules/string_decoder/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/stream-counter/node_modules/string_decoder/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/stream-counter/test/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/stream-counter/test/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/stream-parser/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/stream-parser/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/stream-parser/test/transform.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/stream-parser/test/transform'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/stream-parser/test/writable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/stream-parser/test/writable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/string_decoder/lib/string_decoder.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/string_decoder/lib/string_decoder'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/string-length/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/string-length/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/string-length/node_modules/ansi-regex/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/string-length/node_modules/ansi-regex/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/string-length/node_modules/strip-ansi/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/string-length/node_modules/strip-ansi/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/string-width/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/string-width/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/stringstream/example.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/stringstream/example'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/stringstream/stringstream.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/stringstream/stringstream'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/strip-ansi/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/strip-ansi/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/strip-bom/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/strip-bom/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/strip-eof/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/strip-eof/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/strip-json-comments/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/strip-json-comments/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/superagent-proxy/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/superagent-proxy/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/superagent-proxy/test/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/superagent-proxy/test/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/superagent-retry/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/superagent-retry/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/superagent-retry/lib/retries.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/superagent-retry/lib/retries'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/superagent/lib/agent-base.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/superagent/lib/agent-base'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/superagent/lib/client.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/superagent/lib/client'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/superagent/lib/is-object.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/superagent/lib/is-object'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/superagent/lib/node/agent.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/superagent/lib/node/agent'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/superagent/lib/node/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/superagent/lib/node/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/superagent/lib/node/parsers/image.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/superagent/lib/node/parsers/image'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/superagent/lib/node/parsers/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/superagent/lib/node/parsers/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/superagent/lib/node/parsers/json.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/superagent/lib/node/parsers/json'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/superagent/lib/node/parsers/text.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/superagent/lib/node/parsers/text'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/superagent/lib/node/parsers/urlencoded.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/superagent/lib/node/parsers/urlencoded'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/superagent/lib/node/response.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/superagent/lib/node/response'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/superagent/lib/node/unzip.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/superagent/lib/node/unzip'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/superagent/lib/request-base.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/superagent/lib/request-base'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/superagent/lib/response-base.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/superagent/lib/response-base'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/superagent/lib/utils.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/superagent/lib/utils'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/superagent/node_modules/debug/karma.conf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/superagent/node_modules/debug/karma.conf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/superagent/node_modules/debug/node.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/superagent/node_modules/debug/node'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/superagent/node_modules/debug/src/browser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/superagent/node_modules/debug/src/browser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/superagent/node_modules/debug/src/debug.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/superagent/node_modules/debug/src/debug'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/superagent/node_modules/debug/src/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/superagent/node_modules/debug/src/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/superagent/node_modules/debug/src/node.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/superagent/node_modules/debug/src/node'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/superagent/node_modules/ms/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/superagent/node_modules/ms/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/superagent/superagent.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/superagent/superagent'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/supports-color/browser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/supports-color/browser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/supports-color/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/supports-color/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/swap-case/swap-case.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/swap-case/swap-case'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/symbol-observable/es/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/symbol-observable/es/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/symbol-observable/es/ponyfill.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/symbol-observable/es/ponyfill'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/symbol-observable/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/symbol-observable/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/symbol-observable/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/symbol-observable/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/symbol-observable/lib/ponyfill.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/symbol-observable/lib/ponyfill'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/symbol-tree/lib/SymbolTree.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/symbol-tree/lib/SymbolTree'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/symbol-tree/lib/SymbolTreeNode.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/symbol-tree/lib/SymbolTreeNode'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/symbol-tree/lib/TreeIterator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/symbol-tree/lib/TreeIterator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/symbol-tree/lib/TreePosition.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/symbol-tree/lib/TreePosition'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sync-exec/js/lib/create-pipes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/sync-exec/js/lib/create-pipes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sync-exec/js/lib/proxy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/sync-exec/js/lib/proxy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sync-exec/js/lib/read-pipes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/sync-exec/js/lib/read-pipes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sync-exec/js/lib/timeout.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/sync-exec/js/lib/timeout'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/sync-exec/js/sync-exec.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/sync-exec/js/sync-exec'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tar-pack/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/tar-pack/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tar-pack/test/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/tar-pack/test/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tar/examples/extracter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/tar/examples/extracter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tar/examples/packer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/tar/examples/packer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tar/examples/reader.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/tar/examples/reader'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tar/lib/buffer-entry.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/tar/lib/buffer-entry'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tar/lib/entry-writer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/tar/lib/entry-writer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tar/lib/entry.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/tar/lib/entry'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tar/lib/extended-header-writer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/tar/lib/extended-header-writer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tar/lib/extended-header.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/tar/lib/extended-header'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tar/lib/extract.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/tar/lib/extract'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tar/lib/global-header-writer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/tar/lib/global-header-writer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tar/lib/header.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/tar/lib/header'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tar/lib/pack.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/tar/lib/pack'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tar/lib/parse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/tar/lib/parse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tar/tar.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/tar/tar'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tar/test/00-setup-fixtures.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/tar/test/00-setup-fixtures'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tar/test/dir-normalization.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/tar/test/dir-normalization'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tar/test/error-on-broken.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/tar/test/error-on-broken'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tar/test/extract-move.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/tar/test/extract-move'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tar/test/extract.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/tar/test/extract'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tar/test/header.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/tar/test/header'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tar/test/pack-no-proprietary.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/tar/test/pack-no-proprietary'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tar/test/pack.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/tar/test/pack'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tar/test/parse-discard.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/tar/test/parse-discard'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tar/test/parse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/tar/test/parse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tar/test/zz-cleanup.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/tar/test/zz-cleanup'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/temp/examples/grepcount.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/temp/examples/grepcount'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/temp/examples/pdfcreator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/temp/examples/pdfcreator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/temp/lib/temp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/temp/lib/temp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/temp/no_cleanup_on_exit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/temp/no_cleanup_on_exit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/temp/no_cleanup_on_exit.spec.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/temp/no_cleanup_on_exit.spec'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/temp/no_cleanup.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/temp/no_cleanup'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/temp/node_modules/rimraf/bin.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/temp/node_modules/rimraf/bin'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/temp/node_modules/rimraf/rimraf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/temp/node_modules/rimraf/rimraf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/temp/node_modules/rimraf/test/test-async.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/temp/node_modules/rimraf/test/test-async'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/temp/node_modules/rimraf/test/test-sync.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/temp/node_modules/rimraf/test/test-sync'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/temp/test/temp-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/temp/test/temp-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/test-exclude/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/test-exclude/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/test-exclude/node_modules/find-up/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/test-exclude/node_modules/find-up/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/test-exclude/node_modules/load-json-file/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/test-exclude/node_modules/load-json-file/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/test-exclude/node_modules/path-exists/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/test-exclude/node_modules/path-exists/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/test-exclude/node_modules/path-type/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/test-exclude/node_modules/path-type/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/test-exclude/node_modules/read-pkg-up/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/test-exclude/node_modules/read-pkg-up/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/test-exclude/node_modules/read-pkg/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/test-exclude/node_modules/read-pkg/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/thenify-all/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/thenify-all/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/thenify/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/thenify/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/throat/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/throat/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/throttleit/example.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/throttleit/example'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/throttleit/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/throttleit/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/throttleit/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/throttleit/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/through/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/through/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/through/test/async.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/through/test/async'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/through/test/auto-destroy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/through/test/auto-destroy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/through/test/buffering.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/through/test/buffering'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/through/test/end.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/through/test/end'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/through/test/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/through/test/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/through2/through2.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/through2/through2'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/thunkify/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/thunkify/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/thunkify/test/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/thunkify/test/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/time-stamp/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/time-stamp/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/timed-out/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/timed-out/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tiny-queue/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/tiny-queue/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tiny-queue/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/tiny-queue/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/title-case/title-case.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/title-case/title-case'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tmp/lib/tmp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/tmp/lib/tmp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tmpl/lib/tmpl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/tmpl/lib/tmpl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/to-fast-properties/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/to-fast-properties/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/topo/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/topo/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tough-cookie/lib/cookie.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/tough-cookie/lib/cookie'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tough-cookie/lib/memstore.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/tough-cookie/lib/memstore'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tough-cookie/lib/pathMatch.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/tough-cookie/lib/pathMatch'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tough-cookie/lib/permuteDomain.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/tough-cookie/lib/permuteDomain'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tough-cookie/lib/pubsuffix.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/tough-cookie/lib/pubsuffix'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tough-cookie/lib/store.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/tough-cookie/lib/store'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tr46/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/tr46/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/traverse/examples/json.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/traverse/examples/json'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/traverse/examples/leaves.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/traverse/examples/leaves'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/traverse/examples/negative.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/traverse/examples/negative'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/traverse/examples/scrub.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/traverse/examples/scrub'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/traverse/examples/stringify.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/traverse/examples/stringify'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/traverse/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/traverse/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/traverse/test/circular.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/traverse/test/circular'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/traverse/test/date.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/traverse/test/date'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/traverse/test/equal.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/traverse/test/equal'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/traverse/test/error.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/traverse/test/error'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/traverse/test/has.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/traverse/test/has'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/traverse/test/instance.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/traverse/test/instance'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/traverse/test/interface.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/traverse/test/interface'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/traverse/test/json.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/traverse/test/json'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/traverse/test/keys.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/traverse/test/keys'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/traverse/test/leaves.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/traverse/test/leaves'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/traverse/test/lib/deep_equal.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/traverse/test/lib/deep_equal'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/traverse/test/mutability.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/traverse/test/mutability'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/traverse/test/negative.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/traverse/test/negative'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/traverse/test/obj.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/traverse/test/obj'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/traverse/test/siblings.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/traverse/test/siblings'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/traverse/test/stop.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/traverse/test/stop'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/traverse/test/stringify.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/traverse/test/stringify'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/traverse/test/subexpr.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/traverse/test/subexpr'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/traverse/test/super_deep.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/traverse/test/super_deep'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/traverse/testling/leaves.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/traverse/testling/leaves'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tree-kill/cli.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/tree-kill/cli'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tree-kill/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/tree-kill/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/trim-right/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/trim-right/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/trim/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/trim/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tsscmp/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/tsscmp/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tsscmp/test/benchmark/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/tsscmp/test/benchmark/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tsscmp/test/unit/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/tsscmp/test/unit/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tunnel-agent/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/tunnel-agent/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tweetnacl/nacl-fast.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/tweetnacl/nacl-fast'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tweetnacl/nacl-fast.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/tweetnacl/nacl-fast.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tweetnacl/nacl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/tweetnacl/nacl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/tweetnacl/nacl.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/tweetnacl/nacl.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/type-check/lib/check.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/type-check/lib/check'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/type-check/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/type-check/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/type-check/lib/parse-type.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/type-check/lib/parse-type'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/type-is/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/type-is/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/typedarray/example/tarray.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/typedarray/example/tarray'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/typedarray/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/typedarray/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/typedarray/test/server/undef_globals.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/typedarray/test/server/undef_globals'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/typedarray/test/tarray.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/typedarray/test/tarray'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ua-parser-js/dist/ua-parser.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ua-parser-js/dist/ua-parser.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ua-parser-js/dist/ua-parser.pack.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ua-parser-js/dist/ua-parser.pack'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ua-parser-js/package.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ua-parser-js/package'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ua-parser-js/src/ua-parser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ua-parser-js/src/ua-parser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ua-parser-js/test/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ua-parser-js/test/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/lib/ast.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/lib/ast'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/lib/compress.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/lib/compress'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/lib/minify.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/lib/minify'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/lib/mozilla-ast.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/lib/mozilla-ast'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/lib/output.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/lib/output'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/lib/parse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/lib/parse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/lib/propmangle.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/lib/propmangle'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/lib/scope.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/lib/scope'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/lib/sourcemap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/lib/sourcemap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/lib/transform.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/lib/transform'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/lib/utils.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/lib/utils'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/node_modules/commander/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/node_modules/commander/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/node_modules/source-map/dist/source-map.debug.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/node_modules/source-map/dist/source-map.debug'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/node_modules/source-map/dist/source-map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/node_modules/source-map/dist/source-map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/node_modules/source-map/dist/source-map.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/node_modules/source-map/dist/source-map.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/node_modules/source-map/lib/array-set.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/node_modules/source-map/lib/array-set'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/node_modules/source-map/lib/base64-vlq.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/node_modules/source-map/lib/base64-vlq'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/node_modules/source-map/lib/base64.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/node_modules/source-map/lib/base64'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/node_modules/source-map/lib/binary-search.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/node_modules/source-map/lib/binary-search'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/node_modules/source-map/lib/mapping-list.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/node_modules/source-map/lib/mapping-list'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/node_modules/source-map/lib/quick-sort.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/node_modules/source-map/lib/quick-sort'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/node_modules/source-map/lib/source-map-consumer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/node_modules/source-map/lib/source-map-consumer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/node_modules/source-map/lib/source-map-generator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/node_modules/source-map/lib/source-map-generator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/node_modules/source-map/lib/source-node.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/node_modules/source-map/lib/source-node'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/node_modules/source-map/lib/util.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/node_modules/source-map/lib/util'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/node_modules/source-map/source-map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/node_modules/source-map/source-map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/tools/exit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/tools/exit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/tools/exports.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/tools/exports'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/tools/node.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/uglify-es/tools/node'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/bin/extract-props.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/bin/extract-props'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/lib/ast.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/lib/ast'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/lib/compress.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/lib/compress'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/lib/mozilla-ast.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/lib/mozilla-ast'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/lib/output.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/lib/output'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/lib/parse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/lib/parse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/lib/propmangle.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/lib/propmangle'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/lib/scope.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/lib/scope'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/lib/sourcemap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/lib/sourcemap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/lib/transform.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/lib/transform'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/lib/utils.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/lib/utils'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/node_modules/camelcase/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/node_modules/camelcase/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/node_modules/cliui/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/node_modules/cliui/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/node_modules/cliui/test/cliui.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/node_modules/cliui/test/cliui'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/node_modules/wordwrap/example/center.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/node_modules/wordwrap/example/center'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/node_modules/wordwrap/example/meat.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/node_modules/wordwrap/example/meat'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/node_modules/wordwrap/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/node_modules/wordwrap/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/node_modules/wordwrap/test/break.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/node_modules/wordwrap/test/break'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/node_modules/wordwrap/test/wrap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/node_modules/wordwrap/test/wrap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/node_modules/yargs/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/node_modules/yargs/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/node_modules/yargs/lib/completion.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/node_modules/yargs/lib/completion'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/node_modules/yargs/lib/parser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/node_modules/yargs/lib/parser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/node_modules/yargs/lib/usage.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/node_modules/yargs/lib/usage'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/node_modules/yargs/lib/validation.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/node_modules/yargs/lib/validation'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/tools/exports.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/tools/exports'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/tools/node.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/uglify-js/tools/node'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-to-browserify/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/uglify-to-browserify/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uglify-to-browserify/test/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/uglify-to-browserify/test/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uid-number/get-uid-gid.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/uid-number/get-uid-gid'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uid-number/uid-number.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/uid-number/uid-number'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uid-safe/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/uid-safe/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ultron/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ultron/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ultron/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ultron/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/universalify/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/universalify/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/unpipe/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/unpipe/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/unzip-response/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/unzip-response/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/upper-case-first/upper-case-first.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/upper-case-first/upper-case-first'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/upper-case/upper-case.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/upper-case/upper-case'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/url-parse-lax/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/url-parse-lax/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/url/node_modules/punycode/punycode.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/url/node_modules/punycode/punycode'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/url/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/url/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/url/url.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/url/url'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/url/util.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/url/util'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/util-deprecate/browser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/util-deprecate/browser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/util-deprecate/node.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/util-deprecate/node'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/util.promisify/implementation.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/util.promisify/implementation'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/util.promisify/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/util.promisify/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/util.promisify/polyfill.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/util.promisify/polyfill'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/util.promisify/shim.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/util.promisify/shim'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/utils-merge/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/utils-merge/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uuid-js/lib/uuid.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/uuid-js/lib/uuid'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uuid-js/test/uuid.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/uuid-js/test/uuid'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uuid/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/uuid/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uuid/lib/bytesToUuid.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/uuid/lib/bytesToUuid'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uuid/lib/rng-browser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/uuid/lib/rng-browser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uuid/lib/rng.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/uuid/lib/rng'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uuid/lib/sha1-browser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/uuid/lib/sha1-browser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uuid/lib/sha1.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/uuid/lib/sha1'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uuid/v1.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/uuid/v1'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uuid/v4.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/uuid/v4'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/uuid/v5.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/uuid/v5'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/validate-npm-package-license/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/validate-npm-package-license/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/vary/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/vary/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/verror/lib/verror.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/verror/lib/verror'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/verror/node_modules/extsprintf/lib/extsprintf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/verror/node_modules/extsprintf/lib/extsprintf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/verror/node_modules/extsprintf/test/tst.basic.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/verror/node_modules/extsprintf/test/tst.basic'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/verror/node_modules/extsprintf/test/tst.invalid.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/verror/node_modules/extsprintf/test/tst.invalid'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/very-fast-args/bench/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/very-fast-args/bench/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/very-fast-args/bench/simple-with-fa.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/very-fast-args/bench/simple-with-fa'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/very-fast-args/bench/simple-with-rest.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/very-fast-args/bench/simple-with-rest'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/very-fast-args/bench/simple.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/very-fast-args/bench/simple'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/very-fast-args/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/very-fast-args/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/very-fast-args/test/tests.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/very-fast-args/test/tests'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/vhost/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/vhost/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/vinyl/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/vinyl/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/vinyl/lib/cloneBuffer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/vinyl/lib/cloneBuffer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/vinyl/lib/inspectStream.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/vinyl/lib/inspectStream'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/vinyl/lib/isBuffer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/vinyl/lib/isBuffer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/vinyl/lib/isNull.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/vinyl/lib/isNull'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/vinyl/lib/isStream.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/vinyl/lib/isStream'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/vinyl/node_modules/clone/clone.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/vinyl/node_modules/clone/clone'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/walker/lib/walker.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/walker/lib/walker'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/watch/cli.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/watch/cli'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/watch/main.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/watch/main'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/watch/test/test_monitor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/watch/test/test_monitor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/watch/test/test_monitorRootDirectory.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/watch/test/test_monitorRootDirectory'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/watch/test/test_watchTree.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/watch/test/test_watchTree'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/webidl-conversions/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/webidl-conversions/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/websql/custom/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/websql/custom/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/websql/lib/browser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/websql/lib/browser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/websql/lib/custom.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/websql/lib/custom'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/websql/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/websql/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/websql/lib/sqlite/SQLiteDatabase.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/websql/lib/sqlite/SQLiteDatabase'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/websql/lib/sqlite/SQLiteResult.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/websql/lib/sqlite/SQLiteResult'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/websql/lib/websql/WebSQLDatabase.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/websql/lib/websql/WebSQLDatabase'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/websql/lib/websql/WebSQLResultSet.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/websql/lib/websql/WebSQLResultSet'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/websql/lib/websql/WebSQLTransaction.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/websql/lib/websql/WebSQLTransaction'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/websql/test/bigimage.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/websql/test/bigimage'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/websql/test/pouchdb-browser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/websql/test/pouchdb-browser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/websql/test/pouchdb-node.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/websql/test/pouchdb-node'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/websql/test/pouchdb-websql.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/websql/test/pouchdb-websql'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/websql/test/pouchdb.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/websql/test/pouchdb'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/websql/test/test.all_docs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/websql/test/test.all_docs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/websql/test/test.attachments.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/websql/test/test.attachments'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/websql/test/test.basics.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/websql/test/test.basics'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/websql/test/test.bulk_docs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/websql/test/test.bulk_docs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/websql/test/test.changes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/websql/test/test.changes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/websql/test/test.compaction.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/websql/test/test.compaction'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/websql/test/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/websql/test/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/websql/test/test.main.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/websql/test/test.main'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/websql/test/test.mapreduce.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/websql/test/test.mapreduce'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/websql/test/test.replication.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/websql/test/test.replication'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/websql/test/test.utils.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/websql/test/test.utils'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/whatwg-encoding/lib/whatwg-encoding.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/whatwg-encoding/lib/whatwg-encoding'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/whatwg-fetch/fetch.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/whatwg-fetch/fetch'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/whatwg-url/lib/public-api.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/whatwg-url/lib/public-api'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/whatwg-url/lib/URL-impl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/whatwg-url/lib/URL-impl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/whatwg-url/lib/url-state-machine.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/whatwg-url/lib/url-state-machine'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/whatwg-url/lib/URL.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/whatwg-url/lib/URL'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/whatwg-url/lib/utils.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/whatwg-url/lib/utils'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/whatwg-url/node_modules/webidl-conversions/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/whatwg-url/node_modules/webidl-conversions/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/which-module/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/which-module/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/which/which.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/which/which'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/wide-align/align.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/wide-align/align'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/win-release/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/win-release/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/winchan/complex_example/jquery.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/winchan/complex_example/jquery'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/winchan/example/jquery.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/winchan/example/jquery'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/winchan/scenario/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/winchan/scenario/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/winchan/scripts/run_example.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/winchan/scripts/run_example'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/winchan/test/cases/basic/run.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/winchan/test/cases/basic/run'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/winchan/test/cases/close-from-inside/run.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/winchan/test/cases/close-from-inside/run'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/winchan/test/cases/close-without-message/run.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/winchan/test/cases/close-without-message/run'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/winchan/test/cases/multiple-frame/run.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/winchan/test/cases/multiple-frame/run'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/winchan/test/cases/nav-away/run.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/winchan/test/cases/nav-away/run'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/winchan/test/cases/origin/run.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/winchan/test/cases/origin/run'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/winchan/test/cases/use-existing-popup/run.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/winchan/test/cases/use-existing-popup/run'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/winchan/test/qunit/jquery.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/winchan/test/qunit/jquery'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/winchan/test/qunit/qunit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/winchan/test/qunit/qunit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/winchan/test/stress/jquery.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/winchan/test/stress/jquery'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/winchan/winchan.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/winchan/winchan'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/window-size/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/window-size/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/wordwrap/example/center.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/wordwrap/example/center'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/wordwrap/example/meat.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/wordwrap/example/meat'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/wordwrap/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/wordwrap/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/wordwrap/test/break.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/wordwrap/test/break'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/wordwrap/test/wrap.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/wordwrap/test/wrap'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/worker-farm/examples/basic/child.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/worker-farm/examples/basic/child'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/worker-farm/examples/basic/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/worker-farm/examples/basic/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/worker-farm/examples/pi/calc.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/worker-farm/examples/pi/calc'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/worker-farm/examples/pi/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/worker-farm/examples/pi/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/worker-farm/lib/child/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/worker-farm/lib/child/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/worker-farm/lib/farm.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/worker-farm/lib/farm'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/worker-farm/lib/fork.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/worker-farm/lib/fork'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/worker-farm/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/worker-farm/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/worker-farm/tests/child.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/worker-farm/tests/child'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/worker-farm/tests/debug.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/worker-farm/tests/debug'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/worker-farm/tests/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/worker-farm/tests/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/wrap-ansi/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/wrap-ansi/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/wrappy/wrappy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/wrappy/wrappy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/write-file-atomic/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/write-file-atomic/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ws/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ws/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ws/lib/BufferPool.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ws/lib/BufferPool'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ws/lib/BufferUtil.fallback.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ws/lib/BufferUtil.fallback'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ws/lib/BufferUtil.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ws/lib/BufferUtil'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ws/lib/ErrorCodes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ws/lib/ErrorCodes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ws/lib/Extensions.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ws/lib/Extensions'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ws/lib/PerMessageDeflate.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ws/lib/PerMessageDeflate'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ws/lib/Receiver.hixie.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ws/lib/Receiver.hixie'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ws/lib/Receiver.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ws/lib/Receiver'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ws/lib/Sender.hixie.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ws/lib/Sender.hixie'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ws/lib/Sender.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ws/lib/Sender'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ws/lib/Validation.fallback.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ws/lib/Validation.fallback'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ws/lib/Validation.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ws/lib/Validation'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ws/lib/WebSocket.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ws/lib/WebSocket'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/ws/lib/WebSocketServer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/ws/lib/WebSocketServer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xcode/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xcode/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xcode/lib/parseJob.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xcode/lib/parseJob'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xcode/lib/parser/pbxproj.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xcode/lib/parser/pbxproj'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xcode/lib/pbxFile.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xcode/lib/pbxFile'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xcode/lib/pbxProject.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xcode/lib/pbxProject'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xcode/lib/pbxWriter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xcode/lib/pbxWriter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xcode/node_modules/uuid/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xcode/node_modules/uuid/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xcode/node_modules/uuid/lib/bytesToUuid.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xcode/node_modules/uuid/lib/bytesToUuid'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xcode/node_modules/uuid/lib/rng-browser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xcode/node_modules/uuid/lib/rng-browser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xcode/node_modules/uuid/lib/rng.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xcode/node_modules/uuid/lib/rng'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xcode/node_modules/uuid/test/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xcode/node_modules/uuid/test/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xcode/node_modules/uuid/v1.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xcode/node_modules/uuid/v1'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xcode/node_modules/uuid/v4.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xcode/node_modules/uuid/v4'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/__integration_tests__/Api-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/__integration_tests__/Api-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/__integration_tests__/Ngrok-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/__integration_tests__/Ngrok-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/__integration_tests__/Simulator-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/__integration_tests__/Simulator-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/__integration_tests__/Template-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/__integration_tests__/Template-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/__integration_tests__/UserManager-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/__integration_tests__/UserManager-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/__tests__/Exp-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/__tests__/Exp-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/__tests__/project/ProjectUtils-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/__tests__/project/ProjectUtils-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/__tests__/tools/FsCache-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/__tests__/tools/FsCache-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/__tests__/Versions-test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/__tests__/Versions-test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/Analytics.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/Analytics'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/Android.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/Android'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/Api.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/Api'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/ApiV2.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/ApiV2'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/Binaries.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/Binaries'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/Config.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/Config'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/Credentials.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/Credentials'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/detach/AndroidShellApp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/detach/AndroidShellApp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/detach/Detach.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/detach/Detach'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/detach/ExponentTools.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/detach/ExponentTools'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/detach/IosAssetArchive.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/detach/IosAssetArchive'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/detach/IosIcons.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/detach/IosIcons'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/detach/IosLaunchScreen.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/detach/IosLaunchScreen'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/detach/IosNSBundle.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/detach/IosNSBundle'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/detach/IosPlist.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/detach/IosPlist'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/detach/IosPodsTools.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/detach/IosPodsTools'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/detach/IosShellApp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/detach/IosShellApp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/detach/IosWorkspace.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/detach/IosWorkspace'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/detach/StandaloneContext.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/detach/StandaloneContext'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/Diagnostics.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/Diagnostics'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/Env.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/Env'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/ErrorCode.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/ErrorCode'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/Exp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/Exp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/Extract.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/Extract'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/FileSystem.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/FileSystem'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/Intercom.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/Intercom'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/ip.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/ip'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/Logger.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/Logger'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/logs/PackagerLogsStream.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/logs/PackagerLogsStream'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/MessageCode.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/MessageCode'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/NotificationCode.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/NotificationCode'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/Project.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/Project'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/project/Convert.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/project/Convert'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/project/Doctor.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/project/Doctor'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/project/ExpSchema.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/project/ExpSchema'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/project/ProjectUtils.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/project/ProjectUtils'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/project/templates/babelrc.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/project/templates/babelrc'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/project/templates/exp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/project/templates/exp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/ProjectSettings.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/ProjectSettings'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/Sentry.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/Sentry'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/Session.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/Session'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/Simulator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/Simulator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/state/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/state/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/state/reducers/notifications.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/state/reducers/notifications'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/state/reducers/projects.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/state/reducers/projects'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/state/store.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/state/store'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/state/XDLProvider.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/state/XDLProvider'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/tools/EnvironmentHelper.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/tools/EnvironmentHelper'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/tools/FormData.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/tools/FormData'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/tools/FsCache.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/tools/FsCache'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/tools/UpdateVersions.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/tools/UpdateVersions'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/UrlUtils.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/UrlUtils'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/User.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/User'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/UserSettings.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/UserSettings'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/Utils.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/Utils'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/Versions.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/Versions'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/Watchman.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/Watchman'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/xdl.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/xdl'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/XDLError.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/build/XDLError'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/base64-js/base64js.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/base64-js/base64js.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/base64-js/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/base64-js/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/base64-js/test/big-data.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/base64-js/test/big-data'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/base64-js/test/convert.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/base64-js/test/convert'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/base64-js/test/url-safe.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/base64-js/test/url-safe'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/browser/bluebird.core.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/browser/bluebird.core'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/browser/bluebird.core.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/browser/bluebird.core.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/browser/bluebird.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/browser/bluebird'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/browser/bluebird.min.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/browser/bluebird.min'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/any.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/any'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/assert.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/assert'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/async.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/async'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/bind.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/bind'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/bluebird.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/bluebird'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/call_get.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/call_get'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/cancel.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/cancel'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/catch_filter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/catch_filter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/context.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/context'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/debuggability.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/debuggability'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/direct_resolve.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/direct_resolve'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/each.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/each'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/errors.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/errors'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/es5.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/es5'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/filter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/filter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/finally.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/finally'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/generators.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/generators'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/join.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/join'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/map.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/map'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/method.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/method'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/nodeback.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/nodeback'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/nodeify.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/nodeify'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/promise_array.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/promise_array'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/promise.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/promise'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/promisify.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/promisify'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/props.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/props'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/queue.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/queue'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/race.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/race'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/reduce.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/reduce'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/schedule.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/schedule'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/settle.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/settle'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/some.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/some'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/synchronous_inspection.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/synchronous_inspection'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/thenables.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/thenables'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/timers.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/timers'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/using.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/using'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/util.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/bluebird/js/release/util'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/copy-sync/copy-file-sync.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/copy-sync/copy-file-sync'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/copy-sync/copy-sync.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/copy-sync/copy-sync'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/copy-sync/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/copy-sync/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/copy/copy.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/copy/copy'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/copy/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/copy/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/copy/ncp.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/copy/ncp'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/empty/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/empty/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/ensure/file.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/ensure/file'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/ensure/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/ensure/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/ensure/link.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/ensure/link'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/ensure/symlink-paths.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/ensure/symlink-paths'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/ensure/symlink-type.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/ensure/symlink-type'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/ensure/symlink.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/ensure/symlink'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/fs/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/fs/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/json/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/json/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/json/jsonfile.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/json/jsonfile'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/json/output-json-sync.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/json/output-json-sync'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/json/output-json.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/json/output-json'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/mkdirs/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/mkdirs/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/mkdirs/mkdirs-sync.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/mkdirs/mkdirs-sync'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/mkdirs/mkdirs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/mkdirs/mkdirs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/mkdirs/win32.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/mkdirs/win32'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/move-sync/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/move-sync/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/move/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/move/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/output/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/output/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/path-exists/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/path-exists/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/remove/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/remove/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/remove/rimraf.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/remove/rimraf'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/util/assign.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/util/assign'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/util/buffer.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/util/buffer'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/util/utimes.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/lib/util/utimes'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/node_modules/jsonfile/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/fs-extra/node_modules/jsonfile/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/opn/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/opn/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/plist/dist/plist-build.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/plist/dist/plist-build'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/plist/dist/plist-parse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/plist/dist/plist-parse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/plist/dist/plist.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/plist/dist/plist'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/plist/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/plist/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/plist/lib/build.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/plist/lib/build'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/plist/lib/parse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/plist/lib/parse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/tar/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/tar/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/tar/lib/create.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/tar/lib/create'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/tar/lib/extract.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/tar/lib/extract'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/tar/lib/header.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/tar/lib/header'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/tar/lib/high-level-opt.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/tar/lib/high-level-opt'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/tar/lib/large-numbers.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/tar/lib/large-numbers'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/tar/lib/list.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/tar/lib/list'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/tar/lib/mkdir.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/tar/lib/mkdir'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/tar/lib/pack.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/tar/lib/pack'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/tar/lib/parse.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/tar/lib/parse'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/tar/lib/pax.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/tar/lib/pax'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/tar/lib/read-entry.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/tar/lib/read-entry'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/tar/lib/replace.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/tar/lib/replace'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/tar/lib/types.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/tar/lib/types'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/tar/lib/unpack.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/tar/lib/unpack'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/tar/lib/update.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/tar/lib/update'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/tar/lib/warn-mixin.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/tar/lib/warn-mixin'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/tar/lib/winchars.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/tar/lib/winchars'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/tar/lib/write-entry.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/tar/lib/write-entry'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/yallist/iterator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/yallist/iterator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/yallist/yallist.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xdl/node_modules/yallist/yallist'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xml-name-validator/lib/generated-parser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xml-name-validator/lib/generated-parser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xml-name-validator/lib/xml-name-validator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xml-name-validator/lib/xml-name-validator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xmlbuilder/lib/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xmlbuilder/lib/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xmlbuilder/lib/Utility.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xmlbuilder/lib/Utility'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xmlbuilder/lib/XMLAttribute.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xmlbuilder/lib/XMLAttribute'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xmlbuilder/lib/XMLCData.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xmlbuilder/lib/XMLCData'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xmlbuilder/lib/XMLComment.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xmlbuilder/lib/XMLComment'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xmlbuilder/lib/XMLDeclaration.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xmlbuilder/lib/XMLDeclaration'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xmlbuilder/lib/XMLDocType.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xmlbuilder/lib/XMLDocType'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xmlbuilder/lib/XMLDocument.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xmlbuilder/lib/XMLDocument'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xmlbuilder/lib/XMLDocumentCB.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xmlbuilder/lib/XMLDocumentCB'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xmlbuilder/lib/XMLDTDAttList.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xmlbuilder/lib/XMLDTDAttList'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xmlbuilder/lib/XMLDTDElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xmlbuilder/lib/XMLDTDElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xmlbuilder/lib/XMLDTDEntity.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xmlbuilder/lib/XMLDTDEntity'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xmlbuilder/lib/XMLDTDNotation.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xmlbuilder/lib/XMLDTDNotation'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xmlbuilder/lib/XMLElement.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xmlbuilder/lib/XMLElement'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xmlbuilder/lib/XMLNode.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xmlbuilder/lib/XMLNode'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xmlbuilder/lib/XMLProcessingInstruction.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xmlbuilder/lib/XMLProcessingInstruction'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xmlbuilder/lib/XMLRaw.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xmlbuilder/lib/XMLRaw'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xmlbuilder/lib/XMLStreamWriter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xmlbuilder/lib/XMLStreamWriter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xmlbuilder/lib/XMLStringifier.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xmlbuilder/lib/XMLStringifier'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xmlbuilder/lib/XMLStringWriter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xmlbuilder/lib/XMLStringWriter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xmlbuilder/lib/XMLText.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xmlbuilder/lib/XMLText'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xmlbuilder/lib/XMLWriterBase.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xmlbuilder/lib/XMLWriterBase'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xmldoc/examples/example.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xmldoc/examples/example'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xmldoc/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xmldoc/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xmldoc/lib/xmldoc.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xmldoc/lib/xmldoc'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xmldom/__package__.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xmldom/__package__'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xmldom/dom-parser.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xmldom/dom-parser'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xmldom/dom.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xmldom/dom'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xmldom/sax.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xmldom/sax'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xpipe/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xpipe/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xregexp/tests/node-qunit.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xregexp/tests/node-qunit'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xregexp/tests/tests.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xregexp/tests/tests'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xregexp/xregexp-all.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xregexp/xregexp-all'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xtend/immutable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xtend/immutable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xtend/mutable.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xtend/mutable'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/xtend/test.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/xtend/test'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/y18n/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/y18n/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/yallist/iterator.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/yallist/iterator'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/yallist/yallist.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/yallist/yallist'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/yargs-parser/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/yargs-parser/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/yargs-parser/lib/tokenize-arg-string.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/yargs-parser/lib/tokenize-arg-string'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/yargs/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/yargs/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/yargs/lib/apply-extends.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/yargs/lib/apply-extends'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/yargs/lib/argsert.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/yargs/lib/argsert'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/yargs/lib/command.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/yargs/lib/command'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/yargs/lib/completion.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/yargs/lib/completion'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/yargs/lib/levenshtein.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/yargs/lib/levenshtein'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/yargs/lib/obj-filter.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/yargs/lib/obj-filter'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/yargs/lib/usage.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/yargs/lib/usage'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/yargs/lib/validation.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/yargs/lib/validation'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/yargs/lib/yerror.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/yargs/lib/yerror'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/yargs/node_modules/ansi-regex/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/yargs/node_modules/ansi-regex/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/yargs/node_modules/is-fullwidth-code-point/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/yargs/node_modules/is-fullwidth-code-point/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/yargs/node_modules/string-width/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/yargs/node_modules/string-width/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/yargs/node_modules/strip-ansi/index.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/yargs/node_modules/strip-ansi/index'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/yargs/yargs.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/yargs/yargs'>; +} +declare module 'react-navigation/examples/NavigationPlayground/node_modules/yesno/yesno.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/node_modules/yesno/yesno'>; +} +declare module 'react-navigation/examples/NavigationPlayground/rn-cli.config.js' { + declare module.exports: $Exports<'react-navigation/examples/NavigationPlayground/rn-cli.config'>; +} +declare module 'react-navigation/examples/ReduxExample/App.js' { + declare module.exports: $Exports<'react-navigation/examples/ReduxExample/App'>; +} +declare module 'react-navigation/examples/ReduxExample/App.test.js' { + declare module.exports: $Exports<'react-navigation/examples/ReduxExample/App.test'>; +} +declare module 'react-navigation/examples/ReduxExample/rn-cli.config.js' { + declare module.exports: $Exports<'react-navigation/examples/ReduxExample/rn-cli.config'>; +} +declare module 'react-navigation/examples/ReduxExample/src/components/AuthButton.js' { + declare module.exports: $Exports<'react-navigation/examples/ReduxExample/src/components/AuthButton'>; +} +declare module 'react-navigation/examples/ReduxExample/src/components/LoginScreen.js' { + declare module.exports: $Exports<'react-navigation/examples/ReduxExample/src/components/LoginScreen'>; +} +declare module 'react-navigation/examples/ReduxExample/src/components/LoginStatusMessage.js' { + declare module.exports: $Exports<'react-navigation/examples/ReduxExample/src/components/LoginStatusMessage'>; +} +declare module 'react-navigation/examples/ReduxExample/src/components/MainScreen.js' { + declare module.exports: $Exports<'react-navigation/examples/ReduxExample/src/components/MainScreen'>; +} +declare module 'react-navigation/examples/ReduxExample/src/components/ProfileScreen.js' { + declare module.exports: $Exports<'react-navigation/examples/ReduxExample/src/components/ProfileScreen'>; +} +declare module 'react-navigation/examples/ReduxExample/src/navigators/AppNavigator.js' { + declare module.exports: $Exports<'react-navigation/examples/ReduxExample/src/navigators/AppNavigator'>; +} +declare module 'react-navigation/examples/ReduxExample/src/reducers/index.js' { + declare module.exports: $Exports<'react-navigation/examples/ReduxExample/src/reducers/index'>; +} +declare module 'react-navigation/examples/SafeAreaExample/App.js' { + declare module.exports: $Exports<'react-navigation/examples/SafeAreaExample/App'>; +} +declare module 'react-navigation/examples/SafeAreaExample/rn-cli.config.js' { + declare module.exports: $Exports<'react-navigation/examples/SafeAreaExample/rn-cli.config'>; +} +declare module 'react-navigation/examples/SafeAreaExample/screens/createDumbStack.js' { + declare module.exports: $Exports<'react-navigation/examples/SafeAreaExample/screens/createDumbStack'>; +} +declare module 'react-navigation/examples/SafeAreaExample/screens/createDumbTabs.js' { + declare module.exports: $Exports<'react-navigation/examples/SafeAreaExample/screens/createDumbTabs'>; +} +declare module 'react-navigation/examples/SafeAreaExample/screens/DrawerScreen.js' { + declare module.exports: $Exports<'react-navigation/examples/SafeAreaExample/screens/DrawerScreen'>; +} +declare module 'react-navigation/examples/SafeAreaExample/screens/DumbStack.js' { + declare module.exports: $Exports<'react-navigation/examples/SafeAreaExample/screens/DumbStack'>; +} +declare module 'react-navigation/examples/SafeAreaExample/screens/TabsScreen.js' { + declare module.exports: $Exports<'react-navigation/examples/SafeAreaExample/screens/TabsScreen'>; +} +declare module 'react-navigation/jest-setup.js' { + declare module.exports: $Exports<'react-navigation/jest-setup'>; +} +declare module 'react-navigation/lib-rn/addNavigationHelpers.js' { + declare module.exports: $Exports<'react-navigation/lib-rn/addNavigationHelpers'>; +} +declare module 'react-navigation/lib-rn/createNavigationContainer.js' { + declare module.exports: $Exports<'react-navigation/lib-rn/createNavigationContainer'>; +} +declare module 'react-navigation/lib-rn/NavigationActions.js' { + declare module.exports: $Exports<'react-navigation/lib-rn/NavigationActions'>; +} +declare module 'react-navigation/lib-rn/navigators/createNavigator.js' { + declare module.exports: $Exports<'react-navigation/lib-rn/navigators/createNavigator'>; +} +declare module 'react-navigation/lib-rn/navigators/DrawerNavigator.js' { + declare module.exports: $Exports<'react-navigation/lib-rn/navigators/DrawerNavigator'>; +} +declare module 'react-navigation/lib-rn/navigators/NavigatorTypes.js' { + declare module.exports: $Exports<'react-navigation/lib-rn/navigators/NavigatorTypes'>; +} +declare module 'react-navigation/lib-rn/navigators/StackNavigator.js' { + declare module.exports: $Exports<'react-navigation/lib-rn/navigators/StackNavigator'>; +} +declare module 'react-navigation/lib-rn/navigators/TabNavigator.js' { + declare module.exports: $Exports<'react-navigation/lib-rn/navigators/TabNavigator'>; +} +declare module 'react-navigation/lib-rn/PlatformHelpers.native.js' { + declare module.exports: $Exports<'react-navigation/lib-rn/PlatformHelpers.native'>; +} +declare module 'react-navigation/lib-rn/PlatformHelpers.web.js' { + declare module.exports: $Exports<'react-navigation/lib-rn/PlatformHelpers.web'>; +} +declare module 'react-navigation/lib-rn/react-navigation.js' { + declare module.exports: $Exports<'react-navigation/lib-rn/react-navigation'>; +} +declare module 'react-navigation/lib-rn/react-navigation.web.js' { + declare module.exports: $Exports<'react-navigation/lib-rn/react-navigation.web'>; +} +declare module 'react-navigation/lib-rn/routers/createConfigGetter.js' { + declare module.exports: $Exports<'react-navigation/lib-rn/routers/createConfigGetter'>; +} +declare module 'react-navigation/lib-rn/routers/getScreenConfigDeprecated.js' { + declare module.exports: $Exports<'react-navigation/lib-rn/routers/getScreenConfigDeprecated'>; +} +declare module 'react-navigation/lib-rn/routers/getScreenForRouteName.js' { + declare module.exports: $Exports<'react-navigation/lib-rn/routers/getScreenForRouteName'>; +} +declare module 'react-navigation/lib-rn/routers/StackRouter.js' { + declare module.exports: $Exports<'react-navigation/lib-rn/routers/StackRouter'>; +} +declare module 'react-navigation/lib-rn/routers/TabRouter.js' { + declare module.exports: $Exports<'react-navigation/lib-rn/routers/TabRouter'>; +} +declare module 'react-navigation/lib-rn/routers/validateRouteConfigMap.js' { + declare module.exports: $Exports<'react-navigation/lib-rn/routers/validateRouteConfigMap'>; +} +declare module 'react-navigation/lib-rn/routers/validateScreenOptions.js' { + declare module.exports: $Exports<'react-navigation/lib-rn/routers/validateScreenOptions'>; +} +declare module 'react-navigation/lib-rn/StateUtils.js' { + declare module.exports: $Exports<'react-navigation/lib-rn/StateUtils'>; +} +declare module 'react-navigation/lib-rn/TypeDefinition.js' { + declare module.exports: $Exports<'react-navigation/lib-rn/TypeDefinition'>; +} +declare module 'react-navigation/lib-rn/utils/getSceneIndicesForInterpolationInputRange.js' { + declare module.exports: $Exports<'react-navigation/lib-rn/utils/getSceneIndicesForInterpolationInputRange'>; +} +declare module 'react-navigation/lib-rn/utils/invariant.js' { + declare module.exports: $Exports<'react-navigation/lib-rn/utils/invariant'>; +} +declare module 'react-navigation/lib-rn/utils/ReactNativeFeatures.js' { + declare module.exports: $Exports<'react-navigation/lib-rn/utils/ReactNativeFeatures'>; +} +declare module 'react-navigation/lib-rn/utils/shallowEqual.js' { + declare module.exports: $Exports<'react-navigation/lib-rn/utils/shallowEqual'>; +} +declare module 'react-navigation/lib-rn/views/AnimatedValueSubscription.js' { + declare module.exports: $Exports<'react-navigation/lib-rn/views/AnimatedValueSubscription'>; +} +declare module 'react-navigation/lib-rn/views/CardStack/Card.js' { + declare module.exports: $Exports<'react-navigation/lib-rn/views/CardStack/Card'>; +} +declare module 'react-navigation/lib-rn/views/CardStack/CardStack.js' { + declare module.exports: $Exports<'react-navigation/lib-rn/views/CardStack/CardStack'>; +} +declare module 'react-navigation/lib-rn/views/CardStack/CardStackStyleInterpolator.js' { + declare module.exports: $Exports<'react-navigation/lib-rn/views/CardStack/CardStackStyleInterpolator'>; +} +declare module 'react-navigation/lib-rn/views/CardStack/CardStackTransitioner.js' { + declare module.exports: $Exports<'react-navigation/lib-rn/views/CardStack/CardStackTransitioner'>; +} +declare module 'react-navigation/lib-rn/views/CardStack/PointerEventsContainer.js' { + declare module.exports: $Exports<'react-navigation/lib-rn/views/CardStack/PointerEventsContainer'>; +} +declare module 'react-navigation/lib-rn/views/CardStack/TransitionConfigs.js' { + declare module.exports: $Exports<'react-navigation/lib-rn/views/CardStack/TransitionConfigs'>; +} +declare module 'react-navigation/lib-rn/views/Drawer/DrawerNavigatorItems.js' { + declare module.exports: $Exports<'react-navigation/lib-rn/views/Drawer/DrawerNavigatorItems'>; +} +declare module 'react-navigation/lib-rn/views/Drawer/DrawerScreen.js' { + declare module.exports: $Exports<'react-navigation/lib-rn/views/Drawer/DrawerScreen'>; +} +declare module 'react-navigation/lib-rn/views/Drawer/DrawerSidebar.js' { + declare module.exports: $Exports<'react-navigation/lib-rn/views/Drawer/DrawerSidebar'>; +} +declare module 'react-navigation/lib-rn/views/Drawer/DrawerView.js' { + declare module.exports: $Exports<'react-navigation/lib-rn/views/Drawer/DrawerView'>; +} +declare module 'react-navigation/lib-rn/views/Header/Header.js' { + declare module.exports: $Exports<'react-navigation/lib-rn/views/Header/Header'>; +} +declare module 'react-navigation/lib-rn/views/Header/HeaderBackButton.js' { + declare module.exports: $Exports<'react-navigation/lib-rn/views/Header/HeaderBackButton'>; +} +declare module 'react-navigation/lib-rn/views/Header/HeaderStyleInterpolator.js' { + declare module.exports: $Exports<'react-navigation/lib-rn/views/Header/HeaderStyleInterpolator'>; +} +declare module 'react-navigation/lib-rn/views/Header/HeaderTitle.js' { + declare module.exports: $Exports<'react-navigation/lib-rn/views/Header/HeaderTitle'>; +} +declare module 'react-navigation/lib-rn/views/SafeAreaView.js' { + declare module.exports: $Exports<'react-navigation/lib-rn/views/SafeAreaView'>; +} +declare module 'react-navigation/lib-rn/views/ScenesReducer.js' { + declare module.exports: $Exports<'react-navigation/lib-rn/views/ScenesReducer'>; +} +declare module 'react-navigation/lib-rn/views/SceneView.js' { + declare module.exports: $Exports<'react-navigation/lib-rn/views/SceneView'>; +} +declare module 'react-navigation/lib-rn/views/TabView/TabBarBottom.js' { + declare module.exports: $Exports<'react-navigation/lib-rn/views/TabView/TabBarBottom'>; +} +declare module 'react-navigation/lib-rn/views/TabView/TabBarIcon.js' { + declare module.exports: $Exports<'react-navigation/lib-rn/views/TabView/TabBarIcon'>; +} +declare module 'react-navigation/lib-rn/views/TabView/TabBarTop.js' { + declare module.exports: $Exports<'react-navigation/lib-rn/views/TabView/TabBarTop'>; +} +declare module 'react-navigation/lib-rn/views/TabView/TabView.js' { + declare module.exports: $Exports<'react-navigation/lib-rn/views/TabView/TabView'>; +} +declare module 'react-navigation/lib-rn/views/TouchableItem.js' { + declare module.exports: $Exports<'react-navigation/lib-rn/views/TouchableItem'>; +} +declare module 'react-navigation/lib-rn/views/Transitioner.js' { + declare module.exports: $Exports<'react-navigation/lib-rn/views/Transitioner'>; +} +declare module 'react-navigation/lib-rn/views/withNavigation.js' { + declare module.exports: $Exports<'react-navigation/lib-rn/views/withNavigation'>; +} +declare module 'react-navigation/lib-rn/views/withOrientation.js' { + declare module.exports: $Exports<'react-navigation/lib-rn/views/withOrientation'>; +} +declare module 'react-navigation/lib-rn/withCachedChildNavigation.js' { + declare module.exports: $Exports<'react-navigation/lib-rn/withCachedChildNavigation'>; +} +declare module 'react-navigation/lib/addNavigationHelpers.js' { + declare module.exports: $Exports<'react-navigation/lib/addNavigationHelpers'>; +} +declare module 'react-navigation/lib/createNavigationContainer.js' { + declare module.exports: $Exports<'react-navigation/lib/createNavigationContainer'>; +} +declare module 'react-navigation/lib/NavigationActions.js' { + declare module.exports: $Exports<'react-navigation/lib/NavigationActions'>; +} +declare module 'react-navigation/lib/navigators/createNavigator.js' { + declare module.exports: $Exports<'react-navigation/lib/navigators/createNavigator'>; +} +declare module 'react-navigation/lib/navigators/DrawerNavigator.js' { + declare module.exports: $Exports<'react-navigation/lib/navigators/DrawerNavigator'>; +} +declare module 'react-navigation/lib/navigators/NavigatorTypes.js' { + declare module.exports: $Exports<'react-navigation/lib/navigators/NavigatorTypes'>; +} +declare module 'react-navigation/lib/navigators/StackNavigator.js' { + declare module.exports: $Exports<'react-navigation/lib/navigators/StackNavigator'>; +} +declare module 'react-navigation/lib/navigators/TabNavigator.js' { + declare module.exports: $Exports<'react-navigation/lib/navigators/TabNavigator'>; +} +declare module 'react-navigation/lib/PlatformHelpers.native.js' { + declare module.exports: $Exports<'react-navigation/lib/PlatformHelpers.native'>; +} +declare module 'react-navigation/lib/PlatformHelpers.web.js' { + declare module.exports: $Exports<'react-navigation/lib/PlatformHelpers.web'>; +} +declare module 'react-navigation/lib/react-navigation.js' { + declare module.exports: $Exports<'react-navigation/lib/react-navigation'>; +} +declare module 'react-navigation/lib/react-navigation.web.js' { + declare module.exports: $Exports<'react-navigation/lib/react-navigation.web'>; +} +declare module 'react-navigation/lib/routers/createConfigGetter.js' { + declare module.exports: $Exports<'react-navigation/lib/routers/createConfigGetter'>; +} +declare module 'react-navigation/lib/routers/getScreenConfigDeprecated.js' { + declare module.exports: $Exports<'react-navigation/lib/routers/getScreenConfigDeprecated'>; +} +declare module 'react-navigation/lib/routers/getScreenForRouteName.js' { + declare module.exports: $Exports<'react-navigation/lib/routers/getScreenForRouteName'>; +} +declare module 'react-navigation/lib/routers/StackRouter.js' { + declare module.exports: $Exports<'react-navigation/lib/routers/StackRouter'>; +} +declare module 'react-navigation/lib/routers/TabRouter.js' { + declare module.exports: $Exports<'react-navigation/lib/routers/TabRouter'>; +} +declare module 'react-navigation/lib/routers/validateRouteConfigMap.js' { + declare module.exports: $Exports<'react-navigation/lib/routers/validateRouteConfigMap'>; +} +declare module 'react-navigation/lib/routers/validateScreenOptions.js' { + declare module.exports: $Exports<'react-navigation/lib/routers/validateScreenOptions'>; +} +declare module 'react-navigation/lib/StateUtils.js' { + declare module.exports: $Exports<'react-navigation/lib/StateUtils'>; +} +declare module 'react-navigation/lib/TypeDefinition.js' { + declare module.exports: $Exports<'react-navigation/lib/TypeDefinition'>; +} +declare module 'react-navigation/lib/utils/getSceneIndicesForInterpolationInputRange.js' { + declare module.exports: $Exports<'react-navigation/lib/utils/getSceneIndicesForInterpolationInputRange'>; +} +declare module 'react-navigation/lib/utils/invariant.js' { + declare module.exports: $Exports<'react-navigation/lib/utils/invariant'>; +} +declare module 'react-navigation/lib/utils/ReactNativeFeatures.js' { + declare module.exports: $Exports<'react-navigation/lib/utils/ReactNativeFeatures'>; +} +declare module 'react-navigation/lib/utils/shallowEqual.js' { + declare module.exports: $Exports<'react-navigation/lib/utils/shallowEqual'>; +} +declare module 'react-navigation/lib/views/AnimatedValueSubscription.js' { + declare module.exports: $Exports<'react-navigation/lib/views/AnimatedValueSubscription'>; +} +declare module 'react-navigation/lib/views/CardStack/Card.js' { + declare module.exports: $Exports<'react-navigation/lib/views/CardStack/Card'>; +} +declare module 'react-navigation/lib/views/CardStack/CardStack.js' { + declare module.exports: $Exports<'react-navigation/lib/views/CardStack/CardStack'>; +} +declare module 'react-navigation/lib/views/CardStack/CardStackStyleInterpolator.js' { + declare module.exports: $Exports<'react-navigation/lib/views/CardStack/CardStackStyleInterpolator'>; +} +declare module 'react-navigation/lib/views/CardStack/CardStackTransitioner.js' { + declare module.exports: $Exports<'react-navigation/lib/views/CardStack/CardStackTransitioner'>; +} +declare module 'react-navigation/lib/views/CardStack/PointerEventsContainer.js' { + declare module.exports: $Exports<'react-navigation/lib/views/CardStack/PointerEventsContainer'>; +} +declare module 'react-navigation/lib/views/CardStack/TransitionConfigs.js' { + declare module.exports: $Exports<'react-navigation/lib/views/CardStack/TransitionConfigs'>; +} +declare module 'react-navigation/lib/views/Drawer/DrawerNavigatorItems.js' { + declare module.exports: $Exports<'react-navigation/lib/views/Drawer/DrawerNavigatorItems'>; +} +declare module 'react-navigation/lib/views/Drawer/DrawerScreen.js' { + declare module.exports: $Exports<'react-navigation/lib/views/Drawer/DrawerScreen'>; +} +declare module 'react-navigation/lib/views/Drawer/DrawerSidebar.js' { + declare module.exports: $Exports<'react-navigation/lib/views/Drawer/DrawerSidebar'>; +} +declare module 'react-navigation/lib/views/Drawer/DrawerView.js' { + declare module.exports: $Exports<'react-navigation/lib/views/Drawer/DrawerView'>; +} +declare module 'react-navigation/lib/views/Header/Header.js' { + declare module.exports: $Exports<'react-navigation/lib/views/Header/Header'>; +} +declare module 'react-navigation/lib/views/Header/HeaderBackButton.js' { + declare module.exports: $Exports<'react-navigation/lib/views/Header/HeaderBackButton'>; +} +declare module 'react-navigation/lib/views/Header/HeaderStyleInterpolator.js' { + declare module.exports: $Exports<'react-navigation/lib/views/Header/HeaderStyleInterpolator'>; +} +declare module 'react-navigation/lib/views/Header/HeaderTitle.js' { + declare module.exports: $Exports<'react-navigation/lib/views/Header/HeaderTitle'>; +} +declare module 'react-navigation/lib/views/SafeAreaView.js' { + declare module.exports: $Exports<'react-navigation/lib/views/SafeAreaView'>; +} +declare module 'react-navigation/lib/views/ScenesReducer.js' { + declare module.exports: $Exports<'react-navigation/lib/views/ScenesReducer'>; +} +declare module 'react-navigation/lib/views/SceneView.js' { + declare module.exports: $Exports<'react-navigation/lib/views/SceneView'>; +} +declare module 'react-navigation/lib/views/TabView/TabBarBottom.js' { + declare module.exports: $Exports<'react-navigation/lib/views/TabView/TabBarBottom'>; +} +declare module 'react-navigation/lib/views/TabView/TabBarIcon.js' { + declare module.exports: $Exports<'react-navigation/lib/views/TabView/TabBarIcon'>; +} +declare module 'react-navigation/lib/views/TabView/TabBarTop.js' { + declare module.exports: $Exports<'react-navigation/lib/views/TabView/TabBarTop'>; +} +declare module 'react-navigation/lib/views/TabView/TabView.js' { + declare module.exports: $Exports<'react-navigation/lib/views/TabView/TabView'>; +} +declare module 'react-navigation/lib/views/TouchableItem.js' { + declare module.exports: $Exports<'react-navigation/lib/views/TouchableItem'>; +} +declare module 'react-navigation/lib/views/Transitioner.js' { + declare module.exports: $Exports<'react-navigation/lib/views/Transitioner'>; +} +declare module 'react-navigation/lib/views/withNavigation.js' { + declare module.exports: $Exports<'react-navigation/lib/views/withNavigation'>; +} +declare module 'react-navigation/lib/views/withOrientation.js' { + declare module.exports: $Exports<'react-navigation/lib/views/withOrientation'>; +} +declare module 'react-navigation/lib/withCachedChildNavigation.js' { + declare module.exports: $Exports<'react-navigation/lib/withCachedChildNavigation'>; +} +declare module 'react-navigation/prettier.config.js' { + declare module.exports: $Exports<'react-navigation/prettier.config'>; +} +declare module 'react-navigation/scripts/compile-docs.js' { + declare module.exports: $Exports<'react-navigation/scripts/compile-docs'>; +} +declare module 'react-navigation/src/__tests__/addNavigationHelpers-test.js' { + declare module.exports: $Exports<'react-navigation/src/__tests__/addNavigationHelpers-test'>; +} +declare module 'react-navigation/src/__tests__/NavigationActions-test.js' { + declare module.exports: $Exports<'react-navigation/src/__tests__/NavigationActions-test'>; +} +declare module 'react-navigation/src/__tests__/NavigationContainer-test.js' { + declare module.exports: $Exports<'react-navigation/src/__tests__/NavigationContainer-test'>; +} +declare module 'react-navigation/src/__tests__/NavigationStateUtils-test.js' { + declare module.exports: $Exports<'react-navigation/src/__tests__/NavigationStateUtils-test'>; +} +declare module 'react-navigation/src/addNavigationHelpers.js' { + declare module.exports: $Exports<'react-navigation/src/addNavigationHelpers'>; +} +declare module 'react-navigation/src/createNavigationContainer.js' { + declare module.exports: $Exports<'react-navigation/src/createNavigationContainer'>; +} +declare module 'react-navigation/src/getChildEventSubscriber.js' { + declare module.exports: $Exports<'react-navigation/src/getChildEventSubscriber'>; +} +declare module 'react-navigation/src/NavigationActions.js' { + declare module.exports: $Exports<'react-navigation/src/NavigationActions'>; +} +declare module 'react-navigation/src/navigators/__tests__/DrawerNavigator-test.js' { + declare module.exports: $Exports<'react-navigation/src/navigators/__tests__/DrawerNavigator-test'>; +} +declare module 'react-navigation/src/navigators/__tests__/StackNavigator-test.js' { + declare module.exports: $Exports<'react-navigation/src/navigators/__tests__/StackNavigator-test'>; +} +declare module 'react-navigation/src/navigators/__tests__/TabNavigator-test.js' { + declare module.exports: $Exports<'react-navigation/src/navigators/__tests__/TabNavigator-test'>; +} +declare module 'react-navigation/src/navigators/createNavigator.js' { + declare module.exports: $Exports<'react-navigation/src/navigators/createNavigator'>; +} +declare module 'react-navigation/src/navigators/DrawerNavigator.js' { + declare module.exports: $Exports<'react-navigation/src/navigators/DrawerNavigator'>; +} +declare module 'react-navigation/src/navigators/NavigatorTypes.js' { + declare module.exports: $Exports<'react-navigation/src/navigators/NavigatorTypes'>; +} +declare module 'react-navigation/src/navigators/StackNavigator.js' { + declare module.exports: $Exports<'react-navigation/src/navigators/StackNavigator'>; +} +declare module 'react-navigation/src/navigators/TabNavigator.js' { + declare module.exports: $Exports<'react-navigation/src/navigators/TabNavigator'>; +} +declare module 'react-navigation/src/PlatformHelpers.native.js' { + declare module.exports: $Exports<'react-navigation/src/PlatformHelpers.native'>; +} +declare module 'react-navigation/src/PlatformHelpers.web.js' { + declare module.exports: $Exports<'react-navigation/src/PlatformHelpers.web'>; +} +declare module 'react-navigation/src/react-navigation.js' { + declare module.exports: $Exports<'react-navigation/src/react-navigation'>; +} +declare module 'react-navigation/src/react-navigation.web.js' { + declare module.exports: $Exports<'react-navigation/src/react-navigation.web'>; +} +declare module 'react-navigation/src/routers/__tests__/createConfigGetter-test.js' { + declare module.exports: $Exports<'react-navigation/src/routers/__tests__/createConfigGetter-test'>; +} +declare module 'react-navigation/src/routers/__tests__/Routers-test.js' { + declare module.exports: $Exports<'react-navigation/src/routers/__tests__/Routers-test'>; +} +declare module 'react-navigation/src/routers/__tests__/StackRouter-test.js' { + declare module.exports: $Exports<'react-navigation/src/routers/__tests__/StackRouter-test'>; +} +declare module 'react-navigation/src/routers/__tests__/TabRouter-test.js' { + declare module.exports: $Exports<'react-navigation/src/routers/__tests__/TabRouter-test'>; +} +declare module 'react-navigation/src/routers/__tests__/validateRouteConfigMap-test.js' { + declare module.exports: $Exports<'react-navigation/src/routers/__tests__/validateRouteConfigMap-test'>; +} +declare module 'react-navigation/src/routers/createConfigGetter.js' { + declare module.exports: $Exports<'react-navigation/src/routers/createConfigGetter'>; +} +declare module 'react-navigation/src/routers/getScreenConfigDeprecated.js' { + declare module.exports: $Exports<'react-navigation/src/routers/getScreenConfigDeprecated'>; +} +declare module 'react-navigation/src/routers/getScreenForRouteName.js' { + declare module.exports: $Exports<'react-navigation/src/routers/getScreenForRouteName'>; +} +declare module 'react-navigation/src/routers/StackRouter.js' { + declare module.exports: $Exports<'react-navigation/src/routers/StackRouter'>; +} +declare module 'react-navigation/src/routers/TabRouter.js' { + declare module.exports: $Exports<'react-navigation/src/routers/TabRouter'>; +} +declare module 'react-navigation/src/routers/validateRouteConfigMap.js' { + declare module.exports: $Exports<'react-navigation/src/routers/validateRouteConfigMap'>; +} +declare module 'react-navigation/src/routers/validateScreenOptions.js' { + declare module.exports: $Exports<'react-navigation/src/routers/validateScreenOptions'>; +} +declare module 'react-navigation/src/StateUtils.js' { + declare module.exports: $Exports<'react-navigation/src/StateUtils'>; +} +declare module 'react-navigation/src/utils/getSceneIndicesForInterpolationInputRange.js' { + declare module.exports: $Exports<'react-navigation/src/utils/getSceneIndicesForInterpolationInputRange'>; +} +declare module 'react-navigation/src/utils/invariant.js' { + declare module.exports: $Exports<'react-navigation/src/utils/invariant'>; +} +declare module 'react-navigation/src/utils/ReactNativeFeatures.js' { + declare module.exports: $Exports<'react-navigation/src/utils/ReactNativeFeatures'>; +} +declare module 'react-navigation/src/utils/shallowEqual.js' { + declare module.exports: $Exports<'react-navigation/src/utils/shallowEqual'>; +} +declare module 'react-navigation/src/views/__tests__/NavigationScenesReducer-test.js' { + declare module.exports: $Exports<'react-navigation/src/views/__tests__/NavigationScenesReducer-test'>; +} +declare module 'react-navigation/src/views/__tests__/TabView-test.js' { + declare module.exports: $Exports<'react-navigation/src/views/__tests__/TabView-test'>; +} +declare module 'react-navigation/src/views/__tests__/withOrientation-test.js' { + declare module.exports: $Exports<'react-navigation/src/views/__tests__/withOrientation-test'>; +} +declare module 'react-navigation/src/views/AnimatedValueSubscription.js' { + declare module.exports: $Exports<'react-navigation/src/views/AnimatedValueSubscription'>; +} +declare module 'react-navigation/src/views/CardStack/Card.js' { + declare module.exports: $Exports<'react-navigation/src/views/CardStack/Card'>; +} +declare module 'react-navigation/src/views/CardStack/CardStack.js' { + declare module.exports: $Exports<'react-navigation/src/views/CardStack/CardStack'>; +} +declare module 'react-navigation/src/views/CardStack/CardStackStyleInterpolator.js' { + declare module.exports: $Exports<'react-navigation/src/views/CardStack/CardStackStyleInterpolator'>; +} +declare module 'react-navigation/src/views/CardStack/CardStackTransitioner.js' { + declare module.exports: $Exports<'react-navigation/src/views/CardStack/CardStackTransitioner'>; +} +declare module 'react-navigation/src/views/CardStack/PointerEventsContainer.js' { + declare module.exports: $Exports<'react-navigation/src/views/CardStack/PointerEventsContainer'>; +} +declare module 'react-navigation/src/views/CardStack/TransitionConfigs.js' { + declare module.exports: $Exports<'react-navigation/src/views/CardStack/TransitionConfigs'>; +} +declare module 'react-navigation/src/views/Drawer/DrawerNavigatorItems.js' { + declare module.exports: $Exports<'react-navigation/src/views/Drawer/DrawerNavigatorItems'>; +} +declare module 'react-navigation/src/views/Drawer/DrawerScreen.js' { + declare module.exports: $Exports<'react-navigation/src/views/Drawer/DrawerScreen'>; +} +declare module 'react-navigation/src/views/Drawer/DrawerSidebar.js' { + declare module.exports: $Exports<'react-navigation/src/views/Drawer/DrawerSidebar'>; +} +declare module 'react-navigation/src/views/Drawer/DrawerView.js' { + declare module.exports: $Exports<'react-navigation/src/views/Drawer/DrawerView'>; +} +declare module 'react-navigation/src/views/Header/Header.js' { + declare module.exports: $Exports<'react-navigation/src/views/Header/Header'>; +} +declare module 'react-navigation/src/views/Header/HeaderBackButton.js' { + declare module.exports: $Exports<'react-navigation/src/views/Header/HeaderBackButton'>; +} +declare module 'react-navigation/src/views/Header/HeaderStyleInterpolator.js' { + declare module.exports: $Exports<'react-navigation/src/views/Header/HeaderStyleInterpolator'>; +} +declare module 'react-navigation/src/views/Header/HeaderTitle.js' { + declare module.exports: $Exports<'react-navigation/src/views/Header/HeaderTitle'>; +} +declare module 'react-navigation/src/views/SafeAreaView.js' { + declare module.exports: $Exports<'react-navigation/src/views/SafeAreaView'>; +} +declare module 'react-navigation/src/views/ScenesReducer.js' { + declare module.exports: $Exports<'react-navigation/src/views/ScenesReducer'>; +} +declare module 'react-navigation/src/views/SceneView.js' { + declare module.exports: $Exports<'react-navigation/src/views/SceneView'>; +} +declare module 'react-navigation/src/views/TabView/TabBarBottom.js' { + declare module.exports: $Exports<'react-navigation/src/views/TabView/TabBarBottom'>; +} +declare module 'react-navigation/src/views/TabView/TabBarIcon.js' { + declare module.exports: $Exports<'react-navigation/src/views/TabView/TabBarIcon'>; +} +declare module 'react-navigation/src/views/TabView/TabBarTop.js' { + declare module.exports: $Exports<'react-navigation/src/views/TabView/TabBarTop'>; +} +declare module 'react-navigation/src/views/TabView/TabView.js' { + declare module.exports: $Exports<'react-navigation/src/views/TabView/TabView'>; +} +declare module 'react-navigation/src/views/TouchableItem.js' { + declare module.exports: $Exports<'react-navigation/src/views/TouchableItem'>; +} +declare module 'react-navigation/src/views/Transitioner.js' { + declare module.exports: $Exports<'react-navigation/src/views/Transitioner'>; +} +declare module 'react-navigation/src/views/withNavigation.js' { + declare module.exports: $Exports<'react-navigation/src/views/withNavigation'>; +} +declare module 'react-navigation/src/views/withOrientation.js' { + declare module.exports: $Exports<'react-navigation/src/views/withOrientation'>; +} +declare module 'react-navigation/src/withCachedChildNavigation.js' { + declare module.exports: $Exports<'react-navigation/src/withCachedChildNavigation'>; +} +declare module 'react-navigation/website/config/env.js' { + declare module.exports: $Exports<'react-navigation/website/config/env'>; +} +declare module 'react-navigation/website/config/jest/CSSStub.js' { + declare module.exports: $Exports<'react-navigation/website/config/jest/CSSStub'>; +} +declare module 'react-navigation/website/config/jest/FileStub.js' { + declare module.exports: $Exports<'react-navigation/website/config/jest/FileStub'>; +} +declare module 'react-navigation/website/config/paths.js' { + declare module.exports: $Exports<'react-navigation/website/config/paths'>; +} +declare module 'react-navigation/website/config/polyfills.js' { + declare module.exports: $Exports<'react-navigation/website/config/polyfills'>; +} +declare module 'react-navigation/website/config/webpack.config.dev.js' { + declare module.exports: $Exports<'react-navigation/website/config/webpack.config.dev'>; +} +declare module 'react-navigation/website/config/webpack.config.prod.js' { + declare module.exports: $Exports<'react-navigation/website/config/webpack.config.prod'>; +} +declare module 'react-navigation/website/scripts/build.js' { + declare module.exports: $Exports<'react-navigation/website/scripts/build'>; +} +declare module 'react-navigation/website/scripts/start.js' { + declare module.exports: $Exports<'react-navigation/website/scripts/start'>; +} +declare module 'react-navigation/website/scripts/test.js' { + declare module.exports: $Exports<'react-navigation/website/scripts/test'>; +} +declare module 'react-navigation/website/src/App.js' { + declare module.exports: $Exports<'react-navigation/website/src/App'>; +} +declare module 'react-navigation/website/src/App.test.js' { + declare module.exports: $Exports<'react-navigation/website/src/App.test'>; +} +declare module 'react-navigation/website/src/AppFrame.js' { + declare module.exports: $Exports<'react-navigation/website/src/AppFrame'>; +} +declare module 'react-navigation/website/src/BrowserAppContainer.js' { + declare module.exports: $Exports<'react-navigation/website/src/BrowserAppContainer'>; +} +declare module 'react-navigation/website/src/CodeBlock.js' { + declare module.exports: $Exports<'react-navigation/website/src/CodeBlock'>; +} +declare module 'react-navigation/website/src/DocSearchBar.js' { + declare module.exports: $Exports<'react-navigation/website/src/DocSearchBar'>; +} +declare module 'react-navigation/website/src/Footer.js' { + declare module.exports: $Exports<'react-navigation/website/src/Footer'>; +} +declare module 'react-navigation/website/src/HomePage.js' { + declare module.exports: $Exports<'react-navigation/website/src/HomePage'>; +} +declare module 'react-navigation/website/src/index.js' { + declare module.exports: $Exports<'react-navigation/website/src/index'>; +} +declare module 'react-navigation/website/src/Link.js' { + declare module.exports: $Exports<'react-navigation/website/src/Link'>; +} +declare module 'react-navigation/website/src/MDPage.js' { + declare module.exports: $Exports<'react-navigation/website/src/MDPage'>; +} +declare module 'react-navigation/website/src/PageWithSidebar.js' { + declare module.exports: $Exports<'react-navigation/website/src/PageWithSidebar'>; +} +declare module 'react-navigation/website/src/PhoneGraphic.js' { + declare module.exports: $Exports<'react-navigation/website/src/PhoneGraphic'>; +} +declare module 'react-navigation/website/src/Server.js' { + declare module.exports: $Exports<'react-navigation/website/src/Server'>; +} diff --git a/packages/react-navigation/examples/NavigationPlayground/flow-typed/npm/react-test-renderer_v16.x.x.js b/packages/react-navigation/examples/NavigationPlayground/flow-typed/npm/react-test-renderer_v16.x.x.js new file mode 100644 index 00000000..1f9a271c --- /dev/null +++ b/packages/react-navigation/examples/NavigationPlayground/flow-typed/npm/react-test-renderer_v16.x.x.js @@ -0,0 +1,62 @@ +// flow-typed signature: 2d946f2ec4aba5210b19d053c411a59d +// flow-typed version: 95b3e05165/react-test-renderer_v16.x.x/flow_>=v0.47.x + +// Type definitions for react-test-renderer 16.x.x +// Ported from: https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/react-test-renderer + +type ReactTestRendererJSON = { + type: string, + props: { [propName: string]: any }, + children: null | ReactTestRendererJSON[] +}; + +type ReactTestRendererTree = ReactTestRendererJSON & { + nodeType: "component" | "host", + instance: any, + rendered: null | ReactTestRendererTree +}; + +type ReactTestInstance = { + instance: any, + type: string, + props: { [propName: string]: any }, + parent: null | ReactTestInstance, + children: Array, + + find(predicate: (node: ReactTestInstance) => boolean): ReactTestInstance, + findByType(type: React$ElementType): ReactTestInstance, + findByProps(props: { [propName: string]: any }): ReactTestInstance, + + findAll( + predicate: (node: ReactTestInstance) => boolean, + options?: { deep: boolean } + ): ReactTestInstance[], + findAllByType( + type: React$ElementType, + options?: { deep: boolean } + ): ReactTestInstance[], + findAllByProps( + props: { [propName: string]: any }, + options?: { deep: boolean } + ): ReactTestInstance[] +}; + +type ReactTestRenderer = { + toJSON(): null | ReactTestRendererJSON, + toTree(): null | ReactTestRendererTree, + unmount(nextElement?: React$Element): void, + update(nextElement: React$Element): void, + getInstance(): null | ReactTestInstance, + root: ReactTestInstance +}; + +type TestRendererOptions = { + createNodeMock(element: React$Element): any +}; + +declare module "react-test-renderer" { + declare function create( + nextElement: React$Element, + options?: TestRendererOptions + ): ReactTestRenderer; +} diff --git a/packages/react-navigation/examples/NavigationPlayground/js/SimpleStack.js b/packages/react-navigation/examples/NavigationPlayground/js/SimpleStack.js index 53e92100..96d54c99 100644 --- a/packages/react-navigation/examples/NavigationPlayground/js/SimpleStack.js +++ b/packages/react-navigation/examples/NavigationPlayground/js/SimpleStack.js @@ -2,12 +2,19 @@ * @flow */ -import React from 'react'; +import type { NavigationScreenProp, EventListener } from 'react-navigation'; + +import * as React from 'react'; import { Button, ScrollView, StatusBar } from 'react-native'; import { StackNavigator, SafeAreaView } from 'react-navigation'; import SampleText from './SampleText'; -class MyNavScreen extends React.Component { +type MyNavScreenProps = { + navigation: NavigationScreenProp<*>, + banner: React.Node, +}; + +class MyNavScreen extends React.Component { render() { const { navigation, banner } = this.props; return ( @@ -28,10 +35,19 @@ class MyNavScreen extends React.Component { } } -class MyHomeScreen extends React.Component { +type MyHomeScreenProps = { + navigation: NavigationScreenProp<*>, +}; + +class MyHomeScreen extends React.Component { static navigationOptions = { title: 'Welcome', }; + _s0: EventListener; + _s1: EventListener; + _s2: EventListener; + _s3: EventListener; + componentDidMount() { this._s0 = this.props.navigation.addListener('willFocus', this._onWF); this._s1 = this.props.navigation.addListener('didFocus', this._onDF); @@ -63,10 +79,18 @@ class MyHomeScreen extends React.Component { } } -class MyPhotosScreen extends React.Component { +type MyPhotosScreenProps = { + navigation: NavigationScreenProp<*>, +}; +class MyPhotosScreen extends React.Component { static navigationOptions = { title: 'Photos', }; + _s0: EventListener; + _s1: EventListener; + _s2: EventListener; + _s3: EventListener; + componentDidMount() { this._s0 = this.props.navigation.addListener('willFocus', this._onWF); this._s1 = this.props.navigation.addListener('didFocus', this._onDF); diff --git a/packages/react-navigation/examples/NavigationPlayground/js/SimpleTabs.js b/packages/react-navigation/examples/NavigationPlayground/js/SimpleTabs.js index 6e28fe03..fb1fa005 100644 --- a/packages/react-navigation/examples/NavigationPlayground/js/SimpleTabs.js +++ b/packages/react-navigation/examples/NavigationPlayground/js/SimpleTabs.js @@ -2,6 +2,8 @@ * @flow */ +import type { NavigationScreenProp, EventListener } from 'react-navigation'; + import React from 'react'; import { Button, Platform, ScrollView, StatusBar, View } from 'react-native'; import { SafeAreaView, TabNavigator } from 'react-navigation'; @@ -114,8 +116,17 @@ const SimpleTabs = TabNavigator( } ); -class SimpleTabsContainer extends React.Component { +type SimpleTabsContainerProps = { + navigation: NavigationScreenProp<*>, +}; + +class SimpleTabsContainer extends React.Component { static router = SimpleTabs.router; + _s0: EventListener; + _s1: EventListener; + _s2: EventListener; + _s3: EventListener; + componentDidMount() { this._s0 = this.props.navigation.addListener('willFocus', this._onWF); this._s1 = this.props.navigation.addListener('didFocus', this._onDF); diff --git a/packages/react-navigation/examples/NavigationPlayground/package.json b/packages/react-navigation/examples/NavigationPlayground/package.json index 375934a8..bc25e16e 100644 --- a/packages/react-navigation/examples/NavigationPlayground/package.json +++ b/packages/react-navigation/examples/NavigationPlayground/package.json @@ -12,13 +12,13 @@ }, "dependencies": { "expo": "^24.0.2", - "react": "16.0.0", - "react-native": "^0.51.0", + "react": "16.2.0", + "react-native": "^0.52.0", "react-navigation": "link:../.." }, "devDependencies": { "babel-jest": "^21.0.0", - "flow-bin": "^0.56.0", + "flow-bin": "^0.61.0", "jest": "^21.0.1", "jest-expo": "^24.0.0", "react-native-scripts": "^1.5.0", diff --git a/packages/react-navigation/examples/NavigationPlayground/yarn.lock b/packages/react-navigation/examples/NavigationPlayground/yarn.lock index 59b33a5a..a933d606 100644 --- a/packages/react-navigation/examples/NavigationPlayground/yarn.lock +++ b/packages/react-navigation/examples/NavigationPlayground/yarn.lock @@ -398,7 +398,7 @@ babel-core@^6.0.0, babel-core@^6.24.1, babel-core@^6.26.0, babel-core@^6.7.2: slash "^1.0.0" source-map "^0.5.6" -babel-generator@^6.18.0, babel-generator@^6.24.1, babel-generator@^6.26.0: +babel-generator@^6.18.0, babel-generator@^6.26.0: version "6.26.0" resolved "https://registry.yarnpkg.com/babel-generator/-/babel-generator-6.26.0.tgz#ac1ae20070b79f6e3ca1d3269613053774f20dc5" dependencies: @@ -1388,10 +1388,14 @@ combined-stream@^1.0.5, combined-stream@~1.0.5: dependencies: delayed-stream "~1.0.0" -commander@^2.9.0, commander@~2.12.1: +commander@^2.9.0: version "2.12.2" resolved "https://registry.yarnpkg.com/commander/-/commander-2.12.2.tgz#0f5946c427ed9ec0d91a46bb9def53e54650e555" +commander@~2.13.0: + version "2.13.0" + resolved "https://registry.yarnpkg.com/commander/-/commander-2.13.0.tgz#6964bca67685df7c1f1430c584f07d7597885b9c" + component-emitter@^1.2.0: version "1.2.1" resolved "https://registry.yarnpkg.com/component-emitter/-/component-emitter-1.2.1.tgz#137918d6d78283f7df7a6b7c5a63e140e69425e6" @@ -1474,6 +1478,15 @@ connect@^2.8.3: utils-merge "1.0.0" vhost "~3.0.1" +connect@^3.6.5: + version "3.6.5" + resolved "https://registry.yarnpkg.com/connect/-/connect-3.6.5.tgz#fb8dde7ba0763877d0ec9df9dac0b4b40e72c7da" + dependencies: + debug "2.6.9" + finalhandler "1.0.6" + parseurl "~1.3.2" + utils-merge "1.0.1" + console-control-strings@^1.0.0, console-control-strings@~1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e" @@ -1734,6 +1747,10 @@ detect-libc@^1.0.2: version "1.0.3" resolved "https://registry.yarnpkg.com/detect-libc/-/detect-libc-1.0.3.tgz#fa137c4bd698edf55cd5cd02ac559f91a4c4ba9b" +detect-newline@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-2.1.0.tgz#f41f1c10be4b00e87b5f13da680759f2c5bfd3e2" + diff@^3.2.0: version "3.4.0" resolved "https://registry.yarnpkg.com/diff/-/diff-3.4.0.tgz#b1d85507daf3964828de54b37d0d73ba67dda56c" @@ -1897,6 +1914,10 @@ event-target-shim@^1.0.5: version "1.1.1" resolved "https://registry.yarnpkg.com/event-target-shim/-/event-target-shim-1.1.1.tgz#a86e5ee6bdaa16054475da797ccddf0c55698491" +eventemitter3@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-3.0.0.tgz#fc29ecf233bd19fbd527bb4089bbf665dc90c1e3" + exec-async@^2.2.0: version "2.2.0" resolved "https://registry.yarnpkg.com/exec-async/-/exec-async-2.2.0.tgz#c7c5ad2eef3478d38390c6dd3acfe8af0efc8301" @@ -2148,6 +2169,18 @@ finalhandler@0.4.0: on-finished "~2.3.0" unpipe "~1.0.0" +finalhandler@1.0.6: + version "1.0.6" + resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.0.6.tgz#007aea33d1a4d3e42017f624848ad58d212f814f" + dependencies: + debug "2.6.9" + encodeurl "~1.0.1" + escape-html "~1.0.3" + on-finished "~2.3.0" + parseurl "~1.3.2" + statuses "~1.3.1" + unpipe "~1.0.0" + finalhandler@1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.1.0.tgz#ce0b6855b45853e791b2fcc680046d88253dd7f5" @@ -2180,9 +2213,9 @@ find-up@^2.0.0, find-up@^2.1.0: dependencies: locate-path "^2.0.0" -flow-bin@^0.56.0: - version "0.56.0" - resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.56.0.tgz#ce43092203a344ba9bf63c0cabe95d95145f6cad" +flow-bin@^0.61.0: + version "0.61.0" + resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.61.0.tgz#d0473a8c35dbbf4de573823f4932124397d32d35" follow-redirects@^1.2.3: version "1.2.6" @@ -2399,7 +2432,7 @@ glob@^7.0.3, glob@^7.0.5, glob@^7.1.1, glob@^7.1.2: once "^1.3.0" path-is-absolute "^1.0.0" -global@^4.3.0, global@^4.3.2: +global@^4.3.0: version "4.3.2" resolved "https://registry.yarnpkg.com/global/-/global-4.3.2.tgz#e76989268a6c74c38908b1305b10fc0e394e9d0f" dependencies: @@ -3045,7 +3078,13 @@ jest-diff@^21.2.1: jest-get-type "^21.2.0" pretty-format "^21.2.1" -jest-docblock@^21, jest-docblock@^21.2.0: +jest-docblock@22.1.0, jest-docblock@^22.1.0: + version "22.1.0" + resolved "https://registry.yarnpkg.com/jest-docblock/-/jest-docblock-22.1.0.tgz#3fe5986d5444cbcb149746eb4b07c57c5a464dfd" + dependencies: + detect-newline "^2.1.0" + +jest-docblock@^21.2.0: version "21.2.0" resolved "https://registry.yarnpkg.com/jest-docblock/-/jest-docblock-21.2.0.tgz#51529c3b30d5fd159da60c27ceedc195faf8d414" @@ -3077,7 +3116,18 @@ jest-get-type@^21.2.0: version "21.2.0" resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-21.2.0.tgz#f6376ab9db4b60d81e39f30749c6c466f40d4a23" -jest-haste-map@^21, jest-haste-map@^21.2.0: +jest-haste-map@22.1.0: + version "22.1.0" + resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-22.1.0.tgz#1174c6ff393f9818ebf1163710d8868b5370da2a" + dependencies: + fb-watchman "^2.0.0" + graceful-fs "^4.1.11" + jest-docblock "^22.1.0" + jest-worker "^22.1.0" + micromatch "^2.3.11" + sane "^2.0.0" + +jest-haste-map@^21.2.0: version "21.2.0" resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-21.2.0.tgz#1363f0a8bb4338f24f001806571eff7a4b2ff3d8" dependencies: @@ -3208,6 +3258,12 @@ jest-validate@^21.2.1: leven "^2.1.0" pretty-format "^21.2.1" +jest-worker@22.1.0, jest-worker@^22.1.0: + version "22.1.0" + resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-22.1.0.tgz#0987832fe58fbdc205357f4c19b992446368cafb" + dependencies: + merge-stream "^1.0.1" + jest@^21.0.1, jest@^21.2.1: version "21.2.1" resolved "https://registry.yarnpkg.com/jest/-/jest-21.2.1.tgz#c964e0b47383768a1438e3ccf3c3d470327604e1" @@ -3561,6 +3617,10 @@ lodash.templatesettings@^3.0.0: lodash._reinterpolate "^3.0.0" lodash.escape "^3.0.0" +lodash.throttle@^4.1.1: + version "4.1.1" + resolved "https://registry.yarnpkg.com/lodash.throttle/-/lodash.throttle-4.1.1.tgz#c23e91b710242ac70c37f1e1cda9274cc39bf2f4" + lodash.zipobject@^4.1.3: version "4.1.3" resolved "https://registry.yarnpkg.com/lodash.zipobject/-/lodash.zipobject-4.1.3.tgz#b399f5aba8ff62a746f6979bf20b214f964dbef8" @@ -3708,14 +3768,26 @@ methods@^1.1.1, methods@~1.1.2: version "1.1.2" resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee" -metro-bundler@^0.20.0: - version "0.20.3" - resolved "https://registry.yarnpkg.com/metro-bundler/-/metro-bundler-0.20.3.tgz#0ded01b64e8963117017b106f75b83cfc34f3656" +metro-core@0.24.7, metro-core@^0.24.1: + version "0.24.7" + resolved "https://registry.yarnpkg.com/metro-core/-/metro-core-0.24.7.tgz#89e4fbea5bad574eb971459ebfa74c028f52d278" + dependencies: + lodash.throttle "^4.1.1" + +metro-source-map@0.24.7: + version "0.24.7" + resolved "https://registry.yarnpkg.com/metro-source-map/-/metro-source-map-0.24.7.tgz#b13d0ae6417c2a2cd3d521ae6cd898196748ec0b" + dependencies: + source-map "^0.5.6" + +metro@^0.24.1: + version "0.24.7" + resolved "https://registry.yarnpkg.com/metro/-/metro-0.24.7.tgz#42cecdb236b702d16243812294f7d3b97c43378d" dependencies: absolute-path "^0.0.0" async "^2.4.0" babel-core "^6.24.1" - babel-generator "^6.24.1" + babel-generator "^6.26.0" babel-plugin-external-helpers "^6.18.0" babel-preset-es2015-node "^6.1.1" babel-preset-fbjs "^2.1.4" @@ -3724,30 +3796,39 @@ metro-bundler@^0.20.0: babylon "^6.18.0" chalk "^1.1.1" concat-stream "^1.6.0" + connect "^3.6.5" core-js "^2.2.2" debug "^2.2.0" denodeify "^1.2.1" + eventemitter3 "^3.0.0" fbjs "^0.8.14" + fs-extra "^1.0.0" graceful-fs "^4.1.3" image-size "^0.6.0" - jest-docblock "^21" - jest-haste-map "^21" + jest-docblock "22.1.0" + jest-haste-map "22.1.0" + jest-worker "22.1.0" json-stable-stringify "^1.0.1" json5 "^0.4.0" left-pad "^1.1.3" - lodash "^4.16.6" + lodash.throttle "^4.1.1" merge-stream "^1.0.1" + metro-core "0.24.7" + metro-source-map "0.24.7" mime-types "2.1.11" mkdirp "^0.5.1" request "^2.79.0" rimraf "^2.5.4" + serialize-error "^2.1.0" source-map "^0.5.6" temp "0.8.3" throat "^4.1.0" - uglify-es "^3.1.8" + uglify-es "^3.1.9" wordwrap "^1.0.0" write-file-atomic "^1.2.0" + ws "^1.1.0" xpipe "^1.0.5" + yargs "^9.0.0" micromatch@^2.1.5, micromatch@^2.3.11: version "2.3.11" @@ -4547,9 +4628,9 @@ react-deep-force-update@^1.0.0: version "1.1.1" resolved "https://registry.yarnpkg.com/react-deep-force-update/-/react-deep-force-update-1.1.1.tgz#bcd31478027b64b3339f108921ab520b4313dc2c" -react-devtools-core@^2.5.0: - version "2.5.2" - resolved "https://registry.yarnpkg.com/react-devtools-core/-/react-devtools-core-2.5.2.tgz#f97bec5afae5d9318d16778065e0c214c4d5714c" +react-devtools-core@3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/react-devtools-core/-/react-devtools-core-3.0.0.tgz#f683e19f0311108f97dbb5b29d948323a1bf7c03" dependencies: shell-quote "^1.6.1" ws "^2.0.3" @@ -4631,9 +4712,9 @@ react-native-vector-icons@4.4.2: prop-types "^15.5.10" yargs "^8.0.2" -react-native@^0.51.0: - version "0.51.0" - resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.51.0.tgz#fe25934b3030fd323f3ca1a70f034133465955ed" +react-native@^0.52.0: + version "0.52.1" + resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.52.1.tgz#68ca222f9c6a9bbe4a6f95896a5f9611c1311c31" dependencies: absolute-path "^0.0.0" art "^0.10.0" @@ -4662,7 +4743,8 @@ react-native@^0.51.0: graceful-fs "^4.1.3" inquirer "^3.0.6" lodash "^4.16.6" - metro-bundler "^0.20.0" + metro "^0.24.1" + metro-core "^0.24.1" mime "^1.3.4" minimist "^1.2.0" mkdirp "^0.5.1" @@ -4676,7 +4758,7 @@ react-native@^0.51.0: promise "^7.1.1" prop-types "^15.5.8" react-clone-referenced-element "^1.0.1" - react-devtools-core "^2.5.0" + react-devtools-core "3.0.0" react-timer-mixin "^0.13.2" regenerator-runtime "^0.11.0" rimraf "^2.5.4" @@ -4729,9 +4811,9 @@ react-transform-hmr@^1.0.4: global "^4.3.0" react-proxy "^1.1.7" -react@16.0.0: - version "16.0.0" - resolved "https://registry.yarnpkg.com/react/-/react-16.0.0.tgz#ce7df8f1941b036f02b2cca9dbd0cb1f0e855e2d" +react@16.2.0: + version "16.2.0" + resolved "https://registry.yarnpkg.com/react/-/react-16.2.0.tgz#a31bd2dab89bff65d42134fa187f24d054c273ba" dependencies: fbjs "^0.8.16" loose-envify "^1.1.0" @@ -5120,6 +5202,10 @@ sentence-case@^1.1.1, sentence-case@^1.1.2: dependencies: lower-case "^1.1.1" +serialize-error@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/serialize-error/-/serialize-error-2.1.0.tgz#50b679d5635cdf84667bdc8e59af4e5b81d5f60a" + serve-favicon@~2.3.0: version "2.3.2" resolved "https://registry.yarnpkg.com/serve-favicon/-/serve-favicon-2.3.2.tgz#dd419e268de012ab72b319d337f2105013f9381f" @@ -5686,11 +5772,11 @@ ua-parser-js@^0.7.9: version "0.7.17" resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.17.tgz#e9ec5f9498b9ec910e7ae3ac626a805c4d09ecac" -uglify-es@^3.1.8: - version "3.2.2" - resolved "https://registry.yarnpkg.com/uglify-es/-/uglify-es-3.2.2.tgz#15c62b7775002c81b7987a1c49ecd3f126cace73" +uglify-es@^3.1.9: + version "3.3.8" + resolved "https://registry.yarnpkg.com/uglify-es/-/uglify-es-3.3.8.tgz#f2c68e6cff0d0f9dc9577e4da207151c2e753b7e" dependencies: - commander "~2.12.1" + commander "~2.13.0" source-map "~0.6.1" uglify-js@^2.6: diff --git a/packages/react-navigation/src/TypeDefinition.js b/packages/react-navigation/src/TypeDefinition.js new file mode 100644 index 00000000..1d6e7c32 --- /dev/null +++ b/packages/react-navigation/src/TypeDefinition.js @@ -0,0 +1,574 @@ +/* @flow */ + +import * as React from 'react'; + +import type { StyleObj } from 'react-native/Libraries/StyleSheet/StyleSheetTypes'; + +import { Animated } from 'react-native'; + +export type ViewStyleProp = StyleObj; +export type TextStyleProp = StyleObj; +export type AnimatedViewStyleProp = $PropertyType< + $PropertyType, + 'style' +>; +export type AnimatedTextStyleProp = $PropertyType< + $PropertyType, + 'style' +>; + +/** + * Navigation State + Action + */ + +export type NavigationParams = { + [key: string]: mixed, +}; + +export type NavigationNavigateAction = {| + type: 'Navigation/NAVIGATE', + routeName: string, + params?: NavigationParams, + + // The action to run inside the sub-router + action?: NavigationNavigateAction, +|}; + +export type DeprecatedNavigationNavigateAction = {| + type: 'Navigate', + routeName: string, + params?: NavigationParams, + + // The action to run inside the sub-router + action?: NavigationNavigateAction | DeprecatedNavigationNavigateAction, +|}; + +export type NavigationBackAction = {| + type: 'Navigation/BACK', + key?: ?string, +|}; + +export type DeprecatedNavigationBackAction = {| + type: 'Back', + key?: ?string, +|}; + +export type NavigationSetParamsAction = {| + type: 'Navigation/SET_PARAMS', + + // The key of the route where the params should be set + key: string, + + // The new params to merge into the existing route params + params: NavigationParams, +|}; + +export type DeprecatedNavigationSetParamsAction = {| + type: 'SetParams', + + // The key of the route where the params should be set + key: string, + + // The new params to merge into the existing route params + params: NavigationParams, +|}; + +export type NavigationInitAction = {| + type: 'Navigation/INIT', + params?: NavigationParams, +|}; + +export type DeprecatedNavigationInitAction = {| + type: 'Init', + params?: NavigationParams, +|}; + +export type NavigationResetAction = {| + type: 'Navigation/RESET', + index: number, + key?: ?string, + actions: Array, +|}; + +export type DeprecatedNavigationResetAction = {| + type: 'Reset', + index: number, + key?: ?string, + actions: Array, +|}; + +export type NavigationUriAction = {| + type: 'Navigation/URI', + uri: string, +|}; + +export type DeprecatedNavigationUriAction = {| + type: 'Uri', + uri: string, +|}; + +export type NavigationAction = + | NavigationInitAction + | NavigationNavigateAction + | NavigationBackAction + | NavigationSetParamsAction + | NavigationResetAction; + +export type DeprecatedNavigationAction = + | DeprecatedNavigationInitAction + | DeprecatedNavigationNavigateAction + | DeprecatedNavigationBackAction + | DeprecatedNavigationSetParamsAction + | DeprecatedNavigationResetAction; + +export type PossiblyDeprecatedNavigationAction = + | NavigationAction + | DeprecatedNavigationAction; + +/** + * NavigationState is a tree of routes for a single navigator, where each child + * route may either be a NavigationScreenRoute or a NavigationRouterRoute. + * NavigationScreenRoute represents a leaf screen, while the + * NavigationRouterRoute represents the state of a child navigator. + * + * NOTE: NavigationState is a state tree local to a single navigator and + * its child navigators (via the routes field). + * If we're in navigator nested deep inside the app, the state will only be the + * state for that navigator. + * The state for the root navigator of our app represents the whole navigation + * state for the whole app. + */ +export type NavigationState = { + /** + * Index refers to the active child route in the routes array. + */ + index: number, + routes: Array, +}; + +export type NavigationRoute = NavigationLeafRoute | NavigationStateRoute; + +export type NavigationLeafRoute = { + /** + * React's key used by some navigators. No need to specify these manually, + * they will be defined by the router. + */ + key: string, + /** + * For example 'Home'. + * This is used as a key in a route config when creating a navigator. + */ + routeName: string, + /** + * Path is an advanced feature used for deep linking and on the web. + */ + path?: string, + /** + * Params passed to this route when navigating to it, + * e.g. `{ car_id: 123 }` in a route that displays a car. + */ + params?: NavigationParams, +}; + +export type NavigationStateRoute = NavigationLeafRoute & NavigationState; + +/** + * Router + */ + +export type NavigationScreenOptionsGetter = ( + navigation: NavigationScreenProp, + screenProps?: {} +) => Options; + +export type NavigationRouter = { + /** + * The reducer that outputs the new navigation state for a given action, with + * an optional previous state. When the action is considered handled but the + * state is unchanged, the output state is null. + */ + getStateForAction: (action: NavigationAction, lastState: ?State) => ?State, + + /** + * Maps a URI-like string to an action. This can be mapped to a state + * using `getStateForAction`. + */ + getActionForPathAndParams: ( + path: string, + params?: NavigationParams + ) => ?NavigationAction, + + getPathAndParamsForState: ( + state: State + ) => { + path: string, + params?: NavigationParams, + }, + + getComponentForRouteName: (routeName: string) => NavigationComponent, + + getComponentForState: (state: State) => NavigationComponent, + + /** + * Gets the screen navigation options for a given screen. + * + * For example, we could get the config for the 'Foo' screen when the + * `navigation.state` is: + * + * {routeName: 'Foo', key: '123'} + */ + getScreenOptions: NavigationScreenOptionsGetter, +}; + +export type NavigationScreenDetails = { + options: T, + state: NavigationRoute, + navigation: NavigationScreenProp, +}; + +export type NavigationScreenOptions = { + title?: string, +}; + +export type NavigationScreenConfigProps = { + navigation: NavigationScreenProp, + screenProps: {}, +}; + +export type NavigationScreenConfig = + | Options + | (({ + ...$Exact, + navigationOptions: Options, + }) => Options); + +export type NavigationComponent = + | NavigationScreenComponent + | NavigationNavigator; + +export type NavigationScreenComponent< + Route: NavigationRoute, + Options: {}, + Props: {} +> = React.ComponentType & Props> & { + router?: void, + navigationOptions?: NavigationScreenConfig, +}; + +export type NavigationNavigator< + State: NavigationState, + Options: {}, + Props: {} +> = React.ComponentType & Props> & { + router: NavigationRouter, + navigationOptions?: ?NavigationScreenConfig, +}; + +export type NavigationRouteConfig = { + ...$Exact, + navigationOptions?: NavigationScreenConfig<*>, + path?: string, +}; + +export type NavigationScreenRouteConfig = + | { + screen: NavigationComponent, + } + | { + getScreen: () => NavigationComponent, + }; + +export type NavigationPathsConfig = { + [routeName: string]: string, +}; + +export type NavigationRouteConfigMap = { + [routeName: string]: NavigationRouteConfig<*>, +}; + +/** + * Header + */ + +export type HeaderMode = 'float' | 'screen' | 'none'; + +export type HeaderProps = NavigationSceneRendererProps & { + mode: HeaderMode, + router: NavigationRouter, + getScreenDetails: NavigationScene => NavigationScreenDetails< + NavigationStackScreenOptions + >, + leftInterpolator: (props: NavigationSceneRendererProps) => {}, + titleInterpolator: (props: NavigationSceneRendererProps) => {}, + rightInterpolator: (props: NavigationSceneRendererProps) => {}, +}; + +/** + * Stack Navigator + */ + +export type NavigationStackScreenOptions = NavigationScreenOptions & { + header?: ?(React.Node | (HeaderProps => React.Node)), + headerTitle?: string | React.Node | React.ComponentType, + headerTitleStyle?: AnimatedTextStyleProp, + headerTitleAllowFontScaling?: boolean, + headerTintColor?: string, + headerLeft?: React.Node | React.ComponentType, + headerBackTitle?: string, + headerTruncatedBackTitle?: string, + headerBackTitleStyle?: TextStyleProp, + headerPressColorAndroid?: string, + headerRight?: React.Node, + headerStyle?: ViewStyleProp, + gesturesEnabled?: boolean, + gestureResponseDistance?: { vertical?: number, horizontal?: number }, + gestureDirection?: 'default' | 'inverted', +}; + +export type NavigationStackRouterConfig = { + initialRouteName?: string, + initialRouteParams?: NavigationParams, + paths?: NavigationPathsConfig, + navigationOptions?: NavigationScreenConfig<*>, +}; + +export type NavigationStackViewConfig = { + mode?: 'card' | 'modal', + headerMode?: HeaderMode, + cardStyle?: ViewStyleProp, + transitionConfig?: () => TransitionConfig, + onTransitionStart?: () => void, + onTransitionEnd?: () => void, +}; + +export type StackNavigatorConfig = { + ...$Exact, + ...$Exact, +}; + +/** + * Tab Navigator + */ + +export type NavigationTabRouterConfig = { + initialRouteName?: string, + paths?: NavigationPathsConfig, + navigationOptions?: NavigationScreenConfig<*>, + order?: Array, // todo: type these as the real route names rather than 'string' + + // Does the back button cause the router to switch to the initial tab + backBehavior?: 'none' | 'initialRoute', // defaults `initialRoute` +}; + +type TabScene = { + route: NavigationRoute, + focused: boolean, + index: number, + tintColor?: ?string, +}; + +export type NavigationTabScreenOptions = {| + ...$Exact, + tabBarIcon?: + | React.Node + | ((options: { tintColor: ?string, focused: boolean }) => ?React.Node), + tabBarLabel?: + | string + | React.Node + | ((options: { tintColor: ?string, focused: boolean }) => ?React.Node), + tabBarVisible?: boolean, + tabBarTestIDProps?: { testID?: string, accessibilityLabel?: string }, + tabBarOnPress?: ( + scene: TabScene, + jumpToIndex: (index: number) => void + ) => void, +|}; + +/** + * Drawer + */ + +export type NavigationDrawerScreenOptions = {| + ...$Exact, + drawerIcon?: + | React.Node + | ((options: { tintColor: ?string, focused: boolean }) => ?React.Node), + drawerLabel?: + | React.Node + | ((options: { tintColor: ?string, focused: boolean }) => ?React.Node), + drawerLockMode?: 'unlocked' | 'locked-closed' | 'locked-open', +|}; + +/** + * Navigator Prop + */ + +export type NavigationDispatch = ( + action: PossiblyDeprecatedNavigationAction +) => boolean; + +export type NavigationProp = { + +state: S, + dispatch: NavigationDispatch, +}; + +export type EventListener = { + remove: () => void, +}; + +export type NavigationScreenProp<+S> = { + +state: S, + dispatch: NavigationDispatch, + goBack: (routeKey?: ?string) => boolean, + navigate: ( + routeName: string, + params?: NavigationParams, + action?: NavigationNavigateAction + ) => boolean, + setParams: (newParams: NavigationParams) => boolean, + addListener: (eventName: string, callback: Function) => EventListener, +}; + +export type NavigationNavigatorProps = { + navigation: NavigationScreenProp, + screenProps?: {}, + navigationOptions?: O, +}; + +/** + * Navigation container + */ + +export type NavigationContainer< + State: NavigationState, + Options: {}, + Props: {} +> = React.ComponentType & Props> & { + router: NavigationRouter, + navigationOptions?: ?NavigationScreenConfig, +}; + +export type NavigationContainerProps = { + uriPrefix?: string | RegExp, + onNavigationStateChange?: ( + NavigationState, + NavigationState, + NavigationAction + ) => void, + navigation?: NavigationScreenProp, + screenProps?: *, + navigationOptions?: O, +}; + +/** + * Gestures, Animations, and Interpolators + */ + +export type NavigationGestureDirection = 'horizontal' | 'vertical'; + +export type NavigationLayout = { + height: Animated.Value, + initHeight: number, + initWidth: number, + isMeasured: boolean, + width: Animated.Value, +}; + +export type NavigationScene = { + index: number, + isActive: boolean, + isStale: boolean, + key: string, + route: NavigationRoute, +}; + +export type NavigationTransitionProps = { + // The layout of the screen container + layout: NavigationLayout, + + // The destination navigation state of the transition + navigation: NavigationScreenProp, + + // The progressive index of the transitioner's navigation state. + position: Animated.Value, + + // The value that represents the progress of the transition when navigation + // state changes from one to another. Its numeric value will range from 0 + // to 1. + // progress.__getAnimatedValue() < 1 : transtion is happening. + // progress.__getAnimatedValue() == 1 : transtion completes. + progress: Animated.Value, + + // All the scenes of the transitioner. + scenes: Array, + + // The active scene, corresponding to the route at + // `navigation.state.routes[navigation.state.index]`. When rendering + // NavigationSceneRendererPropsIndex, the scene does not refer to the active + // scene, but instead the scene that is being rendered. The index always + // is the index of the scene + scene: NavigationScene, + index: number, + + screenProps?: {}, +}; + +// The scene renderer props are nearly identical to the props used for rendering +// a transition. The exception is that the passed scene is not the active scene +// but is instead the scene that the renderer should render content for. +export type NavigationSceneRendererProps = NavigationTransitionProps; + +export type NavigationTransitionSpec = { + duration?: number, + // An easing function from `Easing`. + easing?: (t: number) => number, + // A timing function such as `Animated.timing`. + timing?: (value: Animated.Value, config: any) => any, +}; + +/** + * Describes a visual transition from one screen to another. + */ +export type TransitionConfig = { + // The basics properties of the animation, such as duration and easing + transitionSpec?: NavigationTransitionSpec, + // How to animate position and opacity of the screen + // based on the value generated by the transitionSpec + screenInterpolator?: (props: NavigationSceneRendererProps) => {}, + // How to animate position and opacity of the header componetns + // based on the value generated by the transitionSpec + headerLeftInterpolator?: (props: NavigationSceneRendererProps) => {}, + headerTitleInterpolator?: (props: NavigationSceneRendererProps) => {}, + headerRightInterpolator?: (props: NavigationSceneRendererProps) => {}, + // The style of the container. Useful when a scene doesn't have + // 100% opacity and the underlying container is visible. + containerStyle?: ViewStyleProp, +}; + +export type NavigationAnimationSetter = ( + position: Animated.Value, + newState: NavigationState, + lastState: NavigationState +) => void; + +export type NavigationSceneRenderer = () => React.Node; + +export type NavigationStyleInterpolator = ( + props: NavigationSceneRendererProps +) => AnimatedViewStyleProp; + +export type LayoutEvent = { + nativeEvent: { + layout: { + x: number, + y: number, + width: number, + height: number, + }, + }, +}; + +export type SceneIndicesForInterpolationInputRange = { + first: number, + last: number, +}; diff --git a/packages/react-navigation/src/getChildEventSubscriber.js b/packages/react-navigation/src/getChildEventSubscriber.js index b34ab353..fbac4dcd 100644 --- a/packages/react-navigation/src/getChildEventSubscriber.js +++ b/packages/react-navigation/src/getChildEventSubscriber.js @@ -1,24 +1,10 @@ -/** - * @flow - */ - -import type { - NavigationEventSubscriber, - NavigationAction, - NavigationState, - NavigationEventPayload, -} from './TypeDefinition'; - /* * This is used to extract one children's worth of events from a stream of navigation action events * * Based on the 'action' events that get fired for this navigation state, this utility will fire * focus and blur events for this child */ -export default function getChildEventSubscriber( - addListener: NavigationEventSubscriber, - key: string -): NavigationEventSubscriber { +export default function getChildEventSubscriber(addListener, key) { const actionSubscribers = new Set(); const willFocusSubscribers = new Set(); const didFocusSubscribers = new Set(); @@ -66,7 +52,7 @@ export default function getChildEventSubscriber( ]; const upstreamSubscribers = upstreamEvents.map(eventName => - addListener(eventName, (payload: NavigationEventPayload) => { + addListener(eventName, payload => { const { state, lastState, action } = payload; const lastFocusKey = lastState && lastState.routes[lastState.index].key; const focusKey = state && state.routes[state.index].key; diff --git a/packages/react-navigation/yarn.lock b/packages/react-navigation/yarn.lock index aac23565..d842d991 100644 --- a/packages/react-navigation/yarn.lock +++ b/packages/react-navigation/yarn.lock @@ -2,7 +2,15 @@ # yarn lockfile v1 -abab@^1.0.3: +"@babel/code-frame@^7.0.0-beta.35": + version "7.0.0-beta.38" + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.38.tgz#c0af5930617e55e050336838e3a3670983b0b2b2" + dependencies: + chalk "^2.0.0" + esutils "^2.0.2" + js-tokens "^3.0.0" + +abab@^1.0.4: version "1.0.4" resolved "https://registry.yarnpkg.com/abab/-/abab-1.0.4.tgz#5faad9c2c07f60dd76770f71cf025b62a63cfd4e" @@ -28,11 +36,11 @@ accepts@~1.3.0: mime-types "~2.1.16" negotiator "0.6.1" -acorn-globals@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/acorn-globals/-/acorn-globals-3.1.0.tgz#fd8270f71fbb4996b004fa880ee5d46573a731bf" +acorn-globals@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/acorn-globals/-/acorn-globals-4.1.0.tgz#ab716025dbe17c54d3ef81d32ece2b2d99fe2538" dependencies: - acorn "^4.0.4" + acorn "^5.0.0" acorn-jsx@^3.0.0: version "3.0.1" @@ -44,11 +52,7 @@ acorn@^3.0.4: version "3.3.0" resolved "https://registry.yarnpkg.com/acorn/-/acorn-3.3.0.tgz#45e37fb39e8da3f25baee3ff5369e2bb5f22017a" -acorn@^4.0.4: - version "4.0.13" - resolved "https://registry.yarnpkg.com/acorn/-/acorn-4.0.13.tgz#105495ae5361d697bd195c825192e1ad7f253787" - -acorn@^5.2.1: +acorn@^5.0.0, acorn@^5.2.1, acorn@^5.3.0: version "5.3.0" resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.3.0.tgz#7446d39459c54fb49a80e6ee6478149b940ec822" @@ -84,7 +88,7 @@ amdefine@>=0.0.4: version "1.0.1" resolved "https://registry.yarnpkg.com/amdefine/-/amdefine-1.0.1.tgz#4a5282ac164729e93619bcfd3ad151f817ce91f5" -ansi-escapes@^1.0.0, ansi-escapes@^1.4.0: +ansi-escapes@^1.0.0: version "1.4.0" resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-1.4.0.tgz#d3a8a83b319aa67793662b13e761c7911422306e" @@ -251,10 +255,18 @@ ast-types-flow@0.0.7: version "0.0.7" resolved "https://registry.yarnpkg.com/ast-types-flow/-/ast-types-flow-0.0.7.tgz#f70b735c6bca1a5c9c22d982c3e39e7feba3bdad" +astral-regex@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-1.0.0.tgz#6c8c3fb827dd43ee3918f27b82782ab7658a6fd9" + async-each@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/async-each/-/async-each-1.0.1.tgz#19d386a1d9edc6e7c1c85d388aedbcc56d33602d" +async-limiter@~1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.0.tgz#78faed8c3d074ab81f22b4e985d79e8738f720f8" + async@^1.4.0: version "1.5.2" resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a" @@ -496,6 +508,13 @@ babel-jest@^20.0.3: babel-plugin-istanbul "^4.0.0" babel-preset-jest "^20.0.3" +babel-jest@^22.1.0: + version "22.1.0" + resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-22.1.0.tgz#7fae6f655fffe77e818a8c2868c754a42463fdfd" + dependencies: + babel-plugin-istanbul "^4.1.5" + babel-preset-jest "^22.1.0" + babel-messages@^6.23.0: version "6.23.0" resolved "https://registry.yarnpkg.com/babel-messages/-/babel-messages-6.23.0.tgz#f3cdf4703858035b2a2951c6ec5edf6c62f2630e" @@ -514,7 +533,7 @@ babel-plugin-external-helpers@^6.18.0: dependencies: babel-runtime "^6.22.0" -babel-plugin-istanbul@^4.0.0: +babel-plugin-istanbul@^4.0.0, babel-plugin-istanbul@^4.1.5: version "4.1.5" resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-4.1.5.tgz#6760cdd977f411d3e175bb064f2bc327d99b2b6e" dependencies: @@ -526,6 +545,10 @@ babel-plugin-jest-hoist@^20.0.3: version "20.0.3" resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-20.0.3.tgz#afedc853bd3f8dc3548ea671fbe69d03cc2c1767" +babel-plugin-jest-hoist@^22.1.0: + version "22.1.0" + resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-22.1.0.tgz#c1281dd7887d77a1711dc760468c3b8285dde9ee" + babel-plugin-react-transform@2.0.2: version "2.0.2" resolved "https://registry.yarnpkg.com/babel-plugin-react-transform/-/babel-plugin-react-transform-2.0.2.tgz#515bbfa996893981142d90b1f9b1635de2995109" @@ -1026,6 +1049,13 @@ babel-preset-jest@^20.0.3: dependencies: babel-plugin-jest-hoist "^20.0.3" +babel-preset-jest@^22.1.0: + version "22.1.0" + resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-22.1.0.tgz#ff4e704102f9642765e2254226050561d8942ec9" + dependencies: + babel-plugin-jest-hoist "^22.1.0" + babel-plugin-syntax-object-rest-spread "^6.13.0" + babel-preset-react-native-stage-0@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/babel-preset-react-native-stage-0/-/babel-preset-react-native-stage-0-1.0.1.tgz#d5f5f685575471ef756a49f191b193269f74306e" @@ -1364,18 +1394,16 @@ braces@^1.8.2: preserve "^0.2.0" repeat-element "^1.1.2" +browser-process-hrtime@^0.1.2: + version "0.1.2" + resolved "https://registry.yarnpkg.com/browser-process-hrtime/-/browser-process-hrtime-0.1.2.tgz#425d68a58d3447f02a04aa894187fce8af8b7b8e" + browser-resolve@^1.11.2: version "1.11.2" resolved "https://registry.yarnpkg.com/browser-resolve/-/browser-resolve-1.11.2.tgz#8ff09b0a2c421718a1051c260b32e48f442938ce" dependencies: resolve "1.1.7" -bser@1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/bser/-/bser-1.0.2.tgz#381116970b2a6deea5646dd15dd7278444b56169" - dependencies: - node-int64 "^0.4.0" - bser@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/bser/-/bser-2.0.0.tgz#9ac78d3ed5d915804fd87acb158bc797147a1719" @@ -1412,10 +1440,6 @@ camelcase@^1.0.2: version "1.2.1" resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-1.2.1.tgz#9bb5304d2e0b56698b2c758b08a3eaa9daa58a39" -camelcase@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-3.0.0.tgz#32fc4b9fcdaf845fcdf7e73bb97cac2261f0ab0a" - camelcase@^4.1.0: version "4.1.0" resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-4.1.0.tgz#d545635be1e33c542649c69173e5de6acfae34dd" @@ -1534,6 +1558,14 @@ cliui@^3.2.0: strip-ansi "^3.0.1" wrap-ansi "^2.0.0" +cliui@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/cliui/-/cliui-4.0.0.tgz#743d4650e05f36d1ed2575b59638d87322bfbbcc" + dependencies: + string-width "^2.1.1" + strip-ansi "^4.0.0" + wrap-ansi "^2.0.0" + clone-stats@^0.0.1: version "0.0.1" resolved "https://registry.yarnpkg.com/clone-stats/-/clone-stats-0.0.1.tgz#b88f94a82cf38b8791d58046ea4029ad88ca99d1" @@ -1670,7 +1702,7 @@ contains-path@^0.1.0: version "0.1.0" resolved "https://registry.yarnpkg.com/contains-path/-/contains-path-0.1.0.tgz#fe8cf184ff6670b6baef01a9d4861a5cbec4120a" -content-type-parser@^1.0.1: +content-type-parser@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/content-type-parser/-/content-type-parser-1.0.2.tgz#caabe80623e63638b2502fd4c7f12ff4ce2352e7" @@ -1888,6 +1920,10 @@ detect-libc@^1.0.2: version "1.0.3" resolved "https://registry.yarnpkg.com/detect-libc/-/detect-libc-1.0.3.tgz#fa137c4bd698edf55cd5cd02ac559f91a4c4ba9b" +detect-newline@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-2.1.0.tgz#f41f1c10be4b00e87b5f13da680759f2c5bfd3e2" + diff@^3.2.0: version "3.4.0" resolved "https://registry.yarnpkg.com/diff/-/diff-3.4.0.tgz#b1d85507daf3964828de54b37d0d73ba67dda56c" @@ -1913,6 +1949,12 @@ dom-walk@^0.1.0: version "0.1.1" resolved "https://registry.yarnpkg.com/dom-walk/-/dom-walk-0.1.1.tgz#672226dc74c8f799ad35307df936aba11acd6018" +domexception@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/domexception/-/domexception-1.0.1.tgz#937442644ca6a31261ef36e3ec677fe805582c90" + dependencies: + webidl-conversions "^4.0.2" + duplexer2@0.0.2: version "0.0.2" resolved "https://registry.yarnpkg.com/duplexer2/-/duplexer2-0.0.2.tgz#c614dcf67e2fb14995a91711e5a617e8a60a31db" @@ -1972,7 +2014,7 @@ errorhandler@~1.4.2: accepts "~1.3.0" escape-html "~1.0.3" -es-abstract@^1.7.0: +es-abstract@^1.5.1, es-abstract@^1.7.0: version "1.10.0" resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.10.0.tgz#1ecb36c197842a00d8ee4c2dfd8646bb97d60864" dependencies: @@ -2002,7 +2044,7 @@ escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5: version "1.0.5" resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" -escodegen@^1.6.1: +escodegen@^1.9.0: version "1.9.0" resolved "https://registry.yarnpkg.com/escodegen/-/escodegen-1.9.0.tgz#9811a2f265dc1cd3894420ee3717064b632b8852" dependencies: @@ -2207,6 +2249,10 @@ exit-hook@^1.0.0: version "1.1.1" resolved "https://registry.yarnpkg.com/exit-hook/-/exit-hook-1.1.1.tgz#f05ca233b48c05d54fff07765df8507e95c02ff8" +exit@^0.1.2: + version "0.1.2" + resolved "https://registry.yarnpkg.com/exit/-/exit-0.1.2.tgz#0632638f8d877cc82107d30a0fff1a17cba1cd0c" + expand-brackets@^0.1.4: version "0.1.5" resolved "https://registry.yarnpkg.com/expand-brackets/-/expand-brackets-0.1.5.tgz#df07284e342a807cd733ac5af72411e581d1177b" @@ -2219,6 +2265,17 @@ expand-range@^1.8.1: dependencies: fill-range "^2.1.0" +expect@^22.1.0: + version "22.1.0" + resolved "https://registry.yarnpkg.com/expect/-/expect-22.1.0.tgz#f8f9b019ab275d859cbefed531fbaefe8972431d" + dependencies: + ansi-styles "^3.2.0" + jest-diff "^22.1.0" + jest-get-type "^22.1.0" + jest-matcher-utils "^22.1.0" + jest-message-util "^22.1.0" + jest-regex-util "^22.1.0" + express-session@~1.11.3: version "1.11.3" resolved "https://registry.yarnpkg.com/express-session/-/express-session-1.11.3.tgz#5cc98f3f5ff84ed835f91cbf0aabd0c7107400af" @@ -2283,24 +2340,12 @@ fast-levenshtein@~2.0.4: version "2.0.6" resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917" -fb-watchman@^1.8.0: - version "1.9.2" - resolved "https://registry.yarnpkg.com/fb-watchman/-/fb-watchman-1.9.2.tgz#a24cf47827f82d38fb59a69ad70b76e3b6ae7383" - dependencies: - bser "1.0.2" - fb-watchman@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/fb-watchman/-/fb-watchman-2.0.0.tgz#54e9abf7dfa2f26cd9b1636c588c1afc05de5d58" dependencies: bser "^2.0.0" -fbemitter@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/fbemitter/-/fbemitter-2.1.1.tgz#523e14fdaf5248805bb02f62efc33be703f51865" - dependencies: - fbjs "^0.8.4" - fbjs-scripts@^0.8.1: version "0.8.1" resolved "https://registry.yarnpkg.com/fbjs-scripts/-/fbjs-scripts-0.8.1.tgz#c1c6efbecb7f008478468976b783880c2f669765" @@ -2314,7 +2359,7 @@ fbjs-scripts@^0.8.1: semver "^5.1.0" through2 "^2.0.0" -fbjs@^0.8.14, fbjs@^0.8.16, fbjs@^0.8.4, fbjs@^0.8.9: +fbjs@^0.8.14, fbjs@^0.8.16, fbjs@^0.8.9: version "0.8.16" resolved "https://registry.yarnpkg.com/fbjs/-/fbjs-0.8.16.tgz#5e67432f550dc41b572bf55847b8aca64e5337db" dependencies: @@ -2744,7 +2789,7 @@ hosted-git-info@^2.1.4: version "2.5.0" resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.5.0.tgz#6d60e34b3abbc8313062c3b798ef8d901a07af3c" -html-encoding-sniffer@^1.0.1: +html-encoding-sniffer@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/html-encoding-sniffer/-/html-encoding-sniffer-1.0.2.tgz#e70d84b94da53aa375e11fe3a351be6642ca46f8" dependencies: @@ -2801,6 +2846,13 @@ image-size@^0.6.0: version "0.6.2" resolved "https://registry.yarnpkg.com/image-size/-/image-size-0.6.2.tgz#8ee316d4298b028b965091b673d5f1537adee5b4" +import-local@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/import-local/-/import-local-1.0.0.tgz#5e4ffdc03f4fe6c009c6729beb29631c2f8227bc" + dependencies: + pkg-dir "^2.0.0" + resolve-cwd "^2.0.0" + imurmurhash@^0.1.4: version "0.1.4" resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea" @@ -2931,6 +2983,10 @@ is-fullwidth-code-point@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f" +is-generator-fn@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/is-generator-fn/-/is-generator-fn-1.0.0.tgz#969d49e1bb3329f6bb7f09089be26578b2ddd46a" + is-glob@^2.0.0, is-glob@^2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-2.0.1.tgz#d096f926a3ded5600f3fdfd91198cb0888c2d863" @@ -3059,7 +3115,7 @@ isstream@~0.1.2: version "0.1.2" resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a" -istanbul-api@^1.1.1: +istanbul-api@^1.1.14: version "1.2.1" resolved "https://registry.yarnpkg.com/istanbul-api/-/istanbul-api-1.2.1.tgz#0c60a0515eb11c7d65c6b50bba2c6e999acd8620" dependencies: @@ -3075,7 +3131,7 @@ istanbul-api@^1.1.1: mkdirp "^0.5.1" once "^1.4.0" -istanbul-lib-coverage@^1.0.1, istanbul-lib-coverage@^1.1.1: +istanbul-lib-coverage@^1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-1.1.1.tgz#73bfb998885299415c93d38a3e9adf784a77a9da" @@ -3085,7 +3141,7 @@ istanbul-lib-hook@^1.1.0: dependencies: append-transform "^0.4.0" -istanbul-lib-instrument@^1.4.2, istanbul-lib-instrument@^1.7.5, istanbul-lib-instrument@^1.9.1: +istanbul-lib-instrument@^1.7.5, istanbul-lib-instrument@^1.8.0, istanbul-lib-instrument@^1.9.1: version "1.9.1" resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-1.9.1.tgz#250b30b3531e5d3251299fdd64b0b2c9db6b558e" dependencies: @@ -3106,7 +3162,7 @@ istanbul-lib-report@^1.1.2: path-parse "^1.0.5" supports-color "^3.1.2" -istanbul-lib-source-maps@^1.1.0, istanbul-lib-source-maps@^1.2.2: +istanbul-lib-source-maps@^1.2.1, istanbul-lib-source-maps@^1.2.2: version "1.2.2" resolved "https://registry.yarnpkg.com/istanbul-lib-source-maps/-/istanbul-lib-source-maps-1.2.2.tgz#750578602435f28a0c04ee6d7d9e0f2960e62c1c" dependencies: @@ -3122,106 +3178,107 @@ istanbul-reports@^1.1.3: dependencies: handlebars "^4.0.3" -jest-changed-files@^20.0.3: - version "20.0.3" - resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-20.0.3.tgz#9394d5cc65c438406149bef1bf4d52b68e03e3f8" - -jest-cli@^20.0.4: - version "20.0.4" - resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-20.0.4.tgz#e532b19d88ae5bc6c417e8b0593a6fe954b1dc93" +jest-changed-files@^22.1.4: + version "22.1.4" + resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-22.1.4.tgz#1f7844bcb739dec07e5899a633c0cb6d5069834e" dependencies: - ansi-escapes "^1.4.0" - callsites "^2.0.0" - chalk "^1.1.3" + throat "^4.0.0" + +jest-cli@^22.1.4: + version "22.1.4" + resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-22.1.4.tgz#0fe9f3ac881b0cdc00227114c58583a2ebefcc04" + dependencies: + ansi-escapes "^3.0.0" + chalk "^2.0.1" + exit "^0.1.2" + glob "^7.1.2" graceful-fs "^4.1.11" + import-local "^1.0.0" is-ci "^1.0.10" - istanbul-api "^1.1.1" - istanbul-lib-coverage "^1.0.1" - istanbul-lib-instrument "^1.4.2" - istanbul-lib-source-maps "^1.1.0" - jest-changed-files "^20.0.3" - jest-config "^20.0.4" - jest-docblock "^20.0.3" - jest-environment-jsdom "^20.0.3" - jest-haste-map "^20.0.4" - jest-jasmine2 "^20.0.4" - jest-message-util "^20.0.3" - jest-regex-util "^20.0.3" - jest-resolve-dependencies "^20.0.3" - jest-runtime "^20.0.4" - jest-snapshot "^20.0.3" - jest-util "^20.0.3" + istanbul-api "^1.1.14" + istanbul-lib-coverage "^1.1.1" + istanbul-lib-instrument "^1.8.0" + istanbul-lib-source-maps "^1.2.1" + jest-changed-files "^22.1.4" + jest-config "^22.1.4" + jest-environment-jsdom "^22.1.4" + jest-get-type "^22.1.0" + jest-haste-map "^22.1.0" + jest-message-util "^22.1.0" + jest-regex-util "^22.1.0" + jest-resolve-dependencies "^22.1.0" + jest-runner "^22.1.4" + jest-runtime "^22.1.4" + jest-snapshot "^22.1.2" + jest-util "^22.1.4" + jest-worker "^22.1.0" micromatch "^2.3.11" - node-notifier "^5.0.2" - pify "^2.3.0" + node-notifier "^5.1.2" + realpath-native "^1.0.0" + rimraf "^2.5.4" slash "^1.0.0" - string-length "^1.0.1" - throat "^3.0.0" + string-length "^2.0.0" + strip-ansi "^4.0.0" which "^1.2.12" - worker-farm "^1.3.1" - yargs "^7.0.2" + yargs "^10.0.3" -jest-config@^20.0.4: - version "20.0.4" - resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-20.0.4.tgz#e37930ab2217c913605eff13e7bd763ec48faeea" +jest-config@^22.1.4: + version "22.1.4" + resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-22.1.4.tgz#075ffacce83c3e38cf85b1b9ba0d21bd3ee27ad0" dependencies: - chalk "^1.1.3" + chalk "^2.0.1" glob "^7.1.1" - jest-environment-jsdom "^20.0.3" - jest-environment-node "^20.0.3" - jest-jasmine2 "^20.0.4" - jest-matcher-utils "^20.0.3" - jest-regex-util "^20.0.3" - jest-resolve "^20.0.4" - jest-validate "^20.0.3" - pretty-format "^20.0.3" + jest-environment-jsdom "^22.1.4" + jest-environment-node "^22.1.4" + jest-get-type "^22.1.0" + jest-jasmine2 "^22.1.4" + jest-regex-util "^22.1.0" + jest-resolve "^22.1.4" + jest-util "^22.1.4" + jest-validate "^22.1.2" + pretty-format "^22.1.0" -jest-diff@^20.0.3: - version "20.0.3" - resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-20.0.3.tgz#81f288fd9e675f0fb23c75f1c2b19445fe586617" +jest-diff@^22.1.0: + version "22.1.0" + resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-22.1.0.tgz#0fad9d96c87b453896bf939df3dc8aac6919ac38" dependencies: - chalk "^1.1.3" + chalk "^2.0.1" diff "^3.2.0" - jest-matcher-utils "^20.0.3" - pretty-format "^20.0.3" - -jest-docblock@^20.0.3: - version "20.0.3" - resolved "https://registry.yarnpkg.com/jest-docblock/-/jest-docblock-20.0.3.tgz#17bea984342cc33d83c50fbe1545ea0efaa44712" + jest-get-type "^22.1.0" + pretty-format "^22.1.0" jest-docblock@^21, jest-docblock@^21.0.0, jest-docblock@^21.2.0: version "21.2.0" resolved "https://registry.yarnpkg.com/jest-docblock/-/jest-docblock-21.2.0.tgz#51529c3b30d5fd159da60c27ceedc195faf8d414" -jest-environment-jsdom@^20.0.3: - version "20.0.3" - resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-20.0.3.tgz#048a8ac12ee225f7190417713834bb999787de99" +jest-docblock@^22.1.0: + version "22.1.0" + resolved "https://registry.yarnpkg.com/jest-docblock/-/jest-docblock-22.1.0.tgz#3fe5986d5444cbcb149746eb4b07c57c5a464dfd" dependencies: - jest-mock "^20.0.3" - jest-util "^20.0.3" - jsdom "^9.12.0" + detect-newline "^2.1.0" -jest-environment-node@^20.0.3: - version "20.0.3" - resolved "https://registry.yarnpkg.com/jest-environment-node/-/jest-environment-node-20.0.3.tgz#d488bc4612af2c246e986e8ae7671a099163d403" +jest-environment-jsdom@^22.1.4: + version "22.1.4" + resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-22.1.4.tgz#704518ce8375f7ec5de048d1e9c4268b08a03e00" dependencies: - jest-mock "^20.0.3" - jest-util "^20.0.3" + jest-mock "^22.1.0" + jest-util "^22.1.4" + jsdom "^11.5.1" + +jest-environment-node@^22.1.4: + version "22.1.4" + resolved "https://registry.yarnpkg.com/jest-environment-node/-/jest-environment-node-22.1.4.tgz#0f2946e8f8686ce6c5d8fa280ce1cd8d58e869eb" + dependencies: + jest-mock "^22.1.0" + jest-util "^22.1.4" jest-get-type@^21.2.0: version "21.2.0" resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-21.2.0.tgz#f6376ab9db4b60d81e39f30749c6c466f40d4a23" -jest-haste-map@^20.0.4: - version "20.0.5" - resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-20.0.5.tgz#abad74efb1a005974a7b6517e11010709cab9112" - dependencies: - fb-watchman "^2.0.0" - graceful-fs "^4.1.11" - jest-docblock "^20.0.3" - micromatch "^2.3.11" - sane "~1.6.0" - worker-farm "^1.3.1" +jest-get-type@^22.1.0: + version "22.1.0" + resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-22.1.0.tgz#4e90af298ed6181edc85d2da500dbd2753e0d5a9" jest-haste-map@^21: version "21.2.0" @@ -3234,117 +3291,140 @@ jest-haste-map@^21: sane "^2.0.0" worker-farm "^1.3.1" -jest-jasmine2@^20.0.4: - version "20.0.4" - resolved "https://registry.yarnpkg.com/jest-jasmine2/-/jest-jasmine2-20.0.4.tgz#fcc5b1411780d911d042902ef1859e852e60d5e1" +jest-haste-map@^22.1.0: + version "22.1.0" + resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-22.1.0.tgz#1174c6ff393f9818ebf1163710d8868b5370da2a" dependencies: - chalk "^1.1.3" + fb-watchman "^2.0.0" graceful-fs "^4.1.11" - jest-diff "^20.0.3" - jest-matcher-utils "^20.0.3" - jest-matchers "^20.0.3" - jest-message-util "^20.0.3" - jest-snapshot "^20.0.3" - once "^1.4.0" - p-map "^1.1.1" + jest-docblock "^22.1.0" + jest-worker "^22.1.0" + micromatch "^2.3.11" + sane "^2.0.0" -jest-matcher-utils@^20.0.3: - version "20.0.3" - resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-20.0.3.tgz#b3a6b8e37ca577803b0832a98b164f44b7815612" +jest-jasmine2@^22.1.4: + version "22.1.4" + resolved "https://registry.yarnpkg.com/jest-jasmine2/-/jest-jasmine2-22.1.4.tgz#cada0baf50a220c616a9575728b80d4ddedebe8b" dependencies: - chalk "^1.1.3" - pretty-format "^20.0.3" + callsites "^2.0.0" + chalk "^2.0.1" + co "^4.6.0" + expect "^22.1.0" + graceful-fs "^4.1.11" + is-generator-fn "^1.0.0" + jest-diff "^22.1.0" + jest-matcher-utils "^22.1.0" + jest-message-util "^22.1.0" + jest-snapshot "^22.1.2" + source-map-support "^0.5.0" -jest-matchers@^20.0.3: - version "20.0.3" - resolved "https://registry.yarnpkg.com/jest-matchers/-/jest-matchers-20.0.3.tgz#ca69db1c32db5a6f707fa5e0401abb55700dfd60" +jest-leak-detector@^22.1.0: + version "22.1.0" + resolved "https://registry.yarnpkg.com/jest-leak-detector/-/jest-leak-detector-22.1.0.tgz#08376644cee07103da069baac19adb0299b772c2" dependencies: - jest-diff "^20.0.3" - jest-matcher-utils "^20.0.3" - jest-message-util "^20.0.3" - jest-regex-util "^20.0.3" + pretty-format "^22.1.0" -jest-message-util@^20.0.3: - version "20.0.3" - resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-20.0.3.tgz#6aec2844306fcb0e6e74d5796c1006d96fdd831c" +jest-matcher-utils@^22.1.0: + version "22.1.0" + resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-22.1.0.tgz#e164665b5d313636ac29f7f6fe9ef0a6ce04febc" dependencies: - chalk "^1.1.3" + chalk "^2.0.1" + jest-get-type "^22.1.0" + pretty-format "^22.1.0" + +jest-message-util@^22.1.0: + version "22.1.0" + resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-22.1.0.tgz#51ba0794cb6e579bfc4e9adfac452f9f1a0293fc" + dependencies: + "@babel/code-frame" "^7.0.0-beta.35" + chalk "^2.0.1" micromatch "^2.3.11" slash "^1.0.0" + stack-utils "^1.0.1" -jest-mock@^20.0.3: - version "20.0.3" - resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-20.0.3.tgz#8bc070e90414aa155c11a8d64c869a0d5c71da59" +jest-mock@^22.1.0: + version "22.1.0" + resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-22.1.0.tgz#87ec21c0599325671c9a23ad0e05c86fb5879b61" -jest-regex-util@^20.0.3: - version "20.0.3" - resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-20.0.3.tgz#85bbab5d133e44625b19faf8c6aa5122d085d762" +jest-regex-util@^22.1.0: + version "22.1.0" + resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-22.1.0.tgz#5daf2fe270074b6da63e5d85f1c9acc866768f53" -jest-resolve-dependencies@^20.0.3: - version "20.0.3" - resolved "https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-20.0.3.tgz#6e14a7b717af0f2cb3667c549de40af017b1723a" +jest-resolve-dependencies@^22.1.0: + version "22.1.0" + resolved "https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-22.1.0.tgz#340e4139fb13315cd43abc054e6c06136be51e31" dependencies: - jest-regex-util "^20.0.3" + jest-regex-util "^22.1.0" -jest-resolve@^20.0.4: - version "20.0.4" - resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-20.0.4.tgz#9448b3e8b6bafc15479444c6499045b7ffe597a5" +jest-resolve@^22.1.4: + version "22.1.4" + resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-22.1.4.tgz#72b9b371eaac48f84aad4ad732222ffe37692602" dependencies: browser-resolve "^1.11.2" - is-builtin-module "^1.0.0" - resolve "^1.3.2" + chalk "^2.0.1" -jest-runtime@^20.0.4: - version "20.0.4" - resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-20.0.4.tgz#a2c802219c4203f754df1404e490186169d124d8" +jest-runner@^22.1.4: + version "22.1.4" + resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-22.1.4.tgz#e039039110cb1b31febc0f99e349bf7c94304a2f" + dependencies: + exit "^0.1.2" + jest-config "^22.1.4" + jest-docblock "^22.1.0" + jest-haste-map "^22.1.0" + jest-jasmine2 "^22.1.4" + jest-leak-detector "^22.1.0" + jest-message-util "^22.1.0" + jest-runtime "^22.1.4" + jest-util "^22.1.4" + jest-worker "^22.1.0" + throat "^4.0.0" + +jest-runtime@^22.1.4: + version "22.1.4" + resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-22.1.4.tgz#1474d9f5cda518b702e0b25a17d4ef3fc563a20c" dependencies: babel-core "^6.0.0" - babel-jest "^20.0.3" - babel-plugin-istanbul "^4.0.0" - chalk "^1.1.3" + babel-jest "^22.1.0" + babel-plugin-istanbul "^4.1.5" + chalk "^2.0.1" convert-source-map "^1.4.0" + exit "^0.1.2" graceful-fs "^4.1.11" - jest-config "^20.0.4" - jest-haste-map "^20.0.4" - jest-regex-util "^20.0.3" - jest-resolve "^20.0.4" - jest-util "^20.0.3" + jest-config "^22.1.4" + jest-haste-map "^22.1.0" + jest-regex-util "^22.1.0" + jest-resolve "^22.1.4" + jest-util "^22.1.4" json-stable-stringify "^1.0.1" micromatch "^2.3.11" + realpath-native "^1.0.0" + slash "^1.0.0" strip-bom "3.0.0" - yargs "^7.0.2" + write-file-atomic "^2.1.0" + yargs "^10.0.3" -jest-snapshot@^20.0.3: - version "20.0.3" - resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-20.0.3.tgz#5b847e1adb1a4d90852a7f9f125086e187c76566" +jest-snapshot@^22.1.2: + version "22.1.2" + resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-22.1.2.tgz#b270cf6e3098f33aceeafda02b13eb0933dc6139" dependencies: - chalk "^1.1.3" - jest-diff "^20.0.3" - jest-matcher-utils "^20.0.3" - jest-util "^20.0.3" - natural-compare "^1.4.0" - pretty-format "^20.0.3" - -jest-util@^20.0.3: - version "20.0.3" - resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-20.0.3.tgz#0c07f7d80d82f4e5a67c6f8b9c3fe7f65cfd32ad" - dependencies: - chalk "^1.1.3" - graceful-fs "^4.1.11" - jest-message-util "^20.0.3" - jest-mock "^20.0.3" - jest-validate "^20.0.3" - leven "^2.1.0" + chalk "^2.0.1" + jest-diff "^22.1.0" + jest-matcher-utils "^22.1.0" mkdirp "^0.5.1" + natural-compare "^1.4.0" + pretty-format "^22.1.0" -jest-validate@^20.0.3: - version "20.0.3" - resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-20.0.3.tgz#d0cfd1de4f579f298484925c280f8f1d94ec3cab" +jest-util@^22.1.4: + version "22.1.4" + resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-22.1.4.tgz#ac8cbd43ee654102f1941f3f0e9d1d789a8b6a9b" dependencies: - chalk "^1.1.3" - jest-matcher-utils "^20.0.3" - leven "^2.1.0" - pretty-format "^20.0.3" + callsites "^2.0.0" + chalk "^2.0.1" + graceful-fs "^4.1.11" + is-ci "^1.0.10" + jest-message-util "^22.1.0" + jest-validate "^22.1.2" + mkdirp "^0.5.1" jest-validate@^21.1.0: version "21.2.1" @@ -3355,11 +3435,26 @@ jest-validate@^21.1.0: leven "^2.1.0" pretty-format "^21.2.1" -jest@^20.0.4: - version "20.0.4" - resolved "https://registry.yarnpkg.com/jest/-/jest-20.0.4.tgz#3dd260c2989d6dad678b1e9cc4d91944f6d602ac" +jest-validate@^22.1.2: + version "22.1.2" + resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-22.1.2.tgz#c3b06bcba7bd9a850919fe336b5f2a8c3a239404" dependencies: - jest-cli "^20.0.4" + chalk "^2.0.1" + jest-get-type "^22.1.0" + leven "^2.1.0" + pretty-format "^22.1.0" + +jest-worker@^22.1.0: + version "22.1.0" + resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-22.1.0.tgz#0987832fe58fbdc205357f4c19b992446368cafb" + dependencies: + merge-stream "^1.0.1" + +jest@^22.1.3: + version "22.1.4" + resolved "https://registry.yarnpkg.com/jest/-/jest-22.1.4.tgz#9ec71373a38f40ff92a3e5e96ae85687c181bb72" + dependencies: + jest-cli "^22.1.4" js-tokens@^3.0.0, js-tokens@^3.0.2: version "3.0.2" @@ -3376,29 +3471,36 @@ jsbn@~0.1.0: version "0.1.1" resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513" -jsdom@^9.12.0: - version "9.12.0" - resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-9.12.0.tgz#e8c546fffcb06c00d4833ca84410fed7f8a097d4" +jsdom@^11.5.1: + version "11.6.1" + resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-11.6.1.tgz#43fffc10072597a8ee9680cba46900d9e4dbeba2" dependencies: - abab "^1.0.3" - acorn "^4.0.4" - acorn-globals "^3.1.0" + abab "^1.0.4" + acorn "^5.3.0" + acorn-globals "^4.1.0" array-equal "^1.0.0" - content-type-parser "^1.0.1" + browser-process-hrtime "^0.1.2" + content-type-parser "^1.0.2" cssom ">= 0.3.2 < 0.4.0" cssstyle ">= 0.2.37 < 0.3.0" - escodegen "^1.6.1" - html-encoding-sniffer "^1.0.1" - nwmatcher ">= 1.3.9 < 2.0.0" - parse5 "^1.5.1" - request "^2.79.0" - sax "^1.2.1" - symbol-tree "^3.2.1" - tough-cookie "^2.3.2" - webidl-conversions "^4.0.0" - whatwg-encoding "^1.0.1" - whatwg-url "^4.3.0" - xml-name-validator "^2.0.1" + domexception "^1.0.0" + escodegen "^1.9.0" + html-encoding-sniffer "^1.0.2" + left-pad "^1.2.0" + nwmatcher "^1.4.3" + parse5 "^4.0.0" + pn "^1.1.0" + request "^2.83.0" + request-promise-native "^1.0.5" + sax "^1.2.4" + symbol-tree "^3.2.2" + tough-cookie "^2.3.3" + w3c-hr-time "^1.0.1" + webidl-conversions "^4.0.2" + whatwg-encoding "^1.0.3" + whatwg-url "^6.4.0" + ws "^4.0.0" + xml-name-validator "^3.0.0" jsesc@^1.3.0: version "1.3.0" @@ -3495,7 +3597,7 @@ lcid@^1.0.0: dependencies: invert-kv "^1.0.0" -left-pad@^1.1.3: +left-pad@^1.1.3, left-pad@^1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/left-pad/-/left-pad-1.2.0.tgz#d30a73c6b8201d8f7d8e7956ba9616087a68e0ee" @@ -3685,6 +3787,10 @@ lodash.restparam@^3.0.0: version "3.6.1" resolved "https://registry.yarnpkg.com/lodash.restparam/-/lodash.restparam-3.6.1.tgz#936a4e309ef330a7645ed4145986c85ae5b20805" +lodash.sortby@^4.7.0: + version "4.7.0" + resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438" + lodash.template@^3.0.0: version "3.6.2" resolved "https://registry.yarnpkg.com/lodash.template/-/lodash.template-3.6.2.tgz#f8cdecc6169a255be9098ae8b0c53d378931d14f" @@ -3706,7 +3812,7 @@ lodash.templatesettings@^3.0.0: lodash._reinterpolate "^3.0.0" lodash.escape "^3.0.0" -lodash@4.17.4, lodash@^4.0.0, lodash@^4.14.0, lodash@^4.16.6, lodash@^4.17.4, lodash@^4.3.0, lodash@^4.6.1: +lodash@4.17.4, lodash@^4.0.0, lodash@^4.13.1, lodash@^4.14.0, lodash@^4.16.6, lodash@^4.17.4, lodash@^4.3.0, lodash@^4.6.1: version "4.17.4" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae" @@ -3995,7 +4101,7 @@ node-int64@^0.4.0: version "0.4.0" resolved "https://registry.yarnpkg.com/node-int64/-/node-int64-0.4.0.tgz#87a9065cdb355d3182d8f94ce11188b825c68a3b" -node-notifier@^5.0.2, node-notifier@^5.1.2: +node-notifier@^5.1.2: version "5.2.1" resolved "https://registry.yarnpkg.com/node-notifier/-/node-notifier-5.2.1.tgz#fa313dd08f5517db0e2502e5758d664ac69f9dea" dependencies: @@ -4091,7 +4197,7 @@ number-is-nan@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d" -"nwmatcher@>= 1.3.9 < 2.0.0": +nwmatcher@^1.4.3: version "1.4.3" resolved "https://registry.yarnpkg.com/nwmatcher/-/nwmatcher-1.4.3.tgz#64348e3b3d80f035b40ac11563d278f8b72db89c" @@ -4111,6 +4217,13 @@ object-keys@^1.0.8: version "1.0.11" resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.11.tgz#c54601778ad560f1142ce0e01bcca8b56d13426d" +object.getownpropertydescriptors@^2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.0.3.tgz#8758c846f5b407adab0f236e0986f14b051caa16" + dependencies: + define-properties "^1.1.2" + es-abstract "^1.5.1" + object.omit@^2.0.0: version "2.0.1" resolved "https://registry.yarnpkg.com/object.omit/-/object.omit-2.0.1.tgz#1a9c744829f39dbb858c76ca3579ae2a54ebd1fa" @@ -4185,12 +4298,6 @@ os-homedir@^1.0.0, os-homedir@^1.0.1: version "1.0.2" resolved "https://registry.yarnpkg.com/os-homedir/-/os-homedir-1.0.2.tgz#ffbc4988336e0e833de0c168c7ef152121aa7fb3" -os-locale@^1.4.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/os-locale/-/os-locale-1.4.0.tgz#20f9f17ae29ed345e8bde583b13d2009803c14d9" - dependencies: - lcid "^1.0.0" - os-locale@^2.0.0: version "2.1.0" resolved "https://registry.yarnpkg.com/os-locale/-/os-locale-2.1.0.tgz#42bc2900a6b5b8bd17376c8e882b65afccf24bf2" @@ -4264,9 +4371,9 @@ parse-json@^2.2.0: dependencies: error-ex "^1.2.0" -parse5@^1.5.1: - version "1.5.1" - resolved "https://registry.yarnpkg.com/parse5/-/parse5-1.5.1.tgz#9b7f3b0de32be78dc2401b17573ccaf0f6f59d94" +parse5@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/parse5/-/parse5-4.0.0.tgz#6d78656e3da8d78b4ec0b906f7c08ef1dfe3f608" parseurl@~1.3.0, parseurl@~1.3.1, parseurl@~1.3.2: version "1.3.2" @@ -4334,7 +4441,7 @@ performance-now@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b" -pify@^2.0.0, pify@^2.3.0: +pify@^2.0.0: version "2.3.0" resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c" @@ -4354,6 +4461,12 @@ pkg-dir@^1.0.0: dependencies: find-up "^1.0.0" +pkg-dir@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-2.0.0.tgz#f6d5d1109e19d63edf428e0bd57e12777615334b" + dependencies: + find-up "^2.1.0" + plist@2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/plist/-/plist-2.0.1.tgz#0a32ca9481b1c364e92e18dc55c876de9d01da8b" @@ -4375,6 +4488,10 @@ pluralize@^7.0.0: version "7.0.0" resolved "https://registry.yarnpkg.com/pluralize/-/pluralize-7.0.0.tgz#298b89df8b93b0221dbf421ad2b1b1ea23fc6777" +pn@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/pn/-/pn-1.1.0.tgz#e2f4cef0e219f463c179ab37463e4e1ecdccbafb" + prelude-ls@~1.1.2: version "1.1.2" resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54" @@ -4415,6 +4532,13 @@ pretty-format@^21.2.1: ansi-regex "^3.0.0" ansi-styles "^3.2.0" +pretty-format@^22.1.0: + version "22.1.0" + resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-22.1.0.tgz#2277605b40ed4529ae4db51ff62f4be817647914" + dependencies: + ansi-regex "^3.0.0" + ansi-styles "^3.2.0" + pretty-format@^4.2.1: version "4.3.1" resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-4.3.1.tgz#530be5c42b3c05b36414a7a2a4337aa80acd0e8d" @@ -4461,6 +4585,10 @@ punycode@^1.4.1: version "1.4.1" resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e" +punycode@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.0.tgz#5f863edc89b96db09074bad7947bf09056ca4e7d" + qs@4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/qs/-/qs-4.0.0.tgz#c31d9b74ec27df75e543a86c78728ed8d4623607" @@ -4706,6 +4834,12 @@ readdirp@^2.0.0: readable-stream "^2.0.2" set-immediate-shim "^1.0.1" +realpath-native@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/realpath-native/-/realpath-native-1.0.0.tgz#7885721a83b43bd5327609f0ddecb2482305fdf0" + dependencies: + util.promisify "^1.0.0" + regenerate@^1.2.1: version "1.3.3" resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.3.3.tgz#0c336d3980553d755c39b586ae3b20aa49c82b7f" @@ -4776,6 +4910,20 @@ replace-ext@0.0.1: version "0.0.1" resolved "https://registry.yarnpkg.com/replace-ext/-/replace-ext-0.0.1.tgz#29bbd92078a739f0bcce2b4ee41e837953522924" +request-promise-core@1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/request-promise-core/-/request-promise-core-1.1.1.tgz#3eee00b2c5aa83239cfb04c5700da36f81cd08b6" + dependencies: + lodash "^4.13.1" + +request-promise-native@^1.0.5: + version "1.0.5" + resolved "https://registry.yarnpkg.com/request-promise-native/-/request-promise-native-1.0.5.tgz#5281770f68e0c9719e5163fd3fab482215f4fda5" + dependencies: + request-promise-core "1.1.1" + stealthy-require "^1.1.0" + tough-cookie ">=2.3.3" + request@2.77.0: version "2.77.0" resolved "https://registry.yarnpkg.com/request/-/request-2.77.0.tgz#2b00d82030ededcc97089ffa5d8810a9c2aa314b" @@ -4828,7 +4976,7 @@ request@2.81.0: tunnel-agent "^0.6.0" uuid "^3.0.0" -request@^2.79.0: +request@^2.79.0, request@^2.83.0: version "2.83.0" resolved "https://registry.yarnpkg.com/request/-/request-2.83.0.tgz#ca0b65da02ed62935887808e6f510381034e3356" dependencies: @@ -4878,15 +5026,25 @@ require-uncached@^1.0.3: caller-path "^0.1.0" resolve-from "^1.0.0" +resolve-cwd@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/resolve-cwd/-/resolve-cwd-2.0.0.tgz#00a9f7387556e27038eae232caa372a6a59b665a" + dependencies: + resolve-from "^3.0.0" + resolve-from@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-1.0.1.tgz#26cbfe935d1aeeeabb29bc3fe5aeb01e93d44226" +resolve-from@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-3.0.0.tgz#b22c7af7d9d6881bc8b6e653335eebcb0a188748" + resolve@1.1.7: version "1.1.7" resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b" -resolve@^1.3.2, resolve@^1.5.0: +resolve@^1.5.0: version "1.5.0" resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.5.0.tgz#1f09acce796c9a762579f31b2c1cc4c3cddf9f36" dependencies: @@ -4977,19 +5135,7 @@ sane@^2.0.0: optionalDependencies: fsevents "^1.1.1" -sane@~1.6.0: - version "1.6.0" - resolved "https://registry.yarnpkg.com/sane/-/sane-1.6.0.tgz#9610c452307a135d29c1fdfe2547034180c46775" - dependencies: - anymatch "^1.3.0" - exec-sh "^0.2.0" - fb-watchman "^1.8.0" - minimatch "^3.0.2" - minimist "^1.1.1" - walker "~1.0.5" - watch "~0.10.0" - -sax@^1.2.1: +sax@^1.2.4: version "1.2.4" resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9" @@ -5130,6 +5276,12 @@ source-map-support@^0.4.15: dependencies: source-map "^0.5.6" +source-map-support@^0.5.0: + version "0.5.3" + resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.3.tgz#2b3d5fff298cfa4d1afd7d4352d569e9a0158e76" + dependencies: + source-map "^0.6.0" + source-map@^0.4.4: version "0.4.4" resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.4.4.tgz#eba4f5da9c0dc999de68032d8b4f76173652036b" @@ -5140,7 +5292,7 @@ source-map@^0.5.3, source-map@^0.5.6, source-map@~0.5.1, source-map@~0.5.6: version "0.5.7" resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc" -source-map@~0.6.1: +source-map@^0.6.0, source-map@~0.6.1: version "0.6.1" resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263" @@ -5180,6 +5332,10 @@ sshpk@^1.7.0: jsbn "~0.1.0" tweetnacl "~0.14.0" +stack-utils@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/stack-utils/-/stack-utils-1.0.1.tgz#d4f33ab54e8e38778b0ca5cfd3b3afb12db68620" + stacktrace-parser@^0.1.3: version "0.1.4" resolved "https://registry.yarnpkg.com/stacktrace-parser/-/stacktrace-parser-0.1.4.tgz#01397922e5f62ecf30845522c95c4fe1d25e7d4e" @@ -5196,6 +5352,10 @@ statuses@~1.2.1: version "1.2.1" resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.2.1.tgz#dded45cc18256d51ed40aec142489d5c61026d28" +stealthy-require@^1.1.0: + version "1.1.1" + resolved "https://registry.yarnpkg.com/stealthy-require/-/stealthy-require-1.1.1.tgz#35b09875b4ff49f26a777e509b3090a3226bf24b" + stream-buffers@~2.2.0: version "2.2.0" resolved "https://registry.yarnpkg.com/stream-buffers/-/stream-buffers-2.2.0.tgz#91d5f5130d1cef96dcfa7f726945188741d09ee4" @@ -5210,11 +5370,12 @@ stream-to-observable@^0.1.0: version "0.1.0" resolved "https://registry.yarnpkg.com/stream-to-observable/-/stream-to-observable-0.1.0.tgz#45bf1d9f2d7dc09bed81f1c307c430e68b84cffe" -string-length@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/string-length/-/string-length-1.0.1.tgz#56970fb1c38558e9e70b728bf3de269ac45adfac" +string-length@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/string-length/-/string-length-2.0.0.tgz#d40dbb686a3ace960c1cffca562bf2c45f8363ed" dependencies: - strip-ansi "^3.0.0" + astral-regex "^1.0.0" + strip-ansi "^4.0.0" string-width@^1.0.1, string-width@^1.0.2: version "1.0.2" @@ -5307,7 +5468,7 @@ symbol-observable@1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-1.0.1.tgz#8340fc4702c3122df5d22288f88283f513d3fdd4" -symbol-tree@^3.2.1: +symbol-tree@^3.2.2: version "3.2.2" resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.2.tgz#ae27db38f660a7ae2e1c3b7d1bc290819b8519e6" @@ -5364,11 +5525,7 @@ text-table@~0.2.0: version "0.2.0" resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4" -throat@^3.0.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/throat/-/throat-3.2.0.tgz#50cb0670edbc40237b9e347d7e1f88e4620af836" - -throat@^4.1.0: +throat@^4.0.0, throat@^4.1.0: version "4.1.0" resolved "https://registry.yarnpkg.com/throat/-/throat-4.1.0.tgz#89037cbc92c56ab18926e6ba4cbb200e15672a6a" @@ -5401,15 +5558,17 @@ to-fast-properties@^1.0.3: version "1.0.3" resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-1.0.3.tgz#b83571fa4d8c25b82e231b06e3a3055de4ca1a47" -tough-cookie@^2.3.2, tough-cookie@~2.3.0, tough-cookie@~2.3.3: +tough-cookie@>=2.3.3, tough-cookie@^2.3.3, tough-cookie@~2.3.0, tough-cookie@~2.3.3: version "2.3.3" resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.3.3.tgz#0b618a5565b6dea90bf3425d04d55edc475a7561" dependencies: punycode "^1.4.1" -tr46@~0.0.3: - version "0.0.3" - resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a" +tr46@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/tr46/-/tr46-1.0.1.tgz#a8b13fd6bfd2489519674ccde55ba3693b706d09" + dependencies: + punycode "^2.1.0" traverse@0.6.6: version "0.6.6" @@ -5518,6 +5677,13 @@ util-deprecate@1.0.2, util-deprecate@~1.0.1: version "1.0.2" resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" +util.promisify@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/util.promisify/-/util.promisify-1.0.0.tgz#440f7165a459c9a16dc145eb8e72f35687097030" + dependencies: + define-properties "^1.1.2" + object.getownpropertydescriptors "^2.0.3" + utils-merge@1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.0.tgz#0294fb922bb9375153541c4f7096231f287c8af8" @@ -5571,16 +5737,18 @@ vinyl@^0.5.0: clone-stats "^0.0.1" replace-ext "0.0.1" +w3c-hr-time@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/w3c-hr-time/-/w3c-hr-time-1.0.1.tgz#82ac2bff63d950ea9e3189a58a65625fedf19045" + dependencies: + browser-process-hrtime "^0.1.2" + walker@~1.0.5: version "1.0.7" resolved "https://registry.yarnpkg.com/walker/-/walker-1.0.7.tgz#2f7f9b8fd10d677262b18a884e28d19618e028fb" dependencies: makeerror "1.0.x" -watch@~0.10.0: - version "0.10.0" - resolved "https://registry.yarnpkg.com/watch/-/watch-0.10.0.tgz#77798b2da0f9910d595f1ace5b0c2258521f21dc" - watch@~0.18.0: version "0.18.0" resolved "https://registry.yarnpkg.com/watch/-/watch-0.18.0.tgz#28095476c6df7c90c963138990c0a5423eb4b986" @@ -5588,15 +5756,11 @@ watch@~0.18.0: exec-sh "^0.2.0" minimist "^1.2.0" -webidl-conversions@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871" - -webidl-conversions@^4.0.0: +webidl-conversions@^4.0.1, webidl-conversions@^4.0.2: version "4.0.2" resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad" -whatwg-encoding@^1.0.1: +whatwg-encoding@^1.0.1, whatwg-encoding@^1.0.3: version "1.0.3" resolved "https://registry.yarnpkg.com/whatwg-encoding/-/whatwg-encoding-1.0.3.tgz#57c235bc8657e914d24e1a397d3c82daee0a6ba3" dependencies: @@ -5610,16 +5774,13 @@ whatwg-fetch@^1.0.0: version "1.1.1" resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-1.1.1.tgz#ac3c9d39f320c6dce5339969d054ef43dd333319" -whatwg-url@^4.3.0: - version "4.8.0" - resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-4.8.0.tgz#d2981aa9148c1e00a41c5a6131166ab4683bbcc0" +whatwg-url@^6.4.0: + version "6.4.0" + resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-6.4.0.tgz#08fdf2b9e872783a7a1f6216260a1d66cc722e08" dependencies: - tr46 "~0.0.3" - webidl-conversions "^3.0.0" - -which-module@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/which-module/-/which-module-1.0.0.tgz#bba63ca861948994ff307736089e3b96026c2a4f" + lodash.sortby "^4.7.0" + tr46 "^1.0.0" + webidl-conversions "^4.0.1" which-module@^2.0.0: version "2.0.0" @@ -5685,6 +5846,14 @@ write-file-atomic@^1.2.0: imurmurhash "^0.1.4" slide "^1.1.5" +write-file-atomic@^2.1.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-2.3.0.tgz#1ff61575c2e2a4e8e510d6fa4e243cce183999ab" + dependencies: + graceful-fs "^4.1.11" + imurmurhash "^0.1.4" + signal-exit "^3.0.2" + write@^0.2.1: version "0.2.1" resolved "https://registry.yarnpkg.com/write/-/write-0.2.1.tgz#5fc03828e264cea3fe91455476f7a3c566cb0757" @@ -5705,6 +5874,14 @@ ws@^2.0.3: safe-buffer "~5.0.1" ultron "~1.1.0" +ws@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/ws/-/ws-4.0.0.tgz#bfe1da4c08eeb9780b986e0e4d10eccd7345999f" + dependencies: + async-limiter "~1.0.0" + safe-buffer "~5.1.0" + ultron "~1.1.0" + xcode@^0.9.1: version "0.9.3" resolved "https://registry.yarnpkg.com/xcode/-/xcode-0.9.3.tgz#910a89c16aee6cc0b42ca805a6d0b4cf87211cf3" @@ -5713,9 +5890,9 @@ xcode@^0.9.1: simple-plist "^0.2.1" uuid "3.0.1" -xml-name-validator@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-2.0.1.tgz#4d8b8f1eccd3419aa362061becef515e1e559635" +xml-name-validator@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-3.0.0.tgz#6ae73e06de4d8c6e47f9fb181f78d648ad457c6a" xmlbuilder@4.0.0: version "4.0.0" @@ -5753,35 +5930,34 @@ yallist@^2.1.2: version "2.1.2" resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52" -yargs-parser@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-5.0.0.tgz#275ecf0d7ffe05c77e64e7c86e4cd94bf0e1228a" - dependencies: - camelcase "^3.0.0" - yargs-parser@^7.0.0: version "7.0.0" resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-7.0.0.tgz#8d0ac42f16ea55debd332caf4c4038b3e3f5dfd9" dependencies: camelcase "^4.1.0" -yargs@^7.0.2: - version "7.1.0" - resolved "https://registry.yarnpkg.com/yargs/-/yargs-7.1.0.tgz#6ba318eb16961727f5d284f8ea003e8d6154d0c8" +yargs-parser@^8.1.0: + version "8.1.0" + resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-8.1.0.tgz#f1376a33b6629a5d063782944da732631e966950" dependencies: - camelcase "^3.0.0" - cliui "^3.2.0" + camelcase "^4.1.0" + +yargs@^10.0.3: + version "10.1.2" + resolved "https://registry.yarnpkg.com/yargs/-/yargs-10.1.2.tgz#454d074c2b16a51a43e2fb7807e4f9de69ccb5c5" + dependencies: + cliui "^4.0.0" decamelize "^1.1.1" + find-up "^2.1.0" get-caller-file "^1.0.1" - os-locale "^1.4.0" - read-pkg-up "^1.0.1" + os-locale "^2.0.0" require-directory "^2.1.1" require-main-filename "^1.0.1" set-blocking "^2.0.0" - string-width "^1.0.2" - which-module "^1.0.0" + string-width "^2.0.0" + which-module "^2.0.0" y18n "^3.2.1" - yargs-parser "^5.0.0" + yargs-parser "^8.1.0" yargs@^8.0.2: version "8.0.2"