/**
 * Reanimate - Legion necromantic transformation
 */
import { GameMechanic } from "../../engine/mechanic.js";
export declare class Reanimate extends GameMechanic {
    static src: string;
    constructor();
}
export default Reanimate;
//# sourceMappingURL=reanimate.d.ts.map