declare module 'phaser3-rex-plugins/plugins/virtualjoystick.js' { const content: any; export default content; } declare module 'phaser3-rex-plugins/plugins/gestures-plugin.js' { const content: any; export default content; } declare module 'phaser3-rex-plugins/plugins/gestures.js' { export const Pinch: any; }