import { Message } from "discord.js"; import { DisclawDatabase } from "./db/database"; import { DisclawConfig } from "./config/loader"; /** * Routes a Discord message to the correct agent based on channel_id. * Returns true if the message was handled, false if the channel is not * mapped to any agent. */ export declare function routeMessage(message: Message, db: DisclawDatabase, config: DisclawConfig, managementChannelId: string | null): Promise; //# sourceMappingURL=router.d.ts.map