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