/** * @param {{ repo: string; branch: string; deps: any; scriptName: string; }} opts */ export default function testDependant(opts: { repo: string; branch: string; deps: any; scriptName: string; }): Promise; //# sourceMappingURL=index.d.ts.map