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