/** Whether text normalization is applied to the project. */ export declare const ProjectExtendedResponseApplyTextNormalization: { readonly Auto: "auto"; readonly On: "on"; readonly Off: "off"; readonly ApplyEnglish: "apply_english"; }; export type ProjectExtendedResponseApplyTextNormalization = (typeof ProjectExtendedResponseApplyTextNormalization)[keyof typeof ProjectExtendedResponseApplyTextNormalization];