import { type CommonAction } from "@iflyrpa/share"; import type { ActiomCommonParams, Xiaohongshu } from "../../types"; export interface SearchXiaohongshuTopicListParams extends ActiomCommonParams { searchValue: string; } export type PublishAction = CommonAction; export declare const searchXiaohongshuTopicList: PublishAction;