import { IIROSE_Bot } from '../../bot/bot';
export declare function IIROSE_WSsend(bot: IIROSE_Bot, data: string): Promise<void>;
