import type { EnhancedCategory } from '../../services/blog-categories-service.js'; export declare function isActiveCategory(currentPathname: string | undefined, categoryPageBaseUrl: string, category: EnhancedCategory): boolean;