/** * This file was auto-generated by Fern from our API Definition. */ /** * Whether text normalization is applied to the project. */ export type ProjectExtendedResponseModelApplyTextNormalization = "auto" | "on" | "off" | "apply_english"; export declare const ProjectExtendedResponseModelApplyTextNormalization: { readonly Auto: "auto"; readonly On: "on"; readonly Off: "off"; readonly ApplyEnglish: "apply_english"; };