import { Deployment } from "../types"; export declare const getDeploymentStatusColor: (status: Deployment["status"]) => "success600" | "danger600" | "warning600" | "secondary600" | "neutral600";