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