import { ConfigPlugin } from 'expo/config-plugins'; type FileSystemProps = { supportsOpeningDocumentsInPlace?: boolean; enableFileSharing?: boolean; }; declare const _default: ConfigPlugin; export default _default;