export declare class LocalizationReplaceTextModel { FindWhat: string; ReplaceWith: string; IsCaseSensitive: boolean; IsMatchWholeWordOnly: boolean; IsEnglish: boolean; IsArabic: boolean; SelectedResourceSets: string[]; }