import type { HubCommandEnvelope, HubReplyEnvelope } from "@cline/shared"; import type { HubScheduleService } from "./schedule-service"; export declare class HubScheduleCommandService { private readonly schedules; constructor(schedules: HubScheduleService); handleCommand(envelope: HubCommandEnvelope): Promise; private toCreateInput; private toUpdateInput; }