/** * This file was auto-generated by Fern from our API Definition. */ export type SentenceLengthCategory = "capitalization" | "remove" | "extract" | "shorten" | "deletion" | "replace" | "other"; export declare const SentenceLengthCategory: { readonly Capitalization: "capitalization"; readonly Remove: "remove"; readonly Extract: "extract"; readonly Shorten: "shorten"; readonly Deletion: "deletion"; readonly Replace: "replace"; readonly Other: "other"; };