declare module 'phaser3-rex-plugins/plugins/board/fieldofview/PreTest' {
    export default function PreTest(tileXYArray: any, visiblePoints: any): boolean | undefined;
}
