import { AutomateTask } from "@iflyrpa/share"; import type { FetchArticlesParams } from "."; import { type FetchArticlesResponse } from "./types"; export declare function handleXiaohongshuData(_task: AutomateTask, params: FetchArticlesParams): Promise;