import type { SlackAPIResponse } from "../response";
export type ChatStartStreamResponse = SlackAPIResponse & {
    channel?: string;
    error?: string;
    needed?: string;
    ok: boolean;
    provided?: string;
    ts?: string;
};
//# sourceMappingURL=ChatStartStreamResponse.d.ts.map