import type { CellView } from '@difizen/libro-core'; import { MarkdownParser } from '@difizen/libro-markdown'; import type { CellTOCProvider } from '../toc-protocol.js'; import { CellTOCProviderContribution } from '../toc-protocol.js'; export declare class MarkDownCellTOCProvider implements CellTOCProviderContribution { protected readonly markdownParser: MarkdownParser; constructor(markdownParser: MarkdownParser); canHandle(cell: CellView): 100 | 0; factory(cell: CellView): CellTOCProvider; } //# sourceMappingURL=markdown-toc-provider.d.ts.map