export { TinderClient } from './tinderClient'; export { ProfileCore } from './profileCore'; export { Profile } from './profile'; export { Photo } from './photo'; export { HttpClient } from './httpClient'; export { User } from './user'; export { Instagram } from './instagram'; export { InstagramPhoto } from './instagramPhoto';