import { GenericFacade } from "../../types";
export * as UserManagerV1 from "./UserManagerV1.js";
export * as UserManagerV2 from "./UserManagerV2.js";
export * as UserManagerV3 from "./UserManagerV3.js";
declare const UserManager: GenericFacade;
export default UserManager;