import * as Axe from 'axe-core'; declare global { interface Window { axe: typeof Axe; } } export declare function runAxe(config?: Axe.Spec, context?: Axe.ElementContext, options?: Axe.RunOptions): Promise; export declare function pageIsLoaded(): boolean;