import { Chat } from './Chat';
import { default as Server } from '../Server';
export declare class ChatManager {
    private readonly server;
    constructor(server: Server);
    send(chat: Chat): Promise<void>;
}
//# sourceMappingURL=ChatManager.d.ts.map