import type { MonsterType } from "../atoms/types"; export declare function getIdealTeam(query: MonsterType[][]): (import("../atoms/primitives").MonsterType[] | import("../atoms/primitives").MonsterType[][])[]; declare function TeamBuilder(): typeof getIdealTeam; export default TeamBuilder; //# sourceMappingURL=TeamBuilder.d.ts.map