import type { HubCommandEnvelope, HubEventEnvelope } from "@cline/shared"; export declare function eventNameForScheduleCommand(command: HubCommandEnvelope["command"]): HubEventEnvelope["event"] | undefined;