/** * This file was auto-generated by Fern from our API Definition. */ export type StyleGuideCategory = "punctuation" | "capitalization" | "spelling_and_grammar" | "numbers_dates_times" | "inclusive_language" | "tone" | "specific_conventions" | "clarity_and_readability" | "other"; export declare const StyleGuideCategory: { readonly Punctuation: "punctuation"; readonly Capitalization: "capitalization"; readonly SpellingAndGrammar: "spelling_and_grammar"; readonly NumbersDatesTimes: "numbers_dates_times"; readonly InclusiveLanguage: "inclusive_language"; readonly Tone: "tone"; readonly SpecificConventions: "specific_conventions"; readonly ClarityAndReadability: "clarity_and_readability"; readonly Other: "other"; };