import { type TaskList } from "../../task-list/dist/index.js"; export interface RunMaestroTuiOptions { workflowPath?: string; name?: string; taskList?: TaskList; variables?: Record; } export declare function runMaestroTui(options?: RunMaestroTuiOptions): Promise;