import { ILoadOptionsFunctions, INodePropertyOptions } from 'n8n-workflow';
export declare function getContacts(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>;
