import type { EventEffects } from '../types.js';
interface StatPlayer {
    c: Record<string, unknown>;
}
export declare function applyEventEffects(player: StatPlayer, effects?: EventEffects): void;
export {};
//# sourceMappingURL=effects.d.ts.map