import { type CommonAction } from "@iflyrpa/share"; import type { ActiomCommonParams, BaiJiaHao, Toutiao, Weixin, Xiaohongshu } from "../../../types"; export type ttSearchAction = CommonAction; export type xhsSearchAction = CommonAction; export interface GetWxFansSearchParams extends ActiomCommonParams { token: string | number; } export type wxSearchAction = CommonAction; export type bjhSearchAction = CommonAction; export declare const TTFansExport: ttSearchAction; export declare const XhsFansExport: xhsSearchAction; export declare const WxFansExport: wxSearchAction; export declare const BjhFansExport: bjhSearchAction;