export declare const testList: string[];
export declare const ignoredTests: {
    [key: string]: string[];
};
