import type { Signal } from "../../../../domain/sentinel/signal/signal.js"; import { type ActionPlan } from "../../../../domain/sentinel/action/action-plan.js"; export declare function buildRefreshHarnessRuntimeAction(signal: Signal): ActionPlan; export declare const REFRESH_HARNESS_RUNTIME_INTENT = "refresh-harness-runtime"; //# sourceMappingURL=refresh-harness-runtime.d.ts.map