declare module 'phaser3-hex-plugins/plugins/board/utils/IsTileXYZ' {
    export default function IsTileXYZ(obj: any): boolean;
}
