interface Settings { storageUri: string; noMedia: boolean; } export default Settings;