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