import type { WebClient } from '@slack/web-api'; import type { Context } from '../types'; type ChatStreamParams = Parameters[0]; export type SayStreamArguments = Partial>; export type SayStreamFn = (args?: SayStreamArguments) => ReturnType; export declare function createSayStream(client: WebClient, context: Context, channelId: string, threadTs: string): SayStreamFn; export {}; //# sourceMappingURL=create-say-stream.d.ts.map