import type { IExecuteFunctions, INodeProperties } from 'n8n-workflow'; import { StandardLinkedApiOperation } from '../../shared/LinkedApiOperation'; export declare class SearchPeople extends StandardLinkedApiOperation { operationName: "searchPeople"; fields: INodeProperties[]; body(context: IExecuteFunctions): Record; }