import { type CommonAction } from "@iflyrpa/share"; import type { ActiomCommonParams } from "../../types"; export interface searchXhsWebIntimacyListParams extends ActiomCommonParams { searchValue?: string; } export interface Intimacy { images: string; rid: string; userid: string; nickname: string; } export type PublishAction = CommonAction; export declare const xiaohongshuWebIntimacySearch: PublishAction;