import { Config } from '@jest/types'; export type JestConfigOptions = Partial; export declare function createJestConfig(_: (relativePath: string) => void, rootDir: string): JestConfigOptions;