/**
 * Tests for middleware integration with routes
 * Verifies:
 * - Middleware application to root routes
 * - Authentication middleware for protected routes
 * - Scoped middleware application
 * - Middleware chaining and combinations
 * - Router stack structure with middlewares
 */
export {};
//# sourceMappingURL=middlewares.test.d.ts.map