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

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