import { Dictionary, type Plugins } from '@intlayer/core';
/** Translation plugin. Replaces node with a locale string if nodeType = Translation. */
export declare const buildMaskPlugin: Plugins;
export declare const buildMask: (source: Dictionary) => any;
//# sourceMappingURL=buildMask.d.ts.map