declare module 'phaser3-hex-plugins/plugins/board/utils/IsTileXYInArray' {
    export default function IsTileXYInArray(tile: any, arr: any): boolean;
}
