import type Conf from 'conf'; import type { InfinicodeConfig } from '../kernel/config-schema.js'; export declare function runAgent(_masterUrl: string, _model: string, _useTui: boolean, config: Conf): Promise;