import type { AdminModeController } from "./useAdminModeController.js"; /** * Use this hook to build an admin mode controller that determines * whether the UI shows Developer or Editor tools. */ export declare function useBuildAdminModeController(): AdminModeController;