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