import type { AxeConfig } from './config'; export declare const axeTest: (customConfig?: Partial) => { ({ context }: any): Promise; timeout: number; afterAll: () => Promise; beforeAll: { (): Promise; timeout: number; }; };