export declare const hasLetters: (x: string) => boolean; export declare const hasNumbers: (x: string) => boolean; export declare const trimDot: (x: string) => string; export declare const withDot: (x: string) => string; export declare const match: (pattern: RegExp, input: string) => string[]; export declare const matchDigitWithNumber: RegExp; export declare const UNIX_NEW_LINE_CHAR = "\n"; export declare const unifyNewLine: (value: string) => string; export declare const splitByNewLine: (value: string) => string[]; export declare const newLinesIntoSpaces: (value: string) => string; //# sourceMappingURL=utils_generic.d.ts.map