import { UserManagement } from "../types"; import { User } from "@firecms/core"; export declare const useUserManagement: () => UserManagement;