export declare class C8oProgress {
    private _changed;
    private _continuous;
    private _finished;
    private _pull;
    private _current;
    private _total;
    private _status;
    private _taskInfo;
    private _raw;
    constructor();
    constructor(progress: C8oProgress);
    changed: boolean;
    continuous: boolean;
    finished: boolean;
    pull: boolean;
    readonly push: boolean;
    current: number;
    total: number;
    readonly direction: string;
    status: string;
    taskInfo: string;
    raw: any;
    toString(): string;
}
