/**
 * Will create file with all tests imported with require
 * @param outFilePath
 * @param testsDir - directory where file will be created, should be in tests
 * @param specPattern
 */
export declare const createAllTestsFile: (outFilePath: string, testsDir: string, specPattern: string | string[]) => string;
export declare const createOneTestsFile: (outFilePath: string) => string;
