export interface AutomationEngineValidationResultDTO { isValid: boolean; error?: string; }