import 'reflect-metadata'; /** * This class provides the useful function to check git version. */ export declare class GitVersionCompatibility { private static _gitVersion; private constructor(); static reportGitRequiredVersion(): boolean; static getGitVersion(): [number, number, number]; } //# sourceMappingURL=GitVersionCompatibility.d.ts.map