import { ToolRegistry } from '../tools/Registry.js'; import type { AurixConfig } from '../agent/Config.js'; export declare function runLiteApp(config: AurixConfig, registry: ToolRegistry): Promise; //# sourceMappingURL=LiteApp.d.ts.map