import { typeConfigPlugin } from'@expo/config-plugins';
/**
* Sets whether to include the cache dependency to use cache on iOS with `react-native-video`.
*/exportdeclareconstwithCaching: ConfigPlugin<{
enableCachingExtension: boolean;
testApp?: boolean;
}>;