import { PlayerEvent } from "..";
export declare class ReplyMgr {
    private static instance;
    static Inst(): ReplyMgr;
    private _replys;
    setReplys(): void;
    reply(event: PlayerEvent, replyType: string, args?: {
        [key: string]: string;
    }): void;
}
