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