import type { NavItem } from './navData'; export declare const NAV_MARKER_END = ""; export declare const NAV_MARKER_START = ""; export declare const renderNavBlock: (items: NavItem[], indent: string) => string; export declare const syncStaticNav: (html: string, items: NavItem[]) => string | null;