import type { DeployEvent } from './session.js'; /** * Format a DeployEvent as a single-line progress string, or null if the * event should not produce a log line (e.g. `checking` is emitted per file * and is too chatty for a typical TTY log). */ export declare function formatDeployEvent(event: DeployEvent): string | null; //# sourceMappingURL=deployProgress.d.ts.map