/**
 * Marran Sharpshooter - T1 precision sniper with firing position ability
 * Elite marksman who embodies Marran defensive philosophy through patient precision
 */
import { MarranMercUnit } from "../../../../defaults/marran.js";
import { Attack, Siege } from "../../../../engine/ability.js";
export declare class MarranSharpshooter extends MarranMercUnit {
    uuid: string;
    static src: string;
    readonly attacks: {
        attack: Attack;
    };
    readonly sieges: {
        firingPosition: Siege;
    };
    constructor();
}
export default MarranSharpshooter;
//# sourceMappingURL=marran-sharpshooter.d.ts.map