import type { IExecuteFunctions, INodeExecutionData, INodeProperties } from "n8n-workflow"; export declare const userGetProfileFields: INodeProperties[]; export declare function userGetProfileExecute(this: IExecuteFunctions): Promise;