import { ContactElement, GetContactListResponse, SelectedUserContact } from "@veltdev/types";
export declare function useContactUtils(): ContactElement | undefined;
export declare function useContactSelected(): SelectedUserContact | undefined;
export declare function useContactList(): GetContactListResponse | null;
