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