/** * This file was auto-generated by Fern from our API Definition. */ export type Tones = "academic" | "business" | "conversational" | "formal" | "informal" | "technical"; export declare const Tones: { readonly Academic: "academic"; readonly Business: "business"; readonly Conversational: "conversational"; readonly Formal: "formal"; readonly Informal: "informal"; readonly Technical: "technical"; };