import { Buff } from "./Buff";
export declare type Buffs = {
    [key: string]: Buff;
};
//# sourceMappingURL=Buffs.d.ts.map