import { Integr8Config } from '../types'; export declare class JestConfigGenerator { private template; constructor(); generateJestConfig(config: Integr8Config, testDir: string): string; generateJestConfigFile(config: Integr8Config, testDir: string, outputPath: string): void; } export declare const jestConfigGenerator: JestConfigGenerator; //# sourceMappingURL=jest-config-generator.d.ts.map