export declare class RegexUtils {
    static getLangCodes(fileName: string, fileNames: string[]): string[];
}
