export class NodeApp {
    constructor(options: any);
    bot: ReactBot;
    renderNode(args: any): Promise<string>;
    input(args: any): Promise<import("@botonic/core").BotResponse>;
}
import { ReactBot } from './react-bot';
