/** * Use the Git CLI to fetch the previous version of the spec. * * @param baseDir Project repository base directory * @param specPath Path to spec file relative to `baseDir` */ export declare function previousSpecVersion(baseDir: string, specPath: string, sha: string): Promise; //# sourceMappingURL=previousSpecVersion.d.ts.map