declare const useContact: () => { getContacts: () => void; onSetContacts: (lastCursor: number | string | null, hasNext: boolean) => void; }; export default useContact; //# sourceMappingURL=useContact.d.ts.map