/**
 * Skrelling - Grell swarm flyer with anti-air specialization and kamikaze abilities
 * Light armor, high speed, anti-air focus with suicide attack potential
 */
import { GrellArmyUnit } from "../../../../defaults/grell.js";
export declare class Skrelling extends GrellArmyUnit {
    uuid: string;
    static src: string;
    constructor();
}
export default Skrelling;
//# sourceMappingURL=skrelling.d.ts.map