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