declare const axeRunner: {
    en: {
        scripts: string[];
        run: (options: any) => Promise<unknown>;
    };
};
declare const axeLocales: string[];
export { axeRunner, axeLocales };
