import { Boon } from "../../../engine/modifier.js";
export declare class Endurance extends Boon {
    uuid: string;
    static src: string;
    readonly name: string;
    readonly description: string;
    constructor();
}
export default Endurance;
//# sourceMappingURL=endurance.d.ts.map