import type { IUserProfile } from '../apis/udt-types'; export declare function fetchWithDeduplication(ids: string[]): Promise;