/**
 * Griffin - Multi-role support aircraft with triple healing beams and EMP capabilities
 * Flying support unit with healing and electromagnetic warfare abilities
 */
import { ProtectorateArmyUnit } from "../../../../defaults/protectorate.js";
export declare class Griffin extends ProtectorateArmyUnit {
    uuid: string;
    static src: string;
    get infuseCost(): number | undefined;
    constructor();
}
export default Griffin;
//# sourceMappingURL=griffin.d.ts.map