import { SingleConnection } from "../client/connection"; export declare function sendPrivmsg(conn: SingleConnection, channelName: string, message: string): Promise; //# sourceMappingURL=privmsg.d.ts.map