import * as Sarif from 'sarif';
import { DictionaryStringTo } from './dictionary-types';
import { WCAGLinkData } from './wcag-link-data';
export declare const WcagGuid = "ca34e0e1-5faf-4f55-a989-cdae42a98f18";
export declare function getWcagTaxonomyReference(): Sarif.ToolComponentReference;
export declare function getWcagTaxonomy(sortedWcagTags: string[], tagsToWcagLinkData: DictionaryStringTo<WCAGLinkData>): Sarif.ToolComponent;
