import { IRCMessage } from "../message/irc/irc-message"; export declare function matchingNotice(channelName: string, noticeIDs: string[]): (msg: IRCMessage) => boolean; //# sourceMappingURL=conditions.d.ts.map