import type { RouteLocationNormalizedLoaded } from "vuepress/client";
import type { SidebarItem } from "@theme-hope/typings/sidebar";
export declare const isActiveSidebarItem: (route: RouteLocationNormalizedLoaded, item: SidebarItem) => boolean;
