export declare const styles: {
    yellow: string;
    green: string;
    blue: string;
    dim: string;
    reset: string;
    bold: string;
};
export declare const logProgress: (count: number, total: number) => void;
