export function isUnifiedTasksEnabled(env = process.env) { return String(env.H5_UNIFIED_TASKS_ENABLED ?? '').trim() === '1'; }