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