import { GitProgressParser } from './git'; /** * A utility class for interpreting the output from `git clone --progress` * and turning that into a percentage value estimating the overall progress * of the clone. */ export declare class CloneProgressParser extends GitProgressParser { constructor(); }