import type { AvatarURLMap } from '../types'; export declare const fetchAvatars: ({ api, itemId, collaborators }: FetchCollaboratorsProps) => Promise;