import type { PlatformAdapter } from '../../platform/adapter.js'; import type { Scheduler } from './scheduler.js'; declare function handleScheduleCommand(text: string, channel: string, adapter: PlatformAdapter, scheduler: Scheduler): Promise; export { handleScheduleCommand };