import { FileProgressEvent } from '../types'; /** * Render per-file progress labels with explicit managed and gitignore state. */ export declare function formatProgressFile(event: FileProgressEvent): string; //# sourceMappingURL=progress.d.ts.map