export declare function getUserProfileWithProfilePicAttached(principalIds: string[]): Promise<{
    list: import("@sage-bionetworks/synapse-types").UserProfile[];
}>;
export declare const getColor: (userName: string) => string;
//# sourceMappingURL=getUserData.d.ts.map