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