import AddDataMonitor from './datamonitor'; export default class DataMonitorPlugin extends Phaser.Plugins.BasePlugin { add: typeof AddDataMonitor; }