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