/// import { AffectedPackages, Stdio } from '../../types'; import { spawn } from 'child_process'; export declare function changedPackages(cwd?: string, io?: Stdio, latestTagSpawn?: typeof spawn, rawCommitsSpawn?: typeof spawn): Promise;