import type { CellView } from '@difizen/libro-core'; import type { Contribution } from '@difizen/mana-app'; import { CellTOCProviderContribution } from './toc-protocol.js'; export declare class LibroCellTOCProvider { protected providerContribution: Contribution.Provider; createCellTOCProvider(cell: CellView): import("./toc-protocol.js").CellTOCProvider | undefined; protected findCellTOCProviderContribution(cell: CellView): CellTOCProviderContribution | undefined; } //# sourceMappingURL=cell-toc-provider.d.ts.map