import { TestResult } from "@jest/test-result"; interface Parameters { testPath: string; } declare const _default: ({ testPath }: Parameters) => Promise; export default _default; //# sourceMappingURL=run.d.ts.map