import { DeclaredLocales, StrictModeLocaleMap } from "@intlayer/types/module_augmentation"; import { useDictionaryAsync as useDictionaryAsync$1 } from "react-intlayer/server"; import { Dictionary } from "@intlayer/types/dictionary"; //#region src/server/useDictionaryAsync.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 useDictionaryAsync: (dictionaryPromise: StrictModeLocaleMap<() => Promise>, locale?: L) => ReturnType>; //#endregion export { useDictionaryAsync }; //# sourceMappingURL=useDictionaryAsync.d.ts.map