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