/** * This file was auto-generated by Fern from our API Definition. */ export type ModerationStatusResponseModelWarningStatus = "warning" | "warning_cleared"; export declare const ModerationStatusResponseModelWarningStatus: { readonly Warning: "warning"; readonly WarningCleared: "warning_cleared"; };