/**
 * Unified routing module
 * Provides all routing functionality in a centralized location
 */
export * from './types.js';
export * from './matchers/index.js';
export * from './specificity.js';
export * from './route-manager.js';
export * from './route-utils.js';
export { matchers } from './matchers/index.js';
export { RouteSpecificity } from './specificity.js';
