import { Message } from "discord.js"; import Client from "../client/Client"; import { CommandRegistry } from "./CommandRegistry"; export default class Dispatcher { private client; private registry; constructor(client: Client, registry: CommandRegistry); handleRawMessage(message: Message): void; } //# sourceMappingURL=Dispatcher.d.ts.map