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