export type DeploySuccessSummary = { url?: string; /** Unique `*.vercel.app` deployment URL when it differs from the alias. */ deploymentUrl?: string; inspect?: string; }; /** Print the deployment URL and inspect link after a quiet success/start. */ export declare function printQuietDeploySuccess(summary: DeploySuccessSummary, durationMs: number, noWait?: boolean): void; //# sourceMappingURL=quiet.d.ts.map