export interface OnUpdate { onUpdate(timeSinceLastRun: number): Promise getRoute(): string }