import type { UiServiceDeps, Result } from '../types.js'; export declare function handlePauseSchedule(deps: UiServiceDeps, args: { scheduleId: string; }): Promise>; export declare function handleResumeSchedule(deps: UiServiceDeps, args: { scheduleId: string; }): Promise>; export declare function handleRemoveSchedule(deps: UiServiceDeps, args: { scheduleId: string; }): Promise>;