export declare const jestConfig = "module.exports = {\n  preset: 'ts-jest',\n  testEnvironment: 'node',\n  moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],\n}";
export declare const reactJestConfig = "module.exports = {\n  preset: 'ts-jest',\n  testEnvironment: 'jsdom',\n  moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],\n};";
