import { EditorPlugin } from '../types/application'; declare const Plugins: { [key: string]: EditorPlugin; }; export default Plugins;