/** * A helper function to compare two semver versions. If the second arg is greater than the first arg, it returns true. */ export declare function semverCompare(version1: string, version2: string): boolean; export declare function checkWorkingDirectory(workingDirectory?: string): string;