import { GenericFacade } from "../../types";
export * as UnitAssignerV1 from "./UnitAssignerV1.js";
declare const UnitAssigner: GenericFacade;
export default UnitAssigner;
