import { Bot, BotOptions, createBot as orgCreateBot } from "mineflayer"; import { ViaProxyOpts } from "./types"; import "prismarine-registry"; export declare function createBot(options: BotOptions & ViaProxyOpts, oCreateBot?: typeof orgCreateBot): Promise;