export declare const LOG_DIR_NAME = ".log";
export declare const SEPARATOR = "\n";
export declare const SEPARATOR_LENGTH = 1;
export declare const SEPARATOR_STR: string;
export declare const TRANSLATE_ERROR_TEXT: string;
export declare const NON_INCREMENTAL = "--non-incremental";
export declare const JS_CONFIG_NAME = "i18nrc.js";
export declare const TS_CONFIG_NAME = "i18nrc.ts";
export declare const RELATIVE_PATH: string;
export declare const FILE_ENCODING = "utf-8";
