import { ContactClient } from './services/contact.client';
import { Contact } from './models/contact';
export { ContactClient, Contact };
