import { SnapshotStateOptions } from "jest-snapshot/build/State"; import { Config } from "@jest/types"; export declare const snapshotOptions: SnapshotStateOptions; export declare function readJestConfig(rootDir: string): Partial | undefined;