import { MinimalContact } from '@celo/base/lib/contacts';
export { ContactPhoneNumber, getContactPhoneNumber, isContact, MinimalContact, } from '@celo/base/lib/contacts';
/**
* @deprecated May be removed in future
*/
export declare const getContactNameHash: (contact: MinimalContact) => string;