export type HealingAction = 'RETRY' | 'PATCH' | 'ROLLBACK' | 'ESCALATE' | 'INFER';
