import type { SetupAgentsEvidenceKind, SetupAgentsTaskStatus, WorkflowPhaseStatus } from '../types/index.js'; export declare const TASK_STATUSES: SetupAgentsTaskStatus[]; export declare const TASK_ACTIVE_STATUSES: SetupAgentsTaskStatus[]; export declare const TASK_TERMINAL_STATUSES: SetupAgentsTaskStatus[]; export declare const TASK_ACTIONABLE_STATUSES: SetupAgentsTaskStatus[]; export declare const EVIDENCE_KINDS: SetupAgentsEvidenceKind[]; export declare const PHASE_STATUSES: WorkflowPhaseStatus[]; export { PHASE_REGISTRY, allPhaseIds, buildPhasePlan, derivePhaseGates, getPhaseDefinition, phasePlaybooks, phaseToProfile, resolvePhaseSequenceFromRoles, } from '../phases/registry.js'; export type { PhasePlanInput, PhaseDefinition, ResolvedPhasePlan, TaskRoleDeclaration } from '../phases/registry.js'; export { BUILTIN_ADAPTERS } from '../services/spawn-adapters.js'; export { buildSpawnRequest, executeSpawn, getAdapter, getAdapterForRuntime, listAdapters, registerAdapter, validateGuardrails, } from '../services/spawn-bridge.js'; export type { GuardrailViolation, RuntimeAdapter, SpawnBridgeResult, SpawnGuardrails, } from '../services/spawn-bridge.js';