import { Gear } from "./gear";
import { Stat } from "../../build/interface/stat";
export declare class Relic extends Gear {
    constructor(stats: Stat[]);
}
