export declare class Utils {
    private readonly _alphabetExpressions;
    detectAlphabet(input: string): void;
}
