import type { SessionPlan } from "../../store/plan.js"; import type { BackgroundJob, ResponderNotification } from "../../tools/jobs.js"; export declare function shouldYieldForDeclaredResponderDependency(plan: SessionPlan | undefined, runningJobs: readonly BackgroundJob[], notifications: readonly ResponderNotification[], currentNotificationId?: string | undefined): boolean;