export declare const useProfileQueries: (usersIds: string[]) => { data: any[]; isLoading: boolean; };