import { IExecuteFunctions, INodeType, INodeTypeDescription, INodeProperties } from 'n8n-workflow';
export declare const listContactsFields: INodeProperties[];
export declare function executeListContacts(this: IExecuteFunctions): Promise<any>;
export declare class ListContacts implements INodeType {
    description: INodeTypeDescription;
    execute(this: IExecuteFunctions): Promise<any>;
}
