export type HealingAction = 'RETRY' | 'PATCH' | 'ROLLBACK' | 'ESCALATE' | 'INFER';
/**
 * @note The logic for determining fallback actions is protected IP.
 * This module only provides typing support under non-commercial license.
 */
