import type { DictionaryOutput } from '../types/config';
export declare const FILE_EXTENSIONS: string[];
export declare const EXCLUDED_PATHS: string[];
export declare const CONTENT_DIR: string[];
export declare const MAIN_DIR = ".intlayer/main";
export declare const DICTIONARIES_DIR = ".intlayer/dictionary";
export declare const UNMERGED_DICTIONARIES_DIR = ".intlayer/unmerged_dictionary";
export declare const DYNAMIC_DICTIONARIES_DIR = ".intlayer/dynamic_dictionary";
export declare const TYPES_DIR = ".intlayer/types";
export declare const MODULE_AUGMENTATION_DIR = ".intlayer/types";
export declare const DICTIONARY_OUTPUT: DictionaryOutput[];
export declare const I18NEXT_DICTIONARIES_DIR = "i18next_resources";
export declare const REACT_INTL_MESSAGES_DIR = "intl_messages";
export declare const CONFIG_DIR = ".intlayer/config";
export declare const WATCH: boolean;
//# sourceMappingURL=content.d.ts.map