import { TestCommandOptions } from '..'; /** Returns the path of the correct Jest binary */ export declare function getJestBinary(options: TestCommandOptions): string; //# sourceMappingURL=getJestBinary.d.ts.map