import type { RseConfig } from "@reliverse/cfg";
/**
 * Initiates a loop to capture user input and provide AI responses.
 */
export declare function aiChat(config: RseConfig): Promise<void>;
