import { Config } from '@jest/types'; declare const jestConfig: (collectCoverageFrom: string[]) => Config.InitialOptions; export default jestConfig;