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