import { Packet } from "../../protocol/index.js"; export declare class BotPacket extends Packet { botId?: string | undefined; packet?: Packet | undefined; readonly type = "bot"; constructor(botId?: string | undefined, packet?: Packet | undefined); }