export declare const isContainsEnglishCharacter: (input: string) => boolean;
