UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

11 lines (10 loc) 357 B
import type { SlackMonitorContext } from "./context.js"; export declare function resolveSlackEffectiveAllowFrom(ctx: SlackMonitorContext): Promise<{ allowFrom: string[]; allowFromLower: string[]; }>; export declare function isSlackSenderAllowListed(params: { allowListLower: string[]; senderId: string; senderName?: string; }): boolean;