export default function runScript(command: string, args: string[], opts: { cwd: string; pkgId: string; userAgent: string; }): Promise | Promise<{}>;