/**
 * Mind Control - Temporary unit conversion
 */
import { GameMechanic } from "../../engine/mechanic.js";
export declare class MindControl extends GameMechanic {
    static src: string;
    constructor();
}
export default MindControl;
//# sourceMappingURL=mind-control.d.ts.map