import type { CozyRange, CozyTOC } from '../types';
export declare const getTableOfContents: (ranges: CozyRange[]) => () => CozyTOC;
