export { watch, handleAdditionalContentDeclarationFile, handleContentDeclarationFileChange, buildAndWatchIntlayer, } from './chokidar/watcher';
export { prepareIntlayer } from './prepareIntlayer';
export { buildDictionary } from './transpiler/declaration_file_to_dictionary/index';
export { createDictionaryEntryPoint } from './transpiler/dictionary_to_main/createDictionaryEntryPoint';
export { createModuleAugmentation } from './transpiler/dictionary_to_type/createModuleAugmentation';
export { fetchDistantDictionaries } from './fetchDistantDictionaries';
export { fetchDistantDictionaryKeys } from './fetchDistantDictionaryKeys';
export { loadDistantDictionaries, loadDictionaries, loadLocalDictionaries, } from './loadDictionaries/index';
export { checkDictionaryChanges } from './checkDictionaryChanges';
export { listDictionaries } from './listDictionariesPath';
export { prepareContentDeclaration } from './prepareContentDeclaration';
export { writeContentDeclaration, type DictionaryStatus, } from './writeContentDeclaration';
//# sourceMappingURL=index.d.ts.map