import type { Locales, LocalesValues } from '@intlayer/config/client';
import { type Dictionary, type Plugins } from '@intlayer/core';
import { type DeepTransformContent } from './plugins';
export declare const getDictionary: <T extends Dictionary, L extends LocalesValues = Locales>(dictionary: T, locale?: L, additionalPlugins?: Plugins[]) => DeepTransformContent<T["content"]>;
//# sourceMappingURL=getDictionary.d.ts.map