/** * This file was auto-generated by Fern from our API Definition. */ export type StyleGuideStatus = "running" | "completed" | "failed" | "not_found"; export declare const StyleGuideStatus: { readonly Running: "running"; readonly Completed: "completed"; readonly Failed: "failed"; readonly NotFound: "not_found"; };