import type { SubagentScheduler } from "../../schedule.js"; import type { BoxChars, DashboardTheme } from "../theme.js"; export declare function renderSchedulesSection(innerWidth: number, theme: DashboardTheme, box: BoxChars, scheduler: SubagentScheduler): string[];