// TypeScript declarations for jest-preset.js declare const jestPreset: { preset: string; testEnvironment: string; setupFilesAfterEnv: string[]; moduleNameMapper: Record; testMatch: string[]; collectCoverageFrom: string[]; coverageDirectory: string; coverageReporters: string[]; testPathIgnorePatterns: string[]; transform: Record; transformIgnorePatterns: string[]; moduleFileExtensions: string[]; }; export default jestPreset;