import type { AgentMessageRecord } from './messages.js'; export declare function normalizeChannelSearchTerm(value: string): string; export declare function messageMatchesChannel(entry: AgentMessageRecord, channel: string): boolean; //# sourceMappingURL=channel-match.d.ts.map