declare module 'phaser3-rex-plugins/plugins/board/fieldofview/LOS' {
    export default function LOS(chessArray: any, visiblePoints?: any, originTileXY?: any, out?: any[]): any;
}
