/** * True when pathname (after decode) already identifies the same section as activeSectionId. * Used to avoid adding redundant hash when URL path already matches (e.g. encoded %7b/%7d vs logical {}). */ export declare function pathnameMatchesActiveSection(pathname: string, activeSectionId: string): boolean; //# sourceMappingURL=pathname-matches-active-section.d.ts.map