import type { ContactsPlugin } from './definitions'; declare const Contacts: ContactsPlugin; export * from './definitions'; export { Contacts };