import axe from 'axe-core';
import { SkyA11yAnalyzerConfig } from './a11y-analyzer-config';
export declare abstract class SkyA11yAnalyzer {
    private static analyzer;
    static run(element?: axe.ElementContext, config?: SkyA11yAnalyzerConfig): Promise<void>;
}
