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