import CSVToHashTable from './csvtohashtable'; export default class CSVToHashTablePlugin extends Phaser.Plugins.BasePlugin { add(): CSVToHashTable; }