import type { WebClient } from '@slack/web-api'; import type { SayFn } from '../types'; export declare function createSay(client: WebClient, channelId: string): SayFn; //# sourceMappingURL=create-say.d.ts.map