import type { OrchestratorConfig, PluginRegistry } from "../types.js"; import type { RecoveryAssessment, RecoveryResult, RecoveryContext } from "./types.js"; export declare function recoverSession(assessment: RecoveryAssessment, config: OrchestratorConfig, registry: PluginRegistry, context: RecoveryContext): Promise; export declare function cleanupSession(assessment: RecoveryAssessment, config: OrchestratorConfig, registry: PluginRegistry, context: RecoveryContext): Promise; export declare function escalateSession(assessment: RecoveryAssessment, config: OrchestratorConfig, _registry: PluginRegistry, context: RecoveryContext): Promise; export declare function executeAction(assessment: RecoveryAssessment, config: OrchestratorConfig, registry: PluginRegistry, context: RecoveryContext): Promise; //# sourceMappingURL=actions.d.ts.map