declare module 'phaser3-rex-plugins/plugins/inputtext-plugin' {
    import * as Phaser from 'phaser';

    export default class InputTextPlugin extends Phaser.Plugins.BasePlugin {}
}
