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