ProgressFn type

Signature:

export declare type ProgressFn = (percentage: number, msg?: string) => void;