/** * This file was auto-generated by Fern from our API Definition. */ export type ToneCategory = "word_choice" | "syntax" | "punctuation" | "discourse_features" | "implicit_style" | "other"; export declare const ToneCategory: { readonly WordChoice: "word_choice"; readonly Syntax: "syntax"; readonly Punctuation: "punctuation"; readonly DiscourseFeatures: "discourse_features"; readonly ImplicitStyle: "implicit_style"; readonly Other: "other"; };