import type { Unit } from './types.js'; import type UnitType from './unit-type.js'; export declare function create(unitType: UnitType, name: string, power: number): Unit;