import type { CommandOutput, ScheduleCommand } from './types.ts'; /** Executes schedule listing, creation, pausing, resuming, and cancellation. */ export declare function executeSchedule(options: ScheduleCommand): Promise;