export declare const useContactService: (api: any, itemId: any, currentUserId: any) => { contactService: { getContactByEmail: any; getContacts: any; getContactsAvatarUrls: (contacts: any) => Promise; }; };