/** * Route helpers for SmartProxy * * This module provides helper functions for creating various types of route configurations * to be used with the SmartProxy system. */ // Re-export all functions from the route-helpers.ts file export * from '../route-helpers.js';