I was wondering why there are some imports in the plugin template without the file.
Can I remove them or do they serve any purpose
In the api/Global.d.ts file
import Plugin from '../Plugin';
and
api/JoplinWorkspace.d.ts
import { FolderEntity } from '../../database/types';