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