import { FileContent } from "./FocusDictionaryContext.js"; import { KeyPath } from "@intlayer/types/keyPath"; //#region src/useFocusUnmergedDictionary.d.ts declare const useFocusUnmergedDictionary: () => { focusedContent: FileContent; setFocusedContent: (value: FileContent | null) => void; setFocusedContentKeyPath: (keyPath: KeyPath[]) => void; }; //#endregion export { useFocusUnmergedDictionary }; //# sourceMappingURL=useFocusUnmergedDictionary.d.ts.map