/** * This file was auto-generated by Fern from our API Definition. */ export type Status = "deploying" | "running" | "paused" | "terminated" | "error" | "warm_pool"; export declare const Status: { readonly Deploying: "deploying"; readonly Running: "running"; readonly Paused: "paused"; readonly Terminated: "terminated"; readonly Error: "error"; readonly WarmPool: "warm_pool"; };