import type { JestArgs } from './types';
export default function (jestArgs: JestArgs): Promise<void>;
