/**
 * Arandi Shade - Corrupted interdimensional stealth unit
 * Fallen Arandi warriors possessed by entities from dimensional realms
 * Masters of phased movement and posthumous revenge
 */
import { ArandiMercUnit } from "../../../../defaults/arandi.js";
import { Attack } from "../../../../engine/ability.js";
declare class ArandiShade extends ArandiMercUnit {
    uuid: string;
    static src: string;
    readonly attacks: {
        shadowCleave: Attack;
    };
    constructor();
}
export default ArandiShade;
//# sourceMappingURL=arandi-shade.d.ts.map