declare module 'phaser3-rex-plugins/plugins/board/fieldofview/IsInLOS' {
    export default function IsInLOS(chess: any, visiblePoints?: any, originTileXY?: any): boolean;
}
