import { INodeProperties } from 'n8n-workflow';
import * as getContacts from './get';
import * as createContacts from './create';
import * as updateContacts from './update';
export { getContacts, createContacts, updateContacts };
export declare const descriptions: INodeProperties[];