/** * Factory module * Provides factory pattern for creating protocol-specific routers */ export * from './custom-router-factory'; export * from './protocol-detector'; export * from './types';