export declare const joinLeaveCommunity: ({ ids, isJoin, locale, cookie, }: {
    ids: string[];
    isJoin?: boolean;
    locale: string;
    cookie?: string;
}) => Promise<any>;
