import { IExecuteFunctions } from 'n8n-core'; import { JsonObject, INodeProperties } from 'n8n-workflow'; export declare const getUserFields: INodeProperties[]; export declare function getUser(this: IExecuteFunctions): Promise;