//#region src/editor/useEditor.d.ts
/**
 * Initializes the Intlayer editor client singleton when the editor is enabled.
 * Syncs the current locale from the Intlayer context into the editor manager so
 * the editor always knows which locale the app is displaying.
 */
declare const useEditor: () => void;
//#endregion
export { useEditor };
//# sourceMappingURL=useEditor.d.ts.map