import { Dictionary } from "@intlayer/types/dictionary";

//#region src/reduceDictionaryContent/reduceDictionaryContent.d.ts
declare const reduceDictionaryContent: (fullDictionary: Dictionary, partialDictionary: Dictionary) => Dictionary;
//#endregion
export { reduceDictionaryContent };
//# sourceMappingURL=reduceDictionaryContent.d.ts.map