import { type IChatManager } from "../../../game";
export declare class RageChatManager implements IChatManager {
    activate(state: boolean): void;
    show(state: boolean): void;
    push(text: string): void;
}
