import { INodeProperties } from 'n8n-workflow';
export declare enum ContactOptionsValue {
    GET_ALL = "getContacts"
}
export declare const ContactProperty: INodeProperties;
