import { Bot } from 'mineflayer';
import { Entity } from 'prismarine-entity';
export declare function raycastEntity(bot: Bot, maxDistance?: number): Entity | null;
