import { type CommonAction } from "@iflyrpa/share"; import type { ActiomCommonParams } from "../../types"; export interface searchBjhUserArticleParams extends ActiomCommonParams { searchValue: string; } export type PublishAction = CommonAction[]>; export declare const searchBjhUserArticle: PublishAction;