declare module 'phaser3-rex-plugins/plugins/board/fieldofview/IsInCone' {
    export default function IsInCone(targetTileXY: any): boolean;
}
