import { DictionaryStringTo } from './dictionary-types'; import { WCAGLinkData } from './wcag-link-data'; export declare class WCAGLinkDataIndexer { private wcagConfiguration; private readonly sortedWcagTags; private readonly wcagTagsToTaxaIndices; constructor(wcagConfiguration: DictionaryStringTo); getSortedWcagTags(): string[]; getWcagTagsToTaxaIndices(): DictionaryStringTo; private mapWcagTagToTaxaIndex; private sortWcagTags; }