import { DeclaredLocales, StrictModeLocaleMap } from "@intlayer/types/module_augmentation"; import { useDictionaryDynamic as useDictionaryDynamic$1 } from "react-intlayer/server"; import { Dictionary } from "@intlayer/types/dictionary"; //#region src/server/useDictionaryDynamic.d.ts /** * On the server side, Hook that transform a dictionary and return the content * * If the locale is not provided, it will use the locale from the server context */ declare const useDictionaryDynamic: (dictionaryPromise: StrictModeLocaleMap<() => Promise>, key: string, locale?: L) => ReturnType>; //#endregion export { useDictionaryDynamic }; //# sourceMappingURL=useDictionaryDynamic.d.ts.map