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