import type { TimerEntry } from '../types.ts'; import type { EngineInternals } from './internals.ts'; import type { ScheduleCallbacks } from './schedules.ts'; export declare function handleScheduleTimer(internals: EngineInternals, entry: TimerEntry, callbacks: ScheduleCallbacks): Promise;