/**
 * @intlayer/unmerged-dictionaries-entry is a package that only returns the unmerged dictionary entry file.
 * Using an external package allow to alias it in the bundle configuration (such as webpack).
 * The alias allow hot reload the app (such as nextjs) on any dictionary change.
 */
import type { Dictionary } from 'intlayer';
export declare const getUnmergedDictionaries: () => Record<IntlayerDictionaryTypesConnector, Dictionary[]>;
declare const _default: Record<IntlayerDictionaryTypesConnector, Dictionary[]>;
export default _default;
//# sourceMappingURL=index.d.ts.map